[PD-cvs] pd/src makefile.in,1.4.4.2.2.17,1.4.4.2.2.18

Mathieu Bouchard matju at users.sourceforge.net
Mon Nov 27 15:38:41 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15447

Modified Files:
      Tag: devel_0_39
	makefile.in 
Log Message:
removed PDEXEC


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.4.4.2.2.17
retrieving revision 1.4.4.2.2.18
diff -C2 -d -r1.4.4.2.2.17 -r1.4.4.2.2.18
*** makefile.in	23 Nov 2006 23:27:33 -0000	1.4.4.2.2.17
--- makefile.in	27 Nov 2006 14:38:39 -0000	1.4.4.2.2.18
***************
*** 2,6 ****
  # If you want to build Thomas Grill's devel_0_39, you need to use scons instead.
  #
- PDEXEC = pd
  EXT= @EXT@
  INSTALL_PREFIX = @prefix@
--- 2,5 ----
***************
*** 41,45 ****
  all: bin externs
  
! bin: $(PDEXEC) pd-watchdog pdsend pdreceive
  
  $(SRCXX:.c=.o): %.o: %.c config.log
--- 40,44 ----
  all: bin externs
  
! bin: pd pd-watchdog pdsend pdreceive
  
  $(SRCXX:.c=.o): %.o: %.c config.log
***************
*** 49,54 ****
  	$(CC) -Wall -Wno-parentheses -Wno-switch -Wno-unused -Wstrict-prototypes $(CFLAGS) $(GFLAGS) $(INCLUDE) -c -o $*.o $*.c
  
- pd-watchdog: pd-watchdog
- 
  pd-watchdog: s_watchdog.c
  	$(CC) -O2 $(STRIPFLAG) -o pd-watchdog s_watchdog.c
--- 48,51 ----
***************
*** 60,66 ****
  	$(CC) $(CFLAGS)  $(STRIPFLAG) -o pdreceive u_pdreceive.c
  
- $(PDEXEC): $(OBJ) config.log
- 	$(CXX) $(LDFLAGS) $(DBG_CFLAGS) -o $(PDEXEC) $(OBJ)
- 
  externs:
  	for ext in bonk~ choice expr~ fiddle~ loop~ lrshift~ pique; do (cd ../extra/$$ext; make @EXTERNTARGET@ ) done
--- 57,60 ----
***************
*** 77,81 ****
  		install $$file $(INSTDIR)/lib/pd/bin/$$file; done
  	cp -r locale icons $(INSTDIR)/lib/pd/bin
! 	install $(BINARYMODE) $(PDEXEC) $(INSTDIR)/bin/pd
  	install -m755 pdsend $(INSTDIR)/bin/pdsend
  	install -m755 pdreceive $(INSTDIR)/bin/pdreceive
--- 71,75 ----
  		install $$file $(INSTDIR)/lib/pd/bin/$$file; done
  	cp -r locale icons $(INSTDIR)/lib/pd/bin
! 	install $(BINARYMODE) pd $(INSTDIR)/bin/pd
  	install -m755 pdsend $(INSTDIR)/bin/pdsend
  	install -m755 pdreceive $(INSTDIR)/bin/pdreceive





More information about the Pd-cvs mailing list