[PD-cvs] externals/grill/flext/tutorial/timer1 Makefile.am,1.1,1.2

Thomas Grill xovo at users.sourceforge.net
Thu Jan 6 05:59:24 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/tutorial/timer1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2605/tutorial/timer1

Modified Files:
	Makefile.am 
Log Message:
build system for flext-based externals
reconsidered flext::buffer:Update
improved buffer handling
added object construction and destruction flags
updated autoconf system
updated documentation
updated build system


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/timer1/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am	28 Oct 2004 04:02:11 -0000	1.1
--- Makefile.am	6 Jan 2005 04:59:21 -0000	1.2
***************
*** 9,14 ****
  
  EXTRA_DIST = main.cpp \
! 	$(NAME).cw \
! 	$(NAME).dsp \
  	$(NAME).vcproj
  
--- 9,13 ----
  
  EXTRA_DIST = main.cpp \
! 	$(NAME).mcp \
  	$(NAME).vcproj
  
***************
*** 17,26 ****
  	@INCLUDEDIR@ \
  	-I../../source \
! 	$(DEFS)
  
  LDFLAGS = @LDFLAGS@ \
  	$(patsubst %,-framework %,$(FRAMEWORKS))
  
! LIBS = @LIBS@
  
  FRAMEWORKS = @FRAMEWORKS@
--- 16,26 ----
  	@INCLUDEDIR@ \
  	-I../../source \
! 	$(DEFS) \
! 	-DFLEXT_SHARED
  
  LDFLAGS = @LDFLAGS@ \
  	$(patsubst %,-framework %,$(FRAMEWORKS))
  
! LIBS = @LIBS@ -lflext
  
  FRAMEWORKS = @FRAMEWORKS@
***************
*** 38,42 ****
  
  all-local: $(OBJECTS)
! 	$(CXX) $(LDFLAGS) -shared ./*. at OBJEXT@ $(LIBS) -o ../$(TARGETDIR)/$(TARGET)
  	strip --strip-unneeded ../$(TARGETDIR)/$(TARGET)
  
--- 38,42 ----
  
  all-local: $(OBJECTS)
! 	$(CXX) $(LDFLAGS) ./*. at OBJEXT@ $(LIBS) -o ../$(TARGETDIR)/$(TARGET)
  	strip --strip-unneeded ../$(TARGETDIR)/$(TARGET)
  
***************
*** 49,51 ****
  
  install-exec-local:
! 	install ../$(TARGET) $(SYSDIR)extra
\ No newline at end of file
--- 49,51 ----
  
  install-exec-local:
! 	install ../$(TARGET) $(SYSDIR)extra





More information about the Pd-cvs mailing list