summaryrefslogtreecommitdiff
path: root/Makefile
authorschurig <schurig>2003-07-01 11:47:00 (UTC)
committer schurig <schurig>2003-07-01 11:47:00 (UTC)
commit99e582c840f0c37d318a28caf69d3ae4eb96bea4 (patch) (side-by-side diff)
tree6ef67e380c6ec89e39f0439c38854cc5986896d7 /Makefile
parentc478a4ce71d4a874ac20e594e1c8ecc66f301146 (diff)
downloadopie-99e582c840f0c37d318a28caf69d3ae4eb96bea4.zip
opie-99e582c840f0c37d318a28caf69d3ae4eb96bea4.tar.gz
opie-99e582c840f0c37d318a28caf69d3ae4eb96bea4.tar.bz2
ter 'udblood Harry Potter prevented 'e from sleepin'
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c33bb00..fd7da6d 100644
--- a/Makefile
+++ b/Makefile
@@ -115,25 +115,25 @@ endif
-include $(TOPDIR)/.config.cmd
SUBDIRS = $(subdir-y)
all clean install ipk: $(SUBDIRS)
- make -C bin clean
- make -C lib clean
- make -C plugins clean
lupdate lrelease:
@for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
opie-lupdate opie-lrelease:
@for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
$(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \
$(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \
$(TOPDIR)/library/custom.h
clean : $(TOPDIR)/.config
+ make -C bin clean
+ make -C lib clean
+ make -C plugins clean
apidox : doc/generate_apidox
include $(TOPDIR)/Rules.make