[PD-cvs] SF.net SVN: pure-data:[10644] branches/pd-extended/0.41/pd/src

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jan 26 05:28:51 CET 2009


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

Log Message:
-----------
updated clean target to actually delete all of the .o files; switched Mac OS X file extension back to pd_darwin

Modified Paths:
--------------
    branches/pd-extended/0.41/pd/src/configure.in
    branches/pd-extended/0.41/pd/src/makefile.in

Modified: branches/pd-extended/0.41/pd/src/configure.in
===================================================================
--- branches/pd-extended/0.41/pd/src/configure.in	2009-01-26 04:02:19 UTC (rev 10643)
+++ branches/pd-extended/0.41/pd/src/configure.in	2009-01-26 04:28:51 UTC (rev 10644)
@@ -288,11 +288,11 @@
     then
         MORECFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
             -arch i386 -arch ppc -Wno-error"
-        EXTERNTARGET=d_fat
+        EXTERNTARGET=pd_darwin
         LDFLAGS=$LDFLAGS" -arch i386 -arch ppc"
     else
         MORECFLAGS="-DMACOSX3 -DPA_BIG_ENDIAN -Wno-error"
-        EXTERNTARGET=d_ppc
+        EXTERNTARGET=pd_darwin
     fi
     SYSSRC="s_midi_pm.c s_audio_pa.c \
         s_audio_pablio.c     \

Modified: branches/pd-extended/0.41/pd/src/makefile.in
===================================================================
--- branches/pd-extended/0.41/pd/src/makefile.in	2009-01-26 04:02:19 UTC (rev 10643)
+++ branches/pd-extended/0.41/pd/src/makefile.in	2009-01-26 04:28:51 UTC (rev 10644)
@@ -218,11 +218,11 @@
 	chmod 644 $(DESTDIR)$(mandir)/man1/pdreceive.1.gz
 	@echo "Pd install succeeded."
 
-local-clean:
+local-clean:	
+	-rm -f -- $(OBJ)
 	-rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/$(GUINAME) $(BIN_DIR)/pdsend \
 	    $(BIN_DIR)/pdreceive $(BIN_DIR)/pd-watchdog m_stamp.c
-	-rm -f `find ../portaudio -name "*.o"` 
-	-rm -f *~
+	-rm -f -- *~
 	-(cd ../doc/6.externs; rm -f *.pd_linux)
 	-rm -f makefile.dependencies
 	touch makefile.dependencies


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