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