From ca3cd49d65353584bfe85755ef2885b049d25d33 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 20 Apr 2003 18:11:17 +0000 Subject: Add opie-lupdate and opie-lrelease as targets --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52894ce..9169645 100644 --- a/Makefile +++ b/Makefile @@ -111,10 +111,15 @@ all clean install ipk: $(SUBDIRS) 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 +apidox : doc/generate_apidox + include $(TOPDIR)/Rules.make -- cgit v0.9.0.2