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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Nov 28 19:40:51 CET 2006


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

Added Files:
	Makefile 
Log Message:
made jasch_lib build with standard dev layout and with Pd-extended

--- 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