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