1 # -*- makefile -*- for the C-level run-time support for SBCL
2 # configuration stuff shared between various *BSD OSes
4 # This software is part of the SBCL system. See the README file for
7 # This software is derived from the CMU CL system, which was
8 # written at Carnegie Mellon University and released into the
9 # public domain. The software is in the public domain and is
10 # provided with absolutely no warranty. See the COPYING and CREDITS
11 # files for more information.
13 ASSEM_SRC = x86-assem.S
16 OS_SRC = bsd-os.c x86-bsd-os.c
18 ifdef LISP_FEATURE_SB_CORE_COMPRESSION
24 # Nothing to do for after-grovel-headers.
25 .PHONY: after-grovel-headers