X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FGNUmakefile;h=44a2c3a031b2028d6ce5f9ac1f62bc230e368b1a;hb=16847788605758f428ba9fc3f0f16bfcfda4a4e9;hp=fa764d4f0eaffe75c3433ecfa0145a7ea4a8ccd5;hpb=46e428110e302636b345928f6f052b8a282c64fa;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index fa764d4..44a2c3a 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -27,6 +27,9 @@ CFLAGS = -g -Wall -O3 ASFLAGS = $(CFLAGS) CPPFLAGS = -I. +# Give make access to the target Lisp features. +include genesis/Makefile.features + # The Config file is the preferred place for tweaking options which # are appropriate for particular setups (OS, ARCH, whatever). Make a # Config-foo file for setup foo, then arrange for Config to be a @@ -35,7 +38,6 @@ CPPFLAGS = -I. # OS_SRC, OS_LIBS, OS_OBJS, OS_CLEAN_FILES include Config - COMMON_SRC = alloc.c backtrace.c breakpoint.c coreparse.c \ dynbind.c gc-common.c globals.c interr.c interrupt.c largefile.c \ monitor.c os-common.c parse.c print.c purify.c pthread-lutex.c \