Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23744/src
Modified Files: Tag: devel_0_37 Makefile.am Log Message: fixed problem by locating pd-gui
Index: Makefile.am =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 11 Oct 2004 14:09:24 -0000 1.1.2.1 --- Makefile.am 15 Oct 2004 08:54:23 -0000 1.1.2.2 *************** *** 4,13 **** #
! bin_PROGRAMS = ../bin/pd \ ! ../bin/pd-watchdog \ ! ../bin/pdsend \ ! ../bin/pdreceive
! ___bin_pd_SOURCES = \ g_canvas.c \ g_graph.c \ --- 4,12 ---- #
! bin_PROGRAMS = pd \ ! pdsend \ ! pdreceive
! pd_SOURCES = \ g_canvas.c \ g_graph.c \ *************** *** 75,91 **** x_qlist.c \ x_gui.c \ ! d_soundfile.c
! ___bin_pd_LDADD = @LIBOBJS@
- ___bin_pd_watchdog_SOURCES = s_watchdog.c - ___bin_pd_watchdog_LDFLAGS = @STRIPFLAGS@
! ___bin_pdsend_SOURCES = u_pdsend.c ! ___bin_pdsend_LDFLAGS = @STRIPFLAGS@
! ___bin_pdreceive_SOURCES = u_pdreceive.c ! ___bin_pdreceive_LDFLAGS = @STRIPFLAGS@
include_HEADERS = m_pd.h --- 74,96 ---- x_qlist.c \ x_gui.c \ ! d_soundfile.c \ ! m_simd.c
! pd_LDADD = @LIBOBJS@ ! pd_CFLAGS = @CFLAGS@ -DINSTALL_PREFIX="$(prefix)"
! pdsend_SOURCES = u_pdsend.c ! pdsend_LDFLAGS = @STRIPFLAGS@
! pdreceive_SOURCES = u_pdreceive.c ! pdreceive_LDFLAGS = @STRIPFLAGS@ ! ! pkglib_PROGRAMS = bin/pd-gui bin/pd-watchdog ! pkglib_SCRIPTS = bin/pd.tk externs ! ! bin_pd_watchdog_SOURCES = s_watchdog.c
+ bin_pd_gui_SOURCES = t_main.c t_tkcmd.c
include_HEADERS = m_pd.h *************** *** 103,120 ****
! bin_SCRIPTS = ../bin/pd.tk ../bin/pd-gui externs ! ! CLEANFILES = $(bin_SCRIPTS) ../bin/@guiname@ ! ! GSRC = t_main.c t_tkcmd.c ! ! GOBJ = ${GSRC:.c=.o} ! ! ../bin/pd.tk: u_main.tk ! echo set pd_nt @OSNUMBER@ > ../bin/pd.tk ! grep -v "set pd_nt" < u_main.tk >> ../bin/pd.tk ! ! ../bin/pd-gui: ! $(CC) $(INCLUDE) -o ../bin/$(GUINAME) $(GSRC) $(LIBS) $(DEFS)
externs: --- 108,114 ----
! bin/pd.tk: u_main.tk ! echo set pd_nt @OSNUMBER@ > bin/pd.tk ! grep -v "set pd_nt" < u_main.tk >> bin/pd.tk
externs: