]> err.no Git - sope/blob - sope-appserver/samples/iCalPortal/GNUmakefile
744bb7687848e3f3a7c368365259e12e5c5d9b6e
[sope] / sope-appserver / samples / iCalPortal / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 WOAPP_NAME = iCalPortal
7
8 iCalPortal_OBJC_FILES += \
9         iCalPortal.m                    \
10         iCalPortalDatabase.m            \
11         iCalPortalUser.m                \
12         iCalPortalCalendar.m            \
13         DirectAction.m                  \
14         \
15         iCalPortalPage.m                \
16         \
17         iCalView.m                      \
18         iCalDayView.m                   \
19         iCalWeekView.m                  \
20
21 # this is a bit of a hack, because our gstep-make version cannot properly
22 # copy resources of a subproject
23 iCalPortal_RESOURCE_FILES += Pages/*.wox
24
25 iCalPortal_SUBPROJECTS = WebDAV Pages
26
27 iCalPortal_LANGUAGES = English German
28 iCalPortal_LOCALIZED_RESOURCE_FILES = main.strings
29
30 include icons.make
31
32 -include GNUmakefile.preamble
33 include $(GNUSTEP_MAKEFILES)/woapp.make
34 -include GNUmakefile.postamble