2 sbcl_SOURCES = alloc.c backtrace.c breakpoint.c coreparse.c \
3 dynbind.c funcall.c gc-common.c globals.c interr.c interrupt.c \
4 largefile.c monitor.c os-common.c parse.c print.c purify.c \
5 pthread-futex.c pthread-lutex.c \
6 regnames.c run-program.c runtime.c save.c search.c \
7 thread.c time.c util.c validate.c vars.c wrap.c
10 # Add os/architecture-specific files
15 sbcl_SOURCES += bsd-os.c bsd-os.h
19 sbcl_SOURCES += bsd-os.c bsd-os.h
20 sbcl_SOURCES += darwin-os.c darwin-os.h
21 sbcl_SOURCES += darwin-dlshim.c darwin-dlshim.h
22 sbcl_SOURCES += darwin-langinfo.c darwin-langinfo.h
26 sbcl_SOURCES += linux-os.c linux-os.h
30 sbcl_SOURCES += sunos-os.c sunos-os.h
31 sbcl_SOURCES += os-common.c os-common.h
35 sbcl_SOURCES += os-common.c os-common.h
41 sbcl_SOURCES += alpha-arch.c alpha-arch.h
45 sbcl_SOURCES += hppa-arch.c hppa-arch.h
49 sbcl_SOURCES += mips-arch.c mips-arch.h
52 sbcl_SOURCES += mips-linux-os.c mips-linux-os.h
57 sbcl_SOURCES += ppc-arch.c ppc-arch.h
60 sbcl_SOURCES += ppc-bsd-os.c ppc-bsd-os.h
64 sbcl_SOURCES += ppc-bsd-os.c ppc-bsd-os.h
65 sbcl_SOURCES += ppc-darwin-os.c ppc-darwin-os.h
69 sbcl_SOURCES += ppc-linux-os.c ppc-linux-os.h
74 sbcl_SOURCES += sparc-arch.c sparc-arch.h
77 sbcl_SOURCES += sparc-linux-os.c sparc-linux-os.h
81 sbcl_SOURCES += sparc-sunos-os.c sparc-sunos-os.h
86 sbcl_SOURCES += x86-arch.c x86-arch.h
89 sbcl_SOURCES += x86-bsd-os.c x86-bsd-os.h
93 sbcl_SOURCES += x86-bsd-os.c x86-bsd-os.h
94 sbcl_SOURCES += x86-darwin-os.c x86-darwin-os.h
98 sbcl_SOURCES += x86-linux-os.c x86-linux-os.h
102 sbcl_SOURCES += x86-sunos-os.c x86-sunos-os.h
106 sbcl_SOURCES += win32-os.c win32-os.h
107 sbcl_SOURCES += x86-win32-os.c x86-win32-os.h
112 sbcl_SOURCES += x86-64-arch.c x86-64-arch.h
115 sbcl_SOURCES += x86-64-bsd-os.c x86-64-bsd-os.h
119 sbcl_SOURCES += x86-64-bsd-os.c x86-64-bsd-os.h
120 sbcl_SOURCES += x86-64-darwin-os.c x86-64-darwin-os.h
124 sbcl_SOURCES += x86-64-linux-os.c x86-64-linux-os.h
129 if COND_PORT_INCOMPLETE
130 sbcl_SOURCES += undefineds.c undefineds.h