[PD-cvs] SF.net SVN: pure-data:[10542] branches/pd-devel/0.41.4/src/makefile.in

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue Jan 13 22:35:57 CET 2009


Revision: 10542
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10542&view=rev
Author:   eighthave
Date:     2009-01-13 21:35:57 +0000 (Tue, 13 Jan 2009)

Log Message:
-----------
removed the last vestages of the Tcl/C build stuff since it is unneeded now

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/makefile.in

Modified: branches/pd-devel/0.41.4/src/makefile.in
===================================================================
--- branches/pd-devel/0.41.4/src/makefile.in	2009-01-13 18:57:06 UTC (rev 10541)
+++ branches/pd-devel/0.41.4/src/makefile.in	2009-01-13 21:35:57 UTC (rev 10542)
@@ -21,8 +21,6 @@
 
 CPPFLAGS = @CPPFLAGS@
 MORECFLAGS = @MORECFLAGS@
-GINCLUDE = $(CPPFLAGS) @GUIFLAGS@
-GLIB = @LIBS@
 
 LDFLAGS = @LDFLAGS@
 LIB =  @PDLIB@
@@ -77,31 +75,22 @@
 #  ------------------ targets ------------------------------------
 #
 
-.PHONY: pd gui externs all
+.PHONY: pd externs all
 
-all: pd $(BIN_DIR)/pd-watchdog gui $(BIN_DIR)/pdsend \
+all: pd $(BIN_DIR)/pd-watchdog $(BIN_DIR)/pdsend \
     $(BIN_DIR)/pdreceive  $(BIN_DIR)/pd.tk
 
-bin: pd $(BIN_DIR)/pd-watchdog gui $(BIN_DIR)/pdsend \
+bin: pd $(BIN_DIR)/pd-watchdog $(BIN_DIR)/pdsend \
     $(BIN_DIR)/pdreceive  $(BIN_DIR)/pd.tk
 
 $(OBJ) : %.o : %.c
 	$(CC) $(CFLAGS) $(GFLAGS) $(INCLUDE) -c -o $(OBJ_DIR)/$*.o $*.c 
 
-$(GOBJ) : %.o : %.c
-	$(CC) $(CFLAGS) $(GFLAGS) $(GINCLUDE) -c -o $(OBJ_DIR)/$*.o $*.c 
-
 $(ASIOOBJ): %.o : %.cpp
 	$(CXX) $(CFLAGS) $(INCLUDE) -c -o $(OBJ_DIR)/$*.o $*.cpp
 
 pd: $(PDEXEC)
 
-ifneq ($(GSRC),)
-gui: $(BIN_DIR)/$(GUINAME)
-else
-gui:
-endif
-
 pd-watchdog: $(BIN_DIR)/pd-watchdog
 
 $(BIN_DIR):


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list