Fix comment about *code-coverage-info*.
[sbcl.git] / tools-for-build / Makefile
blob87298df9d4a798ec6f0e3724e65489c9f5079d81
1 # This software is part of the SBCL system. See the README file for
2 # more information.
4 # This software is derived from the CMU CL system, which was
5 # written at Carnegie Mellon University and released into the
6 # public domain. The software is in the public domain and is
7 # provided with absolutely no warranty. See the COPYING and CREDITS
8 # files for more information.
10 -include genesis/Makefile.features
11 -include Config
13 CPPFLAGS:=-I../src/runtime
14 LDFLAGS:=$(LDFLAGS)
15 LDLIBS:=$(OS_LIBS)
17 all: grovel-headers determine-endianness where-is-mcontext \
18 modify-ldt-struct-name sigaction-sa-nodefer-works-test
20 grovel-headers: CPPFLAGS+=-Wno-format
22 clean:
23 rm -f *.o grovel-headers determine-endianness where-is-mcontext \
24 modify-ldt-structure-name sigaction-sa-nodefer-works-test
25 rm -f *.exe