[PD-cvs] externals/windowing Makefile,NONE,1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Dec 13 06:24:12 CET 2007


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

Added Files:
	Makefile 
Log Message:
addeding jsarlo's windowing objects to the Pd-extended build system; added postlude to the GNU/Linux builds and usbhid to the Darwin builds.  Darwin doesn't have DSSI and Fedora doesn't have libhid-devel, otherwise I could add these two packages to those platforms

--- NEW FILE: Makefile ---
TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|')
EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|')

default: 
	make -C $(EXTERNALS_ROOT) $(TARGET)

install:
	make -C $(EXTERNALS_ROOT) $(TARGET)_install

clean:
	make -C $(EXTERNALS_ROOT) $(TARGET)_clean

test_locations:
	make -C $(EXTERNALS_ROOT) test_locations

etags:
	etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h





More information about the Pd-cvs mailing list