]> err.no Git - scalable-opengroupware.org/blob - UI/SOGoUI/GNUmakefile
moved SOGo files up
[scalable-opengroupware.org] / UI / SOGoUI / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 include ../../Version
6 include ./Version 
7
8 LIBRARY_NAME = libSOGoUI
9
10 libSOGoUI_HEADER_FILES_DIR         = .
11 libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
12
13 libSOGoUI_HEADER_FILES +=       \
14         UIxComponent.h          \
15         SOGoDateFormatter.h     \
16         SOGoAptFormatter.h      \
17         SOGoJSStringFormatter.h \
18         WOContext+UIx.h         \
19
20 libSOGoUI_OBJC_FILES +=         \
21         UIxComponent.m          \
22         SOGoDateFormatter.m     \
23         SOGoAptFormatter.m      \
24         SOGoJSStringFormatter.m \
25         WOContext+UIx.m         \
26
27 # make
28
29 -include GNUmakefile.preamble
30 include $(GNUSTEP_MAKEFILES)/library.make
31 -include GNUmakefile.postamble