summaryrefslogtreecommitdiffstats
path: root/axiom/src/om/Makefile.am
blob: 1740883f2ea2bcf1ae057c37125fdea4e4a617a2 (plain)
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
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
# 
#   http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
lib_LTLIBRARIES = libaxis2_axiom.la
libaxis2_axiom_la_SOURCES = om_attribute.c \
                        om_document.c \
                        om_node.c \
                        om_text.c \
                        om_data_source.c \
                        om_comment.c \
                        om_element.c \
                        om_output.c \
                        om_doctype.c \
                        om_namespace.c \
                        om_processing_instruction.c \
                        om_stax_builder.c \
                        om_children_iterator.c \
                        om_children_qname_iterator.c \
                        om_child_element_iterator.c \
                        om_children_with_specific_attribute_iterator.c \
                        om_navigator.c

libaxis2_axiom_la_LIBADD =	$(top_builddir)/src/soap/libaxis2_soap.la \
				$(top_builddir)/src/attachments/libaxis2_attachments.la \
                    		$(top_builddir)/src/util/libaxis2_axiom_util.la \
							../parser/${WRAPPER_DIR}/libaxis2_parser.la \
							../../../util/src/libaxutil.la

libaxis2_axiom_la_LDFLAGS = -version-info $(VERSION_NO)

INCLUDES =	-I$(top_builddir)/include \
            -I$(top_builddir)/src/parser \
            -I$(top_builddir)/src/om \
            -I$(top_builddir)/src/attachments \
			-I$(top_builddir)/src/soap \
			-I ../../../util/include 

EXTRA_DIST = axiom_namespace_internal.h  axiom_node_internal.h  axiom_stax_builder_internal.h axiom_document_internal.h axiom_element_internal.h