From cdf8ded57019d5c905f16422d40be7b1a18ab3bc Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 21 Jan 2003 10:18:19 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r350, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/creb/; revision=351 --- Makefile.pd_darwin | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Makefile.pd_darwin (limited to 'Makefile.pd_darwin') diff --git a/Makefile.pd_darwin b/Makefile.pd_darwin new file mode 100644 index 0000000..7dad28d --- /dev/null +++ b/Makefile.pd_darwin @@ -0,0 +1,27 @@ +CONFIGFILE = Makefile.config_darwin +include $(CONFIGFILE) + +current: + make -C system + make -C modules + make -C modules++ + + rm -f $(LIBNAME) + $(CPLUSPLUS) $(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