X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FGNUmakefile;h=8545e9e57da2b3fedb3a43309f3a5291c54b85ab;hb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;hp=c081c712a4afb7d2b7429302cbb72fe7dbc4ee08;hpb=c716f6ea5255afeb33a1181535b5c067aa9d6aaa;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index c081c71..8545e9e 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -39,7 +39,7 @@ C_SRCS =alloc.c backtrace.c breakpoint.c coreparse.c \ dynbind.c gc-common.c globals.c interr.c interrupt.c \ monitor.c parse.c print.c purify.c \ regnames.c run-program.c runtime.c save.c search.c \ - time.c util.c validate.c vars.c wrap.c + thread.c time.c util.c validate.c vars.c wrap.c SRCS= $(C_SRCS) ${ARCH_SRC} ${ASSEM_SRC} ${OS_SRC} ${GC_SRC} @@ -57,6 +57,12 @@ sbcl: ${OBJS} clean: -rm -f depend *.o sbcl sbcl.nm core *.tmp +TAGS: $(SRCS) + etags $(SRCS) + +sbcl.h: genesis/*.h + echo '#include "genesis/config.h"' >sbcl.h + echo '#include "genesis/constants.h"' >>sbcl.h depend: ${C_SRCS} sbcl.h $(CC) ${DEPEND_FLAGS} ${CFLAGS} ${CPPFLAGS} ${C_SRCS} > depend.tmp