aboutsummaryrefslogtreecommitdiffstats
path: root/muparser/makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-21 04:14:23 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-21 04:14:23 +0000
commit3099d2011c505c0c73c4304344e9ee936caab7a3 (patch)
treeadaa9bb1490be182a1af818b1a17d4a8c7d50c6f /muparser/makefile
parent36f6c2b1b422b51a4e7dd9d50f9f30aba49aefd3 (diff)
downloadopt-utilities-3099d2011c505c0c73c4304344e9ee936caab7a3.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@45 ed2142bd-67ad-457f-ba7c-d818d4011675
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
-
-