[PD-cvs] pd/src Makefile.am,1.1.4.4,1.1.4.5

Tim Blechmann timblech at users.sourceforge.net
Mon May 2 13:49:49 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	Makefile.am 
Log Message:
cleanup


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/Makefile.am,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -C2 -d -r1.1.4.4 -r1.1.4.5
*** Makefile.am	14 Dec 2004 09:25:53 -0000	1.1.4.4
--- Makefile.am	2 May 2005 11:49:46 -0000	1.1.4.5
***************
*** 89,96 ****
  pdreceive_LDFLAGS = @STRIPFLAGS@
  
! pkglib_PROGRAMS = bin/pd-watchdog bin/pd-gui
  
! bin_pd_watchdog_SOURCES = s_watchdog.c
! bin_pd_gui_SOURCES = t_main.c t_tkcmd.c
  
  include_HEADERS = m_pd.h
--- 89,96 ----
  pdreceive_LDFLAGS = @STRIPFLAGS@
  
! pkglib_PROGRAMS = ../bin/pd-watchdog ../bin/pd-gui
  
! ___bin_pd_watchdog_SOURCES = s_watchdog.c
! ___bin_pd_gui_SOURCES = t_main.c t_tkcmd.c
  
  include_HEADERS = m_pd.h
***************
*** 107,115 ****
  	t_tk.h
  
! all-local: bin/pd.tk
  
! bin/pd.tk: u_main.tk
! 	install u_main.tk ./bin/pd.tk
  
  install-exec-local: 
! 	install -m644 ./bin/pd.tk $(libdir)/pd/bin/pd.tk
--- 107,116 ----
  	t_tk.h
  
! all-local: pd.tk 
! 	install pd ../bin/pd
  
! pd.tk: u_main.tk
! 	install u_main.tk ../bin/pd.tk
  
  install-exec-local: 
! 	install -m644 ../bin/pd.tk $(libdir)/pd/bin/pd.tk





More information about the Pd-cvs mailing list