Update of /cvsroot/pure-data/extensions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8073
Modified Files: Makefile Removed Files: Makefile.buildlayout Log Message: using centralized buildlayout file. If some package needs a local copy, it can be added back
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/extensions/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 28 Nov 2005 06:53:50 -0000 1.2 --- Makefile 2 Dec 2005 07:21:06 -0000 1.3 *************** *** 13,17 **** cvs_root_dir = $(CWD)/.. DESTDIR = $(CWD)/build/ ! BUILDLAYOUT_DIR = $(CWD)
# default target --- 13,17 ---- cvs_root_dir = $(CWD)/.. DESTDIR = $(CWD)/build/ ! BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
# default target
--- Makefile.buildlayout DELETED ---