[PD-cvs] SF.net SVN: pure-data: [9895] trunk/externals/pdvjtools

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sat May 24 04:06:26 CEST 2008


Revision: 9895
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9895&view=rev
Author:   eighthave
Date:     2008-05-23 19:06:26 -0700 (Fri, 23 May 2008)

Log Message:
-----------
fixed for new .cc files from old .cpp files

Modified Paths:
--------------
    trunk/externals/pdvjtools/pix_preview/Makefile
    trunk/externals/pdvjtools/videogrid/Makefile

Modified: trunk/externals/pdvjtools/pix_preview/Makefile
===================================================================
--- trunk/externals/pdvjtools/pix_preview/Makefile	2008-05-24 01:55:37 UTC (rev 9894)
+++ trunk/externals/pdvjtools/pix_preview/Makefile	2008-05-24 02:06:26 UTC (rev 9895)
@@ -27,8 +27,8 @@
 distro: clean all
 	rm *.o
 
-.cpp.o:
-	g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cpp
+.cc.o:
+	g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cc
 
 .c.o:
 	gcc $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.c

Modified: trunk/externals/pdvjtools/videogrid/Makefile
===================================================================
--- trunk/externals/pdvjtools/videogrid/Makefile	2008-05-24 01:55:37 UTC (rev 9894)
+++ trunk/externals/pdvjtools/videogrid/Makefile	2008-05-24 02:06:26 UTC (rev 9895)
@@ -19,8 +19,8 @@
 
 LINUXINCLUDE =  -I$(PD_SRC) -I/usr/include/
 
-.cpp.pd_linux:
-	g++  $(FFMPEG_HEADERS) -I$(PD_SRC) -fPIC -c -O -o videogrid.o videogrid.cpp
+.cc.pd_linux:
+	g++  $(FFMPEG_HEADERS) -I$(PD_SRC) -fPIC -c -O -o videogrid.o videogrid.cc
 # 	./tk2c.bash < $*.tk > $*.tk2c
 	g++ $(FFMPEG_HEADERS) -export_dynamic  -shared -o videogrid.pd_linux videogrid.o -lavformat -lavcodec -lavutil -lquicktime
 	rm -f $*.o 


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