X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FGNUmakefile;h=28e6121933d4f8c83cba0b35f90c1756d859b04c;hb=b870615b146940f661e5d0e9069ca4e16e9f483d;hp=c081c712a4afb7d2b7429302cbb72fe7dbc4ee08;hpb=c716f6ea5255afeb33a1181535b5c067aa9d6aaa;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index c081c71..28e6121 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -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