]> err.no Git - scalable-opengroupware.org/blob - UI/SOGoUI/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1071 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / SOGoUI / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4 -include ../../config.make
5 include $(GNUSTEP_MAKEFILES)/common.make
6 include ../../Version
7 include ./Version 
8
9 LIBRARY_NAME = libSOGoUI
10
11 libSOGoUI_HEADER_FILES_DIR         = .
12 libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
13 FHS_HEADER_DIRS = SOGoUI
14
15 libSOGoUI_HEADER_FILES +=       \
16         \
17         UIxJSClose.h            \
18         UIxComponent.h          \
19         SOGoDateFormatter.h     \
20         SOGoAptFormatter.h      \
21         SOGoJSStringFormatter.h \
22         WOContext+UIx.h         \
23
24 libSOGoUI_OBJC_FILES +=         \
25         \
26         UIxJSClose.m            \
27         UIxComponent.m          \
28         SOGoDateFormatter.m     \
29         SOGoAptFormatter.m      \
30         SOGoJSStringFormatter.m \
31         WOContext+UIx.m         \
32         \
33         SOGoACLAdvisory.m       \
34         SOGoACLFrenchAdditionAdvisory.m         \
35         SOGoACLFrenchRemovalAdvisory.m          \
36         SOGoACLEnglishAdditionAdvisory.m        \
37         SOGoACLEnglishRemovalAdvisory.m
38
39 # make
40
41 -include GNUmakefile.preamble
42 include $(GNUSTEP_MAKEFILES)/library.make
43 -include GNUmakefile.postamble
44 -include ../../fhslib.make