summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/Makefile.static
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/Makefile.static') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/Makefile.static2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/Makefile.static b/noncore/net/wellenreiter/Makefile.static
index 22b23f4..d5cdf44 100644
--- a/noncore/net/wellenreiter/Makefile.static
+++ b/noncore/net/wellenreiter/Makefile.static
@@ -1,24 +1,24 @@
1# Warning: Handcrafted! 1# Warning: Handcrafted!
2 2
3############################################################################# 3#############################################################################
4# Makefile for building targets in sub directories. 4# Makefile for building targets in sub directories.
5# Project: wellenreiter 5# Project: wellenreiter
6# Template: subdirs 6# Template: subdirs
7############################################################################# 7#############################################################################
8 8
9 MAKEFILE=Makefile 9 MAKEFILE=Makefile
10 TMAKE =tmake 10 TMAKE =tmake
11 11
12 SUBDIRS =libwellenreiter/source daemon/source gui 12 SUBDIRS =libwellenreiter/source daemon/source gui cornucopia
13 13
14all: $(SUBDIRS) 14all: $(SUBDIRS)
15 15
16$(SUBDIRS): FORCE 16$(SUBDIRS): FORCE
17 cd $@; $(MAKE) 17 cd $@; $(MAKE)
18 18
19tmake: 19tmake:
20 tmake wellenreiter.pro 20 tmake wellenreiter.pro
21 21
22tmake_all: 22tmake_all:
23 for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; pro=`basename $$i`.pro ; $(TMAKE) $$pro -o $(MAKEFILE); grep "TEMPLATE.*subdirs" $$pro 2>/dev/null >/dev/null && $(MAKE) -f $(MAKEFILE) tmake_all || true; fi; ) ; done 23 for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; pro=`basename $$i`.pro ; $(TMAKE) $$pro -o $(MAKEFILE); grep "TEMPLATE.*subdirs" $$pro 2>/dev/null >/dev/null && $(MAKE) -f $(MAKEFILE) tmake_all || true; fi; ) ; done
24 24