[PD-cvs] externals/moocow/extended Makefile,1.6,1.7

Bryan Jurish mukau at users.sourceforge.net
Wed Aug 8 10:00:21 CEST 2007


Update of /cvsroot/pure-data/externals/moocow/extended
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9588

Modified Files:
	Makefile 
Log Message:
+ argh: makefile syntax fix

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/extended/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	8 Aug 2007 07:57:35 -0000	1.6
--- Makefile	8 Aug 2007 08:00:19 -0000	1.7
***************
*** 9,12 ****
--- 9,16 ----
  ## Variables
  
+ SUBDIRS_DONT = \
+ 	../flite \
+ 	../gfsm
+ 
  SUBDIRS = \
  	../deque \
***************
*** 16,23 ****
  	../../sprinkler
  
- SUBDIRS_DONT = \
- 	../flite \
- 	../gfsm
- 
  ##-- 'pdstring' and 'sprinkler' are already in 'flatspace' ... should they be moved here?
  
--- 20,23 ----
***************
*** 98,108 ****
  
  ##-- flite, gfsm: build 'em if you got 'em
! #$(eval $(call subdir_template,../flite))
! #$(eval $(call subdir_template,../gfsm))
  
  ##-- the usual suspects
! $(eval $(call subdir_template,../deque,)
  $(eval $(call subdir_template,../pdstring,--enable-object-externals))
! $(eval $(call subdir_template,../readdir,
! $(eval $(call subdir_template,../../sprinkler,)
! $(eval $(call subdir_template,../weightmap,)
--- 98,108 ----
  
  ##-- flite, gfsm: build 'em if you got 'em
! $(eval $(call subdir_template,../flite,))
! $(eval $(call subdir_template,../gfsm,))
  
  ##-- the usual suspects
! $(eval $(call subdir_template,../deque,))
  $(eval $(call subdir_template,../pdstring,--enable-object-externals))
! $(eval $(call subdir_template,../readdir,))
! $(eval $(call subdir_template,../../sprinkler,))
! $(eval $(call subdir_template,../weightmap,))





More information about the Pd-cvs mailing list