summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Limber/Makefile.inc')
-rw-r--r--Limber/Makefile.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/Limber/Makefile.inc b/Limber/Makefile.inc
deleted file mode 100644
index fe0e7d2..0000000
--- a/Limber/Makefile.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-LIMBER_TARGET = Limber/limber
-LIMBER_SOURCES = \
- Limber/main.cpp
-LIMBER_OBJECTS = \
- $(LIMBER_SOURCES:.cpp=.o) \
-
-.PHONY: limber
-limber: $(LIMBER_TARGET)
-
-$(LIMBER_TARGET): $(SWIFTEN_TARGET) $(LIMBER_OBJECTS)
- $(QUIET_LINK)$(CXX) -o $(LIMBER_TARGET) $(LIMBER_OBJECTS) $(LDFLAGS) $(SWIFTEN_TARGET) $(LIBS)
-
-#TARGETS += $(LIMBER_TARGET)
-DEPS += \
- $(LIMBER_SOURCES:.cpp=.dep) \