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

Bryan Jurish mukau at users.sourceforge.net
Wed Aug 8 09:57:37 CEST 2007


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

Modified Files:
	Makefile 
Log Message:
+ removed flite and gfsm from build: pd-extended build ailing on mingw32_nt-5.1_windowsxp-i386 with 'no rule for ../flite/build.stamp'

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/extended/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	5 Aug 2007 23:11:12 -0000	1.5
--- Makefile	8 Aug 2007 07:57:35 -0000	1.6
***************
*** 10,15 ****
  
  SUBDIRS = \
- 	../flite \
- 	../gfsm \
  	../deque \
  	../readdir \
--- 10,13 ----
***************
*** 18,21 ****
--- 16,23 ----
  	../../sprinkler
  
+ SUBDIRS_DONT = \
+ 	../flite \
+ 	../gfsm
+ 
  ##-- 'pdstring' and 'sprinkler' are already in 'flatspace' ... should they be moved here?
  
***************
*** 96,106 ****
  
  ##-- 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