aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-21 00:08:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-21 00:08:31 +0000
commit6768962545c5e0060cb2974453736a9a83c9ba12 (patch)
tree7cf2fd2555fb69c1b93ea478dd6733a6b97f86ff /externals
parent034f0e24189031d0cd25a68ac7721bf6ec42a4ea (diff)
commented out help install for corelibs since the help files are the same as core
svn path=/trunk/; revision=5388
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 952ab8c7..44d80402 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -38,10 +38,6 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \
#
#==============================================================================#
-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)
@@ -333,9 +329,9 @@ corelibs_install: corelibs
--version ""
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 $(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 \
# $(manualsdir)/$(CORELIBS_NAME)