From 1d6b2100209fb63e737100c9f8f576bb26534e96 Mon Sep 17 00:00:00 2001 From: wimpie Date: Fri, 02 Apr 2004 18:34:55 +0000 Subject: Added THREAD config flag (for compile agains threaded qt) Added ipkg-mt target for packaging targets to -mt packages speedup of ipkg by using bash substitution instead of grep/sed --- (limited to 'Rules.make') diff --git a/Rules.make b/Rules.make index c93d6ec..3f494ce 100644 --- a/Rules.make +++ b/Rules.make @@ -6,6 +6,12 @@ $(configs) : $(TOPDIR)/gen.pro : $(TOPDIR)/.config echo > $@ +# added for threaded version +ifneq ($(CONFIG_THREADED),) + echo CONFIG += thread >> $@ +else + echo CONFIG -= thread >> $@ +endif ifneq ($(CONFIG_DEBUG),) echo CONFIG += debug >> $@ echo CONFIG -= release >> $@ @@ -16,6 +22,7 @@ else echo CONFIG += release >> $@ echo DEFINES += "OPIE_NO_DEBUG" >> $@ endif + ifeq ($(filter 3.%,$(QTE_VERSION)),) # not qt3 echo CONFIG -= qt3 >> $@ else -- cgit v0.9.0.2