aboutsummaryrefslogtreecommitdiffstats
path: root/muparser/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'muparser/makefile')
-rw-r--r--muparser/makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/muparser/makefile b/muparser/makefile
deleted file mode 100644
index 17e342d..0000000
--- a/muparser/makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-MUP_OBJ=muParserBase.o muParser.o muParserInt.o\
- muParserBytecode.o muParserDLL.o\
- muParserTest.o\
- muParserCallback.o muParserError.o\
- muParserTokenReader.o
-
-libmuparser.a:$(MUP_OBJ)
- $(AR) $@ *.o
-
-.cpp.o:
- $(CXX) $< $(CXXFLAGS)
-
-clean:
- $(RM) *.o
-
-