[PD-cvs] externals Makefile,1.67,1.68

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Jul 21 02:08:33 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
commented out help install for corelibs since the help files are the same as core

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** Makefile	20 Jul 2006 22:30:45 -0000	1.67
--- Makefile	21 Jul 2006 00:08:31 -0000	1.68
***************
*** 39,46 ****
  #==============================================================================#
  
- DEBUG_CFLAGS = -ggdb
- 
- OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
- 
  # this variable is to support old "win" directories, rather than "windows"
  BUILDSRC_OS_NAME = $(OS_NAME)
--- 39,42 ----
***************
*** 334,340 ****
  	install -p $(CORELIBS_OBJECTS:.c=.$(EXTENSION)) \
  		$(objectsdir)/$(CORELIBS_NAME)
! 	install -d $(helpdir)/$(CORELIBS_NAME)
! 	install -p $(externals_src)/corelibs/help/*.pd \
! 		$(helpdir)/$(CORELIBS_NAME)
  #	install -d $(manualsdir)/$(CORELIBS_NAME)
  #	install -p $(externals_src)/corelibs/manual.txt \
--- 330,336 ----
  	install -p $(CORELIBS_OBJECTS:.c=.$(EXTENSION)) \
  		$(objectsdir)/$(CORELIBS_NAME)
! #	install -d $(helpdir)/$(CORELIBS_NAME)
! #	install -p $(externals_src)/corelibs/help/*.pd \
! #		$(helpdir)/$(CORELIBS_NAME)
  #	install -d $(manualsdir)/$(CORELIBS_NAME)
  #	install -p $(externals_src)/corelibs/manual.txt \





More information about the Pd-cvs mailing list