Changeset 14990
- Timestamp:
- Sep 19, 2011, 2:06:29 PM (13 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 2 added
- 10 edited
-
darwinx8632/Makefile (modified) (2 diffs)
-
darwinx8664/Makefile (modified) (2 diffs)
-
freebsdx8632/Makefile (modified) (2 diffs)
-
freebsdx8664/Makefile (modified) (2 diffs)
-
linuxx8632/Makefile (modified) (2 diffs)
-
linuxx8664/Makefile (modified) (2 diffs)
-
solarisx64/Makefile (modified) (2 diffs)
-
solarisx86/Makefile (modified) (2 diffs)
-
win32/Makefile (modified) (2 diffs)
-
win64/Makefile (modified) (2 diffs)
-
x86-utils.c (added)
-
x86-utils.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/darwinx8632/Makefile
r14701 r14990 52 52 COBJ = pmcl-kernel.o gc-common.o bits.o \ 53 53 thread_manager.o lisp-debug.o image.o memory.o x86-gc.o \ 54 x86-utils.o \ 54 55 x86-exceptions.o unix-calls.o mach-o-image.o 55 56 … … 62 63 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 63 64 threads.h lisptypes.h x86-constants32.h x86-exceptions.h \ 65 x86-utils.h \ 64 66 $(PLATFORM_H) constants.h os-darwin.h 65 67 -
trunk/source/lisp-kernel/darwinx8664/Makefile
r14702 r14990 72 72 73 73 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 74 x86-utils.o \ 74 75 thread_manager.o lisp-debug.o image.o memory.o unix-calls.o \ 75 76 mach-o-image.o … … 84 85 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 85 86 threads.h lisptypes.h x86-constants64.h x86-exceptions.h \ 87 x86-utils.h \ 86 88 $(PLATFORM_H) constants.h os-darwin.h 87 89 -
trunk/source/lisp-kernel/freebsdx8632/Makefile
r14444 r14990 36 36 37 37 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 38 x86-utils.o \ 38 39 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 39 40 … … 49 50 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 50 51 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 52 x86-utils.h \ 51 53 threads.h x86-constants32.h x86-exceptions.h $(PLATFORM_H) 52 54 -
trunk/source/lisp-kernel/freebsdx8664/Makefile
r14391 r14990 37 37 38 38 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 39 x86-utils.o \ 39 40 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 40 41 … … 47 48 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 48 49 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 50 x86-utils.h \ 49 51 threads.h x86-constants64.h x86-exceptions.h $(PLATFORM_H) 50 52 -
trunk/source/lisp-kernel/linuxx8632/Makefile
r14347 r14990 50 50 51 51 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 52 x86-utils.o \ 52 53 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 53 54 … … 61 62 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 62 63 threads.h x86-constants32.h x86-exceptions.h lisptypes.h \ 64 x86-utils.h \ 63 65 $(PLATFORM_H) constants.h os-linux.h 64 66 -
trunk/source/lisp-kernel/linuxx8664/Makefile
r14347 r14990 50 50 51 51 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 52 x86-utils.o \ 52 53 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 53 54 … … 61 62 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 62 63 threads.h x86-constants64.h x86-exceptions.h lisptypes.h \ 64 x86-utils.h \ 63 65 $(PLATFORM_H) constants.h os-linux.h 64 66 -
trunk/source/lisp-kernel/solarisx64/Makefile
r14391 r14990 46 46 47 47 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 48 x86-utils.o \ 48 49 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 49 50 … … 57 58 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 58 59 threads.h x86-constants64.h x86-exceptions.h lisptypes.h \ 60 x86-utils.h \ 59 61 $(PLATFORM_H) constants.h os-solaris.h 60 62 -
trunk/source/lisp-kernel/solarisx86/Makefile
r14391 r14990 45 45 46 46 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 47 x86-utils.o \ 47 48 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 48 49 … … 56 57 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 57 58 threads.h x86-constants32.h x86-exceptions.h lisptypes.h \ 59 x86-utils.h \ 58 60 $(PLATFORM_H) constants.h os-solaris.h 59 61 -
trunk/source/lisp-kernel/win32/Makefile
r14931 r14990 77 77 78 78 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 79 x86-utils.o \ 79 80 image.o thread_manager.o lisp-debug.o memory.o windows-calls.o 80 81 … … 88 89 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 89 90 threads.h x86-constants32.h x86-exceptions.h lisptypes.h \ 91 x86-utils.h \ 90 92 $(PLATFORM_H) constants.h os-windows.h 91 93 -
trunk/source/lisp-kernel/win64/Makefile
r14930 r14990 78 78 79 79 COBJ = pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \ 80 x86-utils.o \ 80 81 image.o thread_manager.o lisp-debug.o memory.o windows-calls.o 81 82 … … 89 90 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 90 91 threads.h x86-constants64.h x86-exceptions.h lisptypes.h \ 92 x86-utils.h \ 91 93 $(PLATFORM_H) constants.h os-windows.h 92 94
Note:
See TracChangeset
for help on using the changeset viewer.
