]> err.no Git - scalable-opengroupware.org/blob - WebUI/GNUmakefile
WebUI skeleton
[scalable-opengroupware.org] / WebUI / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 WOAPP_NAME = WebUI
6
7 WebUI_OBJC_FILES = \
8         WebUI_main.m    \
9         Application.m   \
10         Session.m       \
11         DirectAction.m  \
12         Main.m          \
13
14
15 WebUI_COMPONENTS = \
16         Main.wo         \
17
18
19 WebUI_RESOURCE_FILES = \
20
21
22 WebUI_WEBSERVER_RESOURCE_FILES := \
23         $(shell find WebServerResources -type f -print) 
24
25
26 -include GNUmakefile.preamble
27 include $(GNUSTEP_MAKEFILES)/woapp.make
28 -include GNUmakefile.postamble