gunnar: server Makefile,1.95,1.96

cvs at kolab.org cvs at kolab.org
Tue Jan 19 14:56:07 CET 2010


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv23644

Modified Files:
	Makefile 
Log Message:
Add a webclient build section. This is not yet linked into the dist target.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Makefile	19 Jan 2010 04:53:26 -0000	1.95
+++ Makefile	19 Jan 2010 13:56:05 -0000	1.96
@@ -143,8 +143,18 @@
                $(PEAR_HORDE_PACKAGES)        \
                $(PEAR_KOLAB_PACKAGES)        \
 
-CLIENT_PACKAGES=kolab-webclient        \
-                kolab-fbview           \
+CLIENT_PACKAGES=kolab-webclient/dimp            \
+                kolab-webclient/horde           \
+                kolab-webclient/imp             \
+                kolab-webclient/ingo            \
+                kolab-webclient/kronolith       \
+                kolab-webclient/mimp            \
+                kolab-webclient/mnemo           \
+                kolab-webclient/passwd          \
+                kolab-webclient/nag             \
+                kolab-webclient/turba           \
+#                kolab-webclient/kolab-webclient \
+#                kolab-fbview                    \
 
 BASE_FILES=install-kolab.sh \
            1st.README
@@ -362,6 +372,36 @@
 
 ####################
 # PEAR CHANNEL END
+####################
+
+####################
+# CLIENT START
+####################
+# Sub targets for the web client
+
+.PHONY: fetch-client
+fetch-client: $(CLIENT_PACKAGES:%=fetch-%)
+
+.PHONY: $(CLIENT_PACKAGES:%=fetch-%)
+$(CLIENT_PACKAGES:%=fetch-%):
+	make -e -C $(@:fetch-%=%) fetch
+
+.PHONY: dist-client
+dist-client: $(CLIENT_PACKAGES:%=dist-%)
+
+.PHONY: $(CLIENT_PACKAGES:%=dist-%)
+$(CLIENT_PACKAGES:%=dist-%):
+	make -e -C $(@:dist-%=%) dist
+
+.PHONY: clean-client
+clean-client: $(CLIENT_PACKAGES:%=clean-%)
+
+.PHONY: $(CLIENT_PACKAGES:%=clean-%)
+$(CLIENT_PACKAGES:%=clean-%):
+	make -e -C $(@:clean-%=%) clean
+
+####################
+# CLIENT END
 ####################
 
 ####################





More information about the commits mailing list