Update of /cvsroot/pure-data/packages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21189
Modified Files: Makefile Makefile.dirs TODO Log Message: added HELP destination separate from DOCS destination
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 16 Nov 2005 06:23:09 -0000 1.1 --- Makefile 16 Nov 2005 16:57:34 -0000 1.2 *************** *** 13,19 ****
DST_PATHS = APPLICATIONS_DEST=$(APPLICATIONS_DEST) \ - OBJECTS_DEST=$(OBJECTS_DEST) \ DOCS_DEST=$(DOCS_DEST) \ ! MANUALS_DEST=$(MANUALS_DEST)
#------------------------------------------------------------------------------# --- 13,20 ----
DST_PATHS = APPLICATIONS_DEST=$(APPLICATIONS_DEST) \ DOCS_DEST=$(DOCS_DEST) \ ! HELP_DEST=$(HELP_DEST) \ ! MANUALS_DEST=$(MANUALS_DEST) \ ! OBJECTS_DEST=$(OBJECTS_DEST)
#------------------------------------------------------------------------------# *************** *** 31,34 **** clean: abstractions_clean -rm -f *~ ! rm -rf $(MANUALS_DEST) ! rmdir $(DOCS_BASE) $(INSTALL_PREFIX) --- 32,35 ---- clean: abstractions_clean -rm -f *~ ! rm -rf $(MANUALS_DEST) $(HELP_DEST) ! rmdir $(DOCS_DEST) $(INSTALL_PREFIX)
Index: Makefile.dirs =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile.dirs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.dirs 16 Nov 2005 06:23:09 -0000 1.1 --- Makefile.dirs 16 Nov 2005 16:57:34 -0000 1.2 *************** *** 2,22 **** # this file should be exactly the same in each section of the CVS. A copy is # kept in each section of the CVS so that each section will be ! # self-sufficient. hans@at.or.at
# $(INSTALL_PREFIX) and $(SRC_ROOT_DIR) are set in Makefile
- # base - DOCS_BASE = $(INSTALL_PREFIX)/doc - # sources ABSTRACTIONS_SRC = $(SRC_ROOT_DIR)/abstractions ! DOCS_SRC = $(SRC_ROOT_DIR)/doc EXTERNALS_SRC = $(SRC_ROOT_DIR)/externals
# destinations ! APPLICATIONS_DEST = $(DOCS_BASE)/examples OBJECTS_DEST = $(INSTALL_PREFIX)/extra ! DOCS_DEST = $(DOCS_BASE)/5.reference ! MANUALS_DEST = $(DOCS_BASE)/manuals
#------------------------------------------------------------------------------# --- 2,26 ---- # this file should be exactly the same in each section of the CVS. A copy is # kept in each section of the CVS so that each section will be ! # self-contained. hans@at.or.at
# $(INSTALL_PREFIX) and $(SRC_ROOT_DIR) are set in Makefile
# sources ABSTRACTIONS_SRC = $(SRC_ROOT_DIR)/abstractions ! DOC_SRC = $(SRC_ROOT_DIR)/doc EXTERNALS_SRC = $(SRC_ROOT_DIR)/externals + FLEXT_SRC = $(SRC_ROOT_DIR)/externals/grill/flext + GEM_SRC = $(SRC_ROOT_DIR)/Gem + GEMLIBS_SRC = $(SRC_ROOT_DIR)/GemLibs + PD_SRC = $(SRC_ROOT_DIR)/pd + SCRIPTS_SRC = $(SRC_ROOT_DIR)/scripts +
# destinations ! APPLICATIONS_DEST = $(DOCS_DEST)/examples ! DOCS_DEST = $(INSTALL_PREFIX)/doc OBJECTS_DEST = $(INSTALL_PREFIX)/extra ! HELP_DEST = $(DOCS_DEST)/5.reference ! MANUALS_DEST = $(DOCS_DEST)/manuals
#------------------------------------------------------------------------------# *************** *** 30,39 **** install -d $(APPLICATIONS_DEST)
- $(OBJECTS_DEST): $(INSTALL_PREFIX) - install -d $(OBJECTS_DEST) - $(DOCS_DEST): $(INSTALL_PREFIX) install -d $(DOCS_DEST)
$(MANUALS_DEST): $(INSTALL_PREFIX) install -d $(MANUALS_DEST) --- 34,47 ---- install -d $(APPLICATIONS_DEST)
$(DOCS_DEST): $(INSTALL_PREFIX) install -d $(DOCS_DEST)
+ $(HELP_DEST): $(INSTALL_PREFIX) + install -d $(HELP_DEST) + $(MANUALS_DEST): $(INSTALL_PREFIX) install -d $(MANUALS_DEST) + + $(OBJECTS_DEST): $(INSTALL_PREFIX) + install -d $(OBJECTS_DEST) +
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/packages/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TODO 20 Apr 2005 23:24:55 -0000 1.1 --- TODO 16 Nov 2005 16:57:34 -0000 1.2 *************** *** 1,3 **** --- 1,18 ----
+ - hex convertor for setup function names, and object file names + + - merge in tigital's Makefile++ + + - move purepd to abstractions + + - add GRIPD for Anders + + - add reg keys for Martin Dupras + + - mDNS objects! + + - import nqpoly4 and write helpfiles based on website: + http://pix.test.at/pd/nqpoly/nqpoly4.html + - global versioning system the package releases should have versions of there own which apply to