[PD-cvs] externals Makefile,1.34,1.35

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Mon Jan 23 18:26:23 CET 2006


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

Modified Files:
	Makefile 
Log Message:
added zexy's [z~] and the new hexloader-externals


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Makefile	17 Jan 2006 06:24:18 -0000	1.34
--- Makefile	23 Jan 2006 17:26:21 -0000	1.35
***************
*** 1055,1059 ****
  # Zexy
  ZEXY_NAME = zexy
! ZEXY_OBJECTS := $(wildcard $(externals_src)/zexy/src/[a-y]*.c)
  ZEXY_VERSION := $(shell grep VERSION $(externals_src)/zexy/src/zexy.h | \
  	grep -v _VERSION | cut -d ' ' -f 3 | cut -d '"' -f 2)
--- 1055,1059 ----
  # Zexy
  ZEXY_NAME = zexy
! ZEXY_OBJECTS := $(wildcard $(externals_src)/zexy/src/[a-y0]*.c $(externals_src)/zexy/src/z~.c)
  ZEXY_VERSION := $(shell grep VERSION $(externals_src)/zexy/src/zexy.h | \
  	grep -v _VERSION | cut -d ' ' -f 3 | cut -d '"' -f 2)





More information about the Pd-cvs mailing list