summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-10-04 17:07:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-10-04 17:07:25 +0200
commit1644a54365a21931e53a0a917984c67bc0c460d3 (patch)
tree94da02c766f024ce5f72db9fe2dbbd7fb946c114 /GNUmakefile
parent38e6ddffecf15880ad9bcdfbff097565fca70792 (diff)
Revert "Link ToiletKit with the SCM continuation support code."
This reverts commit 5dc8e497315ba791c8a8de021f3d2d292566fb56. Conflicts: Toilet Lisp.xcodeproj/project.pbxproj
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8ed21d7..a9984d9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -19,7 +19,7 @@
export USE_LLVM ADDITIONAL_OBJCFLAGS ADDITIONAL_LDFLAGS LLVM_CONFIG
-KIT_TARGETS = SCM/continue.o SCM/toilet-scm.o ToiletKit
+KIT_TARGETS = ToiletKit
USE_LLVM := YES
ifeq ($(USE_LLVM),YES)
@@ -84,10 +84,7 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
MLKUnboundVariableError.m MLKValuesFunction.m \
NSObject-MLKPrinting.m NSString-MLKPrinting.m
ToiletKit_OBJCFLAGS = -Wall
-ToiletKit_LDFLAGS = -lgmp -lffi -ldl SCM/continue.o SCM/toilet-scm.o
-
-SCM/%.o: SCM/%.c
- $(CC) -o $@ -c $< $(CFLAGS) $(ToiletKit_OBJCFLAGS) $(ADDITIONAL_OBJCFLAGS) -fPIC
+ToiletKit_LDFLAGS = -lgmp -lffi -ldl
# We copy the whole Sacla directory, because copying individual files causes them to
# lose their relative path. Does anyone else think this is retarded?
@@ -210,9 +207,6 @@ before-Test:: ToiletKit
#after-clean::
# -rmdir $(GNUSTEP_OBJ_DIR)/StepTalkShell
-after-clean::
- rm -f SCM/continue.o SCM/toilet-scm.o
-
ifneq ($(BUILD_TOILET_LLVM),YES)
after-clean::
$(MAKE) clean shared=no BUILD_TOILET_LLVM=YES