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

Mathieu Bouchard matju at users.sourceforge.net
Fri Nov 24 00:27:35 CET 2006


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

Modified Files:
      Tag: devel_0_39
	makefile.in 
Log Message:
removed remainders of pd.tk


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.4.4.2.2.16
retrieving revision 1.4.4.2.2.17
diff -C2 -d -r1.4.4.2.2.16 -r1.4.4.2.2.17
*** makefile.in	23 Nov 2006 22:56:40 -0000	1.4.4.2.2.16
--- makefile.in	23 Nov 2006 23:27:33 -0000	1.4.4.2.2.17
***************
*** 11,17 ****
  LDFLAGS = @LDFLAGS@
  OPT_CFLAGS = @OPT_CFLAGS@
- WARN_CFLAGS = 
  ARCH_CFLAGS = -DPD
! CFLAGS = -DDESIRE -DDONTUSESIMD @CFLAGS@ $(ARCH_CFLAGS) $(WARN_CFLAGS) $(OPT_CFLAGS) $(MORECFLAGS)
  
  # from DesireData (matju & chun)
--- 11,16 ----
  LDFLAGS = @LDFLAGS@
  OPT_CFLAGS = @OPT_CFLAGS@
  ARCH_CFLAGS = -DPD
! CFLAGS = -DDESIRE -DDONTUSESIMD @CFLAGS@ $(ARCH_CFLAGS) $(OPT_CFLAGS) $(MORECFLAGS)
  
  # from DesireData (matju & chun)
***************
*** 38,46 ****
  #  ------------------ targets ------------------------------------
  
! .PHONY: pd bin externs all
  
  all: bin externs
  
! bin: $(PDEXEC) pd-watchdog pdsend pdreceive pd.tk
  
  $(SRCXX:.c=.o): %.o: %.c config.log
--- 37,45 ----
  #  ------------------ targets ------------------------------------
  
! .PHONY: bin externs all
  
  all: bin externs
  
! bin: $(PDEXEC) pd-watchdog pdsend pdreceive
  
  $(SRCXX:.c=.o): %.o: %.c config.log
***************
*** 50,55 ****
  	$(CC) -Wall -Wno-parentheses -Wno-switch -Wno-unused -Wstrict-prototypes $(CFLAGS) $(GFLAGS) $(INCLUDE) -c -o $*.o $*.c
  
- pd: $(PDEXEC)
- 
  pd-watchdog: pd-watchdog
  
--- 49,52 ----
***************
*** 66,75 ****
  	$(CXX) $(LDFLAGS) $(DBG_CFLAGS) -o $(PDEXEC) $(OBJ)
  
- pd.tk: u_main.tk
- 	cp u_main.tk pd.tk
- 
- #FOO = -q
- FOO =
- 
  externs:
  	for ext in bonk~ choice expr~ fiddle~ loop~ lrshift~ pique; do (cd ../extra/$$ext; make @EXTERNTARGET@ ) done
--- 63,66 ----





More information about the Pd-cvs mailing list