]> err.no Git - scalable-opengroupware.org/blob - UI/SOGoUI/GNUmakefile
improved FHS installation
[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 FHS_HEADER_DIRS = SOGoUI
13
14 libSOGoUI_HEADER_FILES +=       \
15         UIxComponent.h          \
16         SOGoDateFormatter.h     \
17         SOGoAptFormatter.h      \
18         SOGoJSStringFormatter.h \
19         WOContext+UIx.h         \
20
21 libSOGoUI_OBJC_FILES +=         \
22         UIxComponent.m          \
23         SOGoDateFormatter.m     \
24         SOGoAptFormatter.m      \
25         SOGoJSStringFormatter.m \
26         WOContext+UIx.m         \
27
28 # make
29
30 -include GNUmakefile.preamble
31 include $(GNUSTEP_MAKEFILES)/library.make
32 -include GNUmakefile.postamble
33 -include ../../fhslib.make