[PD-cvs] externals/build/win makefile,1.8,1.9

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 12 17:59:06 CEST 2005


Update of /cvsroot/pure-data/externals/build/win
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14399/win

Modified Files:
	makefile 
Log Message:

- added headers from 0.38-4 to externals/build/include and added README so
  people don't repeat the same mistake of removing/etc.

- added Pd src to include search before externals/build/include so if the Pd
  src is in the standard dev layout, externals will be compiled with those
  headers instead of externals/build/include


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/win/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile	16 Sep 2004 18:16:32 -0000	1.8
--- makefile	12 Apr 2005 15:59:04 -0000	1.9
***************
*** 10,19 ****
      -Wno-unused -Wno-parentheses -Wno-switch
  
! INCLUDE = -I. -I.. -I../include -I/usr/local/include
  
  %.dll: ../src/%.c
  	$(CC) $(CFLAGS) $(INCLUDE) -o "$*.o" -c "../src/$*.c"
  	gcc -shared -o "$*.dll" "$*.o" $(prefix)/bin/pd.dll \
! 	`test -f $*.libs && cat $*.libs` -L/usr/local/lib
  clean:
  	-rm *.a *.def *.dll *.o
--- 10,20 ----
      -Wno-unused -Wno-parentheses -Wno-switch
  
! INCLUDE = -I. -I.. -I ../../../pd/src -I../include -I/usr/local/include
  
  %.dll: ../src/%.c
  	$(CC) $(CFLAGS) $(INCLUDE) -o "$*.o" -c "../src/$*.c"
  	gcc -shared -o "$*.dll" "$*.o" $(prefix)/bin/pd.dll \
! 		`test -f $*.libs && cat $*.libs` -L/usr/local/lib \
! 		`test -f ../src/$*.libs && cat ../src/$*.libs`
  clean:
  	-rm *.a *.def *.dll *.o





More information about the Pd-cvs mailing list