summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/Makefile.static
authormickeyl <mickeyl>2003-02-24 15:54:13 (UTC)
committer mickeyl <mickeyl>2003-02-24 15:54:13 (UTC)
commitf294a5d101fc9935e1a73f3d44b43ea00d0a03c7 (patch) (unidiff)
tree3fb4345bb3bacb023c217d55786b734c052de545 /noncore/net/wellenreiter/Makefile.static
parent25725a7cd45731656e3ee3476614512b027dacf8 (diff)
downloadopie-f294a5d101fc9935e1a73f3d44b43ea00d0a03c7.zip
opie-f294a5d101fc9935e1a73f3d44b43ea00d0a03c7.tar.gz
opie-f294a5d101fc9935e1a73f3d44b43ea00d0a03c7.tar.bz2
visual enhancements for the listview...
Diffstat (limited to 'noncore/net/wellenreiter/Makefile.static') (more/less context) (ignore 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