From 494a07a361fe4ee0e54f77468a976b1a77818770 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 12 Sep 2003 22:26:57 +0000 Subject: creb 0.9.0 svn path=/trunk/externals/creb/; revision=956 --- Makefile.pd_darwin | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Makefile.pd_darwin (limited to 'Makefile.pd_darwin') diff --git a/Makefile.pd_darwin b/Makefile.pd_darwin deleted file mode 100644 index bcdaa83..0000000 --- a/Makefile.pd_darwin +++ /dev/null @@ -1,27 +0,0 @@ -CONFIGFILE = Makefile.config_darwin -include $(CONFIGFILE) - -current: - make -C system - make -C modules - make -C modules++ - - rm -f $(LIBNAME) - $(CXX) $(LIBFLAGS) -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm -# strip --strip-unneeded $(LIBNAME) - -clean: - make -C include clean - make -C modules clean - make -C modules++ clean - make -C system clean - rm -f $(LIBNAME) - rm -f *~ - -tags: - etags --language=auto include/*.h system/*.c modules/*.c modules++/*.cpp - -tagsclean: - rm -f TAGS - - -- cgit v1.2.1