[PD-cvs] SF.net SVN: pure-data:[10642] branches/pd-devel/0.41.4/src/makefile.in

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jan 26 02:03:40 CET 2009


Revision: 10642
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10642&view=rev
Author:   eighthave
Date:     2009-01-26 01:03:40 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
updated some details needed to build pd-devel into the Pd.app format

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/makefile.in

Modified: branches/pd-devel/0.41.4/src/makefile.in
===================================================================
--- branches/pd-devel/0.41.4/src/makefile.in	2009-01-25 22:31:47 UTC (rev 10641)
+++ branches/pd-devel/0.41.4/src/makefile.in	2009-01-26 01:03:40 UTC (rev 10642)
@@ -129,9 +129,9 @@
 ABOUT_FILE=$(pddocdir)/1.manual/1.introduction.txt
 install:  all
 	install -d $(libpdbindir)
-	install $(BIN_DIR)/$(GUINAME) $(libpdbindir)/$(GUINAME)
 	install $(BIN_DIR)/pd-watchdog $(libpdbindir)/pd-watchdog
 	install -m644 $(BIN_DIR)/pd.tk $(libpdbindir)/pd.tk
+	install -m644 $(BIN_DIR)/*.tcl $(libpdbindir)/
 	install -d $(DESTDIR)$(bindir)
 	install $(BINARYMODE) $(PDEXEC) $(DESTDIR)$(bindir)/pd
 	install -m755 $(BIN_DIR)/pdsend $(DESTDIR)$(bindir)/pdsend
@@ -164,8 +164,9 @@
 	@echo "Pd install succeeded."
 
 local-clean:
-	-rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/$(GUINAME) $(BIN_DIR)/pdsend \
+	-rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/pdsend \
 	    $(BIN_DIR)/pdreceive $(BIN_DIR)/pd-watchdog m_stamp.c
+	-rm -f -- $(BIN_DIR)/*.tcl
 	-rm -f `find ../portaudio -name "*.o"` 
 	-rm -f *~
 	-(cd ../doc/6.externs; rm -f *.pd_linux)
@@ -175,7 +176,8 @@
 
 extra-clean:
 	-rm -f `find ../extra/ -name "*.pd_*"`
-	-rm -f tags
+	-rm -f `find ../extra/ -name "*.d_*"`
+	-rm -f tags TAGS
 
 clean: extra-clean local-clean
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list