[PD-cvs] pd/src makefile.mingw,1.3.4.5,1.3.4.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Dec 5 21:42:16 CET 2007


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

Modified Files:
      Tag: branch-v0-40-extended
	makefile.mingw 
Log Message:
fixed up makefile.dependencies to include portaudio

Index: makefile.mingw
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/makefile.mingw,v
retrieving revision 1.3.4.5
retrieving revision 1.3.4.6
diff -C2 -d -r1.3.4.5 -r1.3.4.6
*** makefile.mingw	4 Dec 2007 21:27:18 -0000	1.3.4.5
--- makefile.mingw	5 Dec 2007 20:42:14 -0000	1.3.4.6
***************
*** 1,3 ****
- 
  # http://lists.puredata.info/pipermail/pd-dev/2004-10/002981.html
  
--- 1,2 ----
***************
*** 77,80 ****
--- 76,82 ----
  GSRC =  t_main.c t_tkcmd.c
  
+ HEADERS = g_all_guis.h m_imp.h t_tk.h g_canvas.h m_pd.h s_stuff.h \
+ 	$(wildcard ../portaudio/pa_common/*.h) s_audio_paring.h s_audio_pablio.h
+ 
  SRC = g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c \
      g_scalar.c g_traversal.c g_guiconnect.c g_readwrite.c g_editor.c \
***************
*** 268,273 ****
  depend: makefile.dependencies
  
! makefile.dependencies: $(SRC) $(wildcard *.h)
! 	$(CC) $(INCLUDE) $(CFLAGS) -M $(SRC) $(wildcard *.h) > makefile.dependencies
  
  uninstall:
--- 270,276 ----
  depend: makefile.dependencies
  
! makefile.dependencies: $(SRC) $(GSRC) $(PASRC) $(HEADERS)
! 	$(CC) $(INCLUDE) $(INCPA) $(CFLAGS) -M $(SRC) $(GSRC) $(PASRC) $(HEADERS) \
! 		> makefile.dependencies
  
  uninstall:





More information about the Pd-cvs mailing list