Changeset 13603
- Timestamp:
- Apr 11, 2010, 9:44:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/freebsdx8632/Makefile
r13594 r13603 27 27 # however. 28 28 WFORMAT = -Wno-format 29 29 PLATFORM_H = platform-freebsdx8632.h 30 30 31 31 … … 45 45 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 46 46 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 47 Threads.h x86-constants32.h x86-exceptions.h 47 Threads.h x86-constants32.h x86-exceptions.h $(PLATFORM_H) 48 48 49 49 .if $(MACHINE) == "amd64" … … 60 60 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@ 61 61 .c.o: 62 $(CC) - I./-c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m32 -o $@62 $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m32 -o $@ 63 63 64 64 LINKSCRIPTFILE = #
Note: See TracChangeset
for help on using the changeset viewer.