[PD-cvs] pd/src makefile.in,1.1.1.3.2.20,1.1.1.3.2.21

Mathieu Bouchard matju at users.sourceforge.net
Mon Oct 25 17:25:07 CEST 2004


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

Modified Files:
      Tag: devel_0_37
	makefile.in 
Log Message:
src/makefile.in:
  installing u_matju.tk


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.1.1.3.2.20
retrieving revision 1.1.1.3.2.21
diff -C2 -d -r1.1.1.3.2.20 -r1.1.1.3.2.21
*** makefile.in	9 Oct 2004 16:36:03 -0000	1.1.1.3.2.20
--- makefile.in	25 Oct 2004 15:25:01 -0000	1.1.1.3.2.21
***************
*** 103,107 ****
  	grep -v "set pd_nt" < u_main.tk >> $(BIN_DIR)/pd.tk
  
! #this is for Max OSX only...
  $(BIN_DIR)/pdtcl: $(GOBJ) $(GSRC)
  	cd ../obj; libtool -dynamic -o $(BIN_DIR)/pdtcl $(GOBJ) \
--- 103,107 ----
  	grep -v "set pd_nt" < u_main.tk >> $(BIN_DIR)/pd.tk
  
! #this is for Mac OSX only...
  $(BIN_DIR)/pdtcl: $(GOBJ) $(GSRC)
  	cd ../obj; libtool -dynamic -o $(BIN_DIR)/pdtcl $(GOBJ) \
***************
*** 127,130 ****
--- 127,131 ----
  	install $(BIN_DIR)/pd-watchdog $(INSTDIR)/lib/pd/bin/pd-watchdog
  	install -m644 $(BIN_DIR)/pd.tk $(INSTDIR)/lib/pd/bin/pd.tk
+ 	install -m644 u_matju.tk $(INSTDIR)/lib/pd/bin/u_matju.tk
  	install -d $(INSTDIR)/bin
  	install -m755 $(PDEXEC) $(INSTDIR)/bin/pd





More information about the Pd-cvs mailing list