summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 16:15:09 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 16:15:09 +0200
commitcaa397ed157ada95129dbe784c01c6a1f95b226f (patch)
tree0afc674c2395f25143392a34b1454d42a064d2cb /Makefile
parent25e9bdc75ba314333aaa4ab38358719abbedd102 (diff)
downloadqpdf-caa397ed157ada95129dbe784c01c6a1f95b226f.tar.zst
generalize build rules, add experimental support for manual compilation without libtool
git-svn-id: svn+q:///qpdf/trunk@753 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5db406f0..344daaf0 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,9 @@ $(foreach B,$(BUILD_ITEMS),$(eval \
%.mk: ;
make/%.mk: ;
+#XXX
+##BUILDRULES := libtool
+BUILDRULES := gcc
include make/rules.mk
DUMMY := $(shell mkdir $(foreach B,$(BUILD_ITEMS),$(B)/$(OUTPUT_DIR)) 2>/dev/null)