From 3099d2011c505c0c73c4304344e9ee936caab7a3 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Fri, 21 Aug 2009 04:14:23 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@45 ed2142bd-67ad-457f-ba7c-d818d4011675 --- muparser/makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 muparser/makefile (limited to 'muparser/makefile') 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 - - -- cgit v1.2.2