]> err.no Git - sope/blob - sope-appserver/NGObjWeb/DynamicElements/GNUmakefile
hotfix
[sope] / sope-appserver / NGObjWeb / DynamicElements / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 SUBPROJECT_NAME = DynamicElements
7
8 # does not work yet: DynamicElements_PCH_FILE = decommon.h
9
10 DynamicElements_OBJC_FILES = \
11         WOxHTMLElemBuilder.m    \
12         WOxControlElemBuilder.m \
13         WOxMiscElemBuilder.m    \
14         WOxXULElemBuilder.m     \
15         WOxTalElemBuilder.m     \
16         \
17         WOActionURL.m           \
18         WOBody.m                \
19         WOBrowser.m             \
20         WOCheckBox.m            \
21         WOCheckBoxList.m        \
22         WOComponentContent.m    \
23         WOComponentReference.m  \
24         WOCompoundElement.m     \
25         WOConditional.m         \
26         WOEmbeddedObject.m      \
27         WOFileUpload.m          \
28         WOForm.m                \
29         WOFrame.m               \
30         WOGenericContainer.m    \
31         WOGenericElement.m      \
32         WOHtml.m                \
33         WOHTMLDynamicElement.m  \
34         WOHiddenField.m         \
35         WOHyperlink.m           \
36         WOHyperlinkInfo.m       \
37         WOImage.m               \
38         WOImageButton.m         \
39         WOInput.m               \
40         WOIFrame.m              \
41         WOJavaScript.m          \
42         WOMetaRefresh.m         \
43         WONestedList.m          \
44         WOPasswordField.m       \
45         WOPopUpButton.m         \
46         WORadioButton.m         \
47         WORadioButtonList.m     \
48         WORepetition.m          \
49         WOResetButton.m         \
50         WOResourceURL.m         \
51         WOString.m              \
52         WOSubmitButton.m        \
53         WOSwitchComponent.m     \
54         WOText.m                \
55         WOTextField.m           \
56         WOVBScript.m            \
57         WOEntity.m              \
58         WOSetCursor.m           \
59         WOCopyValue.m           \
60         WOSetHeader.m           \
61         \
62         WONoContentElement.m    \
63         _WOStaticHTMLElement.m  \
64
65 DynamicElements_OBJC_FILES += \
66         _WOConstResourceImage.m \
67         _WOResourceImage.m
68
69 DynamicElements_OBJC_FILES += \
70         _WOComplexHyperlink.m           \
71         _WOTemporaryHyperlink.m         \
72         _WOCommonStaticDAHyperlink.m    \
73         _WOSimpleActionHyperlink.m      \
74
75 -include GNUmakefile.preamble
76 include $(GNUSTEP_MAKEFILES)/subproject.make
77 -include GNUmakefile.postamble
78
79 $(GNUSTEP_OBJ_DIR)/WOGenericContainer.o : WOGenericElement.h WOGenericElement.m WOGenericContainer.m