aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xalan-c/Makefile.inc-sample-src
blob: 226b311fd33256b80d4b5e52c6a7927f40e8beb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
    ${MKDIR} ${EXAMPLESDIR}/ApacheModuleXSLT
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/ApacheModuleXSLT/mod_xslt.c \
        ${EXAMPLESDIR}/ApacheModuleXSLT/
    ${MKDIR} ${EXAMPLESDIR}/ApacheModuleXSLT/xslt
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/ApacheModuleXSLT/xslt/apachemod.xml \
        ${WRKSRC}/samples/ApacheModuleXSLT/xslt/apachemod.xsl \
        ${WRKSRC}/samples/ApacheModuleXSLT/xslt/foo.xml \
        ${WRKSRC}/samples/ApacheModuleXSLT/xslt/foo.xsl \
        ${EXAMPLESDIR}/ApacheModuleXSLT/xslt/
    ${MKDIR} ${EXAMPLESDIR}/CompileStylesheet
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/CompileStylesheet/CompileStylesheet.cpp \
        ${WRKSRC}/samples/CompileStylesheet/foo.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo.xsl \
        ${WRKSRC}/samples/CompileStylesheet/foo1.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo10.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo2.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo3.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo4.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo5.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo6.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo7.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo8.xml \
        ${WRKSRC}/samples/CompileStylesheet/foo9.xml \
        ${EXAMPLESDIR}/CompileStylesheet/
    ${MKDIR} ${EXAMPLESDIR}/DocumentBuilder
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/DocumentBuilder/DocumentBuilder.cpp \
        ${WRKSRC}/samples/DocumentBuilder/foo.xsl \
        ${EXAMPLESDIR}/DocumentBuilder/
    ${MKDIR} ${EXAMPLESDIR}/ExternalFunction
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/ExternalFunction/ExternalFunction.cpp \
        ${WRKSRC}/samples/ExternalFunction/foo.xml \
        ${WRKSRC}/samples/ExternalFunction/foo.xsl \
        ${EXAMPLESDIR}/ExternalFunction/
    ${MKDIR} ${EXAMPLESDIR}/ParsedSourceWrappers
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/ParsedSourceWrappers/ParsedSourceWrappers.cpp \
        ${WRKSRC}/samples/ParsedSourceWrappers/foo.xml \
        ${WRKSRC}/samples/ParsedSourceWrappers/foo.xsl \
        ${EXAMPLESDIR}/ParsedSourceWrappers/
    ${MKDIR} ${EXAMPLESDIR}/SerializeNodeSet
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/SerializeNodeSet/SerializeNodeSet.cpp \
        ${WRKSRC}/samples/SerializeNodeSet/foo.xml \
        ${EXAMPLESDIR}/SerializeNodeSet/
    ${MKDIR} ${EXAMPLESDIR}/SimpleTransform
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/SimpleTransform/SimpleTransform.cpp \
        ${WRKSRC}/samples/SimpleTransform/foo.xml \
        ${WRKSRC}/samples/SimpleTransform/foo.xsl \
        ${EXAMPLESDIR}/SimpleTransform/
    ${MKDIR} ${EXAMPLESDIR}/SimpleXPathAPI
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/SimpleXPathAPI/SimpleXPathAPI.cpp \
        ${WRKSRC}/samples/SimpleXPathAPI/foo.xml \
        ${EXAMPLESDIR}/SimpleXPathAPI/
    ${MKDIR} ${EXAMPLESDIR}/SimpleXPathCAPI
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/SimpleXPathCAPI/SimpleXPathCAPI.c \
        ${WRKSRC}/samples/SimpleXPathCAPI/foo.xml \
        ${EXAMPLESDIR}/SimpleXPathCAPI/
    ${MKDIR} ${EXAMPLESDIR}/StreamTransform
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/StreamTransform/StreamTransform.cpp \
        ${EXAMPLESDIR}/StreamTransform/
    ${MKDIR} ${EXAMPLESDIR}/ThreadSafe
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/ThreadSafe/ThreadSafe.cpp \
        ${WRKSRC}/samples/ThreadSafe/birds.xml \
        ${WRKSRC}/samples/ThreadSafe/birds.xsl \
        ${EXAMPLESDIR}/ThreadSafe/
    ${MKDIR} ${EXAMPLESDIR}/TraceListen
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/TraceListen/TraceListen.cpp \
        ${WRKSRC}/samples/TraceListen/birds.xml \
        ${WRKSRC}/samples/TraceListen/birds.xsl \
        ${EXAMPLESDIR}/TraceListen/
    ${MKDIR} ${EXAMPLESDIR}/TransformToXercesDOM
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/TransformToXercesDOM/TransformToXercesDOM.cpp \
        ${WRKSRC}/samples/TransformToXercesDOM/birds.xml \
        ${WRKSRC}/samples/TransformToXercesDOM/birds.xsl \
        ${EXAMPLESDIR}/TransformToXercesDOM/
    ${MKDIR} ${EXAMPLESDIR}/UseStylesheetParam
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/UseStylesheetParam/UseStylesheetParam.cpp \
        ${WRKSRC}/samples/UseStylesheetParam/foo.xml \
        ${WRKSRC}/samples/UseStylesheetParam/foo.xsl \
        ${EXAMPLESDIR}/UseStylesheetParam/
    ${MKDIR} ${EXAMPLESDIR}/XPathWrapper
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/XPathWrapper/TestDriver.cpp \
        ${WRKSRC}/samples/XPathWrapper/XPathWrapper.cpp \
        ${WRKSRC}/samples/XPathWrapper/XPathWrapper.hpp \
        ${WRKSRC}/samples/XPathWrapper/foo.xml \
        ${EXAMPLESDIR}/XPathWrapper/
    ${MKDIR} ${EXAMPLESDIR}/XalanTransform
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/XalanTransform/XalanTransform.cpp \
        ${WRKSRC}/samples/XalanTransform/foo.xml \
        ${WRKSRC}/samples/XalanTransform/foo.xsl \
        ${EXAMPLESDIR}/XalanTransform/
    ${MKDIR} ${EXAMPLESDIR}/XalanTransformerCallback
    ${INSTALL_DATA} \
        ${WRKSRC}/samples/XalanTransformerCallback/XalanTransformerCallback.cpp \
        ${WRKSRC}/samples/XalanTransformerCallback/foo.xml \
        ${WRKSRC}/samples/XalanTransformerCallback/foo.xsl \
        ${EXAMPLESDIR}/XalanTransformerCallback/