]> err.no Git - scalable-opengroupware.org/blob - UI/SOGoUI/GNUmakefile
034e2764c445e2ca9448233f589f690b8dee7896
[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         SOGoAptFormatter.h      \
20         SOGoJSStringFormatter.h \
21         WOContext+UIx.h         \
22
23 libSOGoUI_OBJC_FILES +=         \
24         \
25         UIxJSClose.m            \
26         UIxComponent.m          \
27         SOGoAptFormatter.m      \
28         SOGoJSStringFormatter.m \
29         WOContext+UIx.m         \
30         \
31         SOGoACLAdvisory.m
32
33 # make
34
35 -include GNUmakefile.preamble
36 include $(GNUSTEP_MAKEFILES)/library.make
37 -include GNUmakefile.postamble
38 -include ../../fhslib.make