]> err.no Git - sope/blob - sope-appserver/NGObjWeb/SoObjects/GNUmakefile
PCH support
[sope] / sope-appserver / NGObjWeb / SoObjects / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../../config.make
4 include ../subdirs.make
5
6 SUBPROJECT_NAME = SoObjects
7
8 SoObjects_PCH_FILE = common.h
9 SoObjects_HEADER_FILES_DIR         = .
10 SoObjects_HEADER_FILES_INSTALL_DIR = /NGObjWeb
11
12 SoObjects_HEADER_FILES = \
13         SoObjects.h                     \
14         NSException+HTTP.h              \
15         SoClass.h                       \
16         SoClassRegistry.h               \
17         SoClassSecurityInfo.h           \
18         SoDefaultRenderer.h             \
19         SoHTTPAuthenticator.h           \
20         SoObjCClass.h                   \
21         SoObject.h                      \
22         SoObjectMethodDispatcher.h      \
23         SoObjectRequestHandler.h        \
24         SoPageInvocation.h              \
25         SoActionInvocation.h            \
26         SoPermissions.h                 \
27         SoProduct.h                     \
28         SoProductClassInfo.h            \
29         SoProductRegistry.h             \
30         SoProductResourceManager.h      \
31         SoSecurityManager.h             \
32         SoSelectorInvocation.h          \
33         SoUser.h                        \
34         WOContext+SoObjects.h           \
35         WORequest+So.h                  \
36         SoControlPanel.h                \
37         SoApplication.h                 \
38         SoLookupAssociation.h           \
39         SoTemplateRenderer.h            \
40         SoSubContext.h                  \
41         SoSecurityException.h           \
42         SoComponent.h                   \
43
44 SoObjects_OBJC_FILES = \
45         NSException+HTTP.m              \
46         SoApplication.m                 \
47         SoClass.m                       \
48         SoClassRegistry.m               \
49         SoClassSecurityInfo.m           \
50         SoControlPanel.m                \
51         SoDefaultRenderer.m             \
52         SoHTTPAuthenticator.m           \
53         SoObjCClass.m                   \
54         SoObject+Traversal.m            \
55         SoObject.m                      \
56         SoObjectMethodDispatcher.m      \
57         SoObjectRequestHandler.m        \
58         SoObjectXmlRpcDispatcher.m      \
59         SoObjectSOAPDispatcher.m        \
60         SoPageInvocation.m              \
61         SoActionInvocation.m            \
62         SoPermissions.m                 \
63         SoProduct.m                     \
64         SoProductClassInfo.m            \
65         SoProductRegistry.m             \
66         SoProductResourceManager.m      \
67         SoSecurityManager.m             \
68         SoSelectorInvocation.m          \
69         SoUser.m                        \
70         SoLookupAssociation.m           \
71         WOContext+SoObjects.m           \
72         WODirectAction+SoObjects.m      \
73         WOComponent+SoObjects.m         \
74         WODirectActionRequestHandler+SoObjects.m\
75         WORequest+So.m                  \
76         SoTemplateRenderer.m            \
77         SoSubContext.m                  \
78         SoSecurityException.m           \
79         SoComponent.m                   \
80
81 -include GNUmakefile.preamble
82 include $(GNUSTEP_MAKEFILES)/subproject.make
83 -include GNUmakefile.postamble