]> err.no Git - sope/blob - sope-appserver/NGObjWeb/SoObjects/GNUmakefile
added some WebDrive WebDAV properties
[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         SoProductLoader.h               \
44         SoCookieAuthenticator.h         \
45
46 SoObjects_OBJC_FILES = \
47         NSException+HTTP.m              \
48         SoApplication.m                 \
49         SoClass.m                       \
50         SoClassRegistry.m               \
51         SoClassSecurityInfo.m           \
52         SoControlPanel.m                \
53         SoDefaultRenderer.m             \
54         SoHTTPAuthenticator.m           \
55         SoObjCClass.m                   \
56         SoObject+Traversal.m            \
57         SoObject.m                      \
58         SoObjectMethodDispatcher.m      \
59         SoObjectRequestHandler.m        \
60         SoObjectXmlRpcDispatcher.m      \
61         SoObjectSOAPDispatcher.m        \
62         SoPageInvocation.m              \
63         SoActionInvocation.m            \
64         SoPermissions.m                 \
65         SoProduct.m                     \
66         SoProductClassInfo.m            \
67         SoProductRegistry.m             \
68         SoProductResourceManager.m      \
69         SoSecurityManager.m             \
70         SoSelectorInvocation.m          \
71         SoUser.m                        \
72         SoLookupAssociation.m           \
73         WOContext+SoObjects.m           \
74         WODirectAction+SoObjects.m      \
75         WOComponent+SoObjects.m         \
76         WODirectActionRequestHandler+SoObjects.m\
77         WORequest+So.m                  \
78         SoTemplateRenderer.m            \
79         SoSubContext.m                  \
80         SoSecurityException.m           \
81         SoComponent.m                   \
82         SoProductLoader.m               \
83         SoCookieAuthenticator.m         \
84
85 -include GNUmakefile.preamble
86 include $(GNUSTEP_MAKEFILES)/subproject.make
87 -include GNUmakefile.postamble