[PD-cvs] externals/hcs/usbhid Makefile,NONE,1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Aug 9 23:32:54 CEST 2006


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

Added Files:
	Makefile 
Log Message:
updated makefile to the automatic version

--- 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] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h





More information about the Pd-cvs mailing list