Skip to content

Commit

Permalink
* Added configure_linux to enable libxml2 as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Jan 9, 2016
1 parent ee0a170 commit 112d6e4
Show file tree
Hide file tree
Showing 7 changed files with 1,513 additions and 1,512 deletions.
2 changes: 2 additions & 0 deletions configure_linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
./configure --enable-libxml2 $@
50 changes: 25 additions & 25 deletions include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@

mupnp_headers = \
./mupnp/action.h \
./mupnp/argument.h \
./mupnp/control/control.h \
./mupnp/controlpoint.h \
./mupnp/device.h \
./mupnp/event/event.h \
./mupnp/event/notify.h \
./mupnp/event/property.h \
./mupnp/event/subscriber.h \
./mupnp/event/subscription.h \
./mupnp/http/http.h \
./mupnp/icon.h \
./mupnp/statevariable.h \
./mupnp/io/file.h \
./mupnp/upnp.h \
./mupnp/net/url.h \
./mupnp/net/uri.h \
./mupnp/net/interface.h \
./mupnp/net/socket.h \
./mupnp/net/uri.h \
./mupnp/net/url.h \
./mupnp/xml/xml.h \
./mupnp/device.h \
./mupnp/upnp_status.h \
./mupnp/version.h \
./mupnp/service.h \
./mupnp/soap/soap.h \
./mupnp/ssdp/ssdp.h \
./mupnp/ssdp/ssdp_server.h \
./mupnp/statevariable.h \
./mupnp/typedef.h \
./mupnp/upnp.h \
./mupnp/ssdp/ssdp.h \
./mupnp/event/subscription.h \
./mupnp/event/subscriber.h \
./mupnp/event/notify.h \
./mupnp/event/event.h \
./mupnp/event/property.h \
./mupnp/soap/soap.h \
./mupnp/icon.h \
./mupnp/upnp_function.h \
./mupnp/typedef.h \
./mupnp/http/http.h \
./mupnp/upnp_limit.h \
./mupnp/upnp_status.h \
./mupnp/argument.h \
./mupnp/control/control.h \
./mupnp/controlpoint.h \
./mupnp/util/cond.h \
./mupnp/util/dictionary.h \
./mupnp/util/time.h \
./mupnp/util/list.h \
./mupnp/util/log.h \
./mupnp/util/mutex.h \
./mupnp/util/string.h \
./mupnp/util/log.h \
./mupnp/util/thread.h \
./mupnp/util/time.h \
./mupnp/version.h \
./mupnp/xml/xml.h
./mupnp/util/string.h \
./mupnp/util/dictionary.h


mupnp/upnp.h: $(top_builddir)/config.h
Expand Down
50 changes: 25 additions & 25 deletions include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -273,42 +273,42 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
mupnp_headers = \
./mupnp/action.h \
./mupnp/argument.h \
./mupnp/control/control.h \
./mupnp/controlpoint.h \
./mupnp/device.h \
./mupnp/event/event.h \
./mupnp/event/notify.h \
./mupnp/event/property.h \
./mupnp/event/subscriber.h \
./mupnp/event/subscription.h \
./mupnp/http/http.h \
./mupnp/icon.h \
./mupnp/statevariable.h \
./mupnp/io/file.h \
./mupnp/upnp.h \
./mupnp/net/url.h \
./mupnp/net/uri.h \
./mupnp/net/interface.h \
./mupnp/net/socket.h \
./mupnp/net/uri.h \
./mupnp/net/url.h \
./mupnp/xml/xml.h \
./mupnp/device.h \
./mupnp/upnp_status.h \
./mupnp/version.h \
./mupnp/service.h \
./mupnp/soap/soap.h \
./mupnp/ssdp/ssdp.h \
./mupnp/ssdp/ssdp_server.h \
./mupnp/statevariable.h \
./mupnp/typedef.h \
./mupnp/upnp.h \
./mupnp/ssdp/ssdp.h \
./mupnp/event/subscription.h \
./mupnp/event/subscriber.h \
./mupnp/event/notify.h \
./mupnp/event/event.h \
./mupnp/event/property.h \
./mupnp/soap/soap.h \
./mupnp/icon.h \
./mupnp/upnp_function.h \
./mupnp/typedef.h \
./mupnp/http/http.h \
./mupnp/upnp_limit.h \
./mupnp/upnp_status.h \
./mupnp/argument.h \
./mupnp/control/control.h \
./mupnp/controlpoint.h \
./mupnp/util/cond.h \
./mupnp/util/dictionary.h \
./mupnp/util/time.h \
./mupnp/util/list.h \
./mupnp/util/log.h \
./mupnp/util/mutex.h \
./mupnp/util/string.h \
./mupnp/util/log.h \
./mupnp/util/thread.h \
./mupnp/util/time.h \
./mupnp/version.h \
./mupnp/xml/xml.h
./mupnp/util/string.h \
./mupnp/util/dictionary.h

nobase_include_HEADERS = \
$(mupnp_headers)
Expand Down
150 changes: 75 additions & 75 deletions lib/unix/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,101 +15,101 @@ lib_LIBRARIES = libmupnp.a
AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @HTTP_CFLAGS@ @CLOG_DEBUG_FLAGS@

mupnp_sources = \
../../src/mupnp/action.c \
../../src/mupnp/action_list.c \
../../src/mupnp/argument.c \
../../src/mupnp/argument_list.c \
../../src/mupnp/control/action_ctrl.c \
../../src/mupnp/control/action_request.c \
../../src/mupnp/control/action_response.c \
../../src/mupnp/control/control_function.c \
../../src/mupnp/control/query_ctrl.c \
../../src/mupnp/control/query_request.c \
../../src/mupnp/control/query_response.c \
../../src/mupnp/controlpoint.c \
../../src/mupnp/controlpoint_event.c \
../../src/mupnp/controlpoint_http_server.c \
../../src/mupnp/service_notify.c \
../../src/mupnp/io/file_list.c \
../../src/mupnp/io/file.c \
../../src/mupnp/service_std_dcp.c \
../../src/mupnp/device.c \
../../src/mupnp/device_advertiser.c \
../../src/mupnp/device_http_server.c \
../../src/mupnp/device_list.c \
../../src/mupnp/statevariable.c \
../../src/mupnp/net/interface_list.c \
../../src/mupnp/net/url.c \
../../src/mupnp/net/datagram_packet.c \
../../src/mupnp/net/uri.c \
../../src/mupnp/net/socket_list.c \
../../src/mupnp/net/net_function.c \
../../src/mupnp/net/interface_function.c \
../../src/mupnp/net/socket.c \
../../src/mupnp/net/interface.c \
../../src/mupnp/xml/xml_function.c \
../../src/mupnp/xml/xml_attribute_list.c \
../../src/mupnp/xml/xml_parser_libxml2.c \
../../src/mupnp/xml/xml_parser.c \
../../src/mupnp/xml/xml_node_list.c \
../../src/mupnp/xml/xml_parser_expat.c \
../../src/mupnp/xml/xml_node.c \
../../src/mupnp/xml/xml_attribute.c \
../../src/mupnp/servicestate_table.c \
../../src/mupnp/ssdp/ssdp_request.c \
../../src/mupnp/ssdp/ssdp_socket.c \
../../src/mupnp/ssdp/httpu_socket.c \
../../src/mupnp/ssdp/ssdp_packet.c \
../../src/mupnp/ssdp/ssdp_response_server.c \
../../src/mupnp/ssdp/ssdp.c \
../../src/mupnp/ssdp/httpmu_socket.c \
../../src/mupnp/ssdp/ssdp_server_list.c \
../../src/mupnp/ssdp/ssdp_response_server_list.c \
../../src/mupnp/ssdp/ssdp_response.c \
../../src/mupnp/ssdp/ssdp_server.c \
../../src/mupnp/device_ssdp_server.c \
../../src/mupnp/action.c \
../../src/mupnp/device_http_server.c \
../../src/mupnp/service.c \
../../src/mupnp/event/eventlistener_list.c \
../../src/mupnp/event/notify_request.c \
../../src/mupnp/event/property.c \
../../src/mupnp/event/subscription_response.c \
../../src/mupnp/event/property_list.c \
../../src/mupnp/event/subscriber.c \
../../src/mupnp/event/property.c \
../../src/mupnp/event/subscriber_list.c \
../../src/mupnp/event/subscription.c \
../../src/mupnp/event/subscription_request.c \
../../src/mupnp/event/subscription_response.c \
../../src/mupnp/http/http.c \
../../src/mupnp/http/http_date.c \
../../src/mupnp/event/subscription.c \
../../src/mupnp/event/subscriber.c \
../../src/mupnp/device_advertiser.c \
../../src/mupnp/upnp_status.c \
../../src/mupnp/soap/soap_response.c \
../../src/mupnp/soap/soap.c \
../../src/mupnp/soap/soap_request.c \
../../src/mupnp/action_list.c \
../../src/mupnp/device_list.c \
../../src/mupnp/icon.c \
../../src/mupnp/controlpoint.c \
../../src/mupnp/http/http_header.c \
../../src/mupnp/http/http_header_list.c \
../../src/mupnp/http/http_packet.c \
../../src/mupnp/http/http_server.c \
../../src/mupnp/http/http_persistent_connection.c \
../../src/mupnp/http/http.c \
../../src/mupnp/http/http_server_list.c \
../../src/mupnp/http/http_request.c \
../../src/mupnp/http/http_date.c \
../../src/mupnp/http/http_header_list.c \
../../src/mupnp/http/http_response.c \
../../src/mupnp/http/http_server.c \
../../src/mupnp/http/http_server_list.c \
../../src/mupnp/icon.c \
../../src/mupnp/icon_list.c \
../../src/mupnp/io/file.c \
../../src/mupnp/io/file_list.c \
../../src/mupnp/net/datagram_packet.c \
../../src/mupnp/net/interface.c \
../../src/mupnp/net/interface_function.c \
../../src/mupnp/net/interface_list.c \
../../src/mupnp/net/net_function.c \
../../src/mupnp/net/socket.c \
../../src/mupnp/net/socket_list.c \
../../src/mupnp/net/uri.c \
../../src/mupnp/net/url.c \
../../src/mupnp/service.c \
../../src/mupnp/service_list.c \
../../src/mupnp/service_notify.c \
../../src/mupnp/service_ssdp_server.c \
../../src/mupnp/service_std_dcp.c \
../../src/mupnp/servicestate_table.c \
../../src/mupnp/soap/soap.c \
../../src/mupnp/soap/soap_request.c \
../../src/mupnp/soap/soap_response.c \
../../src/mupnp/ssdp/httpmu_socket.c \
../../src/mupnp/ssdp/httpu_socket.c \
../../src/mupnp/ssdp/ssdp.c \
../../src/mupnp/ssdp/ssdp_packet.c \
../../src/mupnp/ssdp/ssdp_request.c \
../../src/mupnp/ssdp/ssdp_response.c \
../../src/mupnp/ssdp/ssdp_response_server.c \
../../src/mupnp/ssdp/ssdp_response_server_list.c \
../../src/mupnp/ssdp/ssdp_server.c \
../../src/mupnp/ssdp/ssdp_server_list.c \
../../src/mupnp/ssdp/ssdp_socket.c \
../../src/mupnp/statevariable.c \
../../src/mupnp/control/action_request.c \
../../src/mupnp/control/action_response.c \
../../src/mupnp/control/query_request.c \
../../src/mupnp/control/control_function.c \
../../src/mupnp/control/query_response.c \
../../src/mupnp/control/action_ctrl.c \
../../src/mupnp/control/query_ctrl.c \
../../src/mupnp/icon_list.c \
../../src/mupnp/argument.c \
../../src/mupnp/upnp_function.c \
../../src/mupnp/upnp_status.c \
../../src/mupnp/util/cond.c \
../../src/mupnp/util/dictionary.c \
../../src/mupnp/util/dictionary_elem.c \
../../src/mupnp/util/list.c \
../../src/mupnp/util/time.c \
../../src/mupnp/util/string.c \
../../src/mupnp/util/log.c \
../../src/mupnp/util/mutex.c \
../../src/mupnp/util/string.c \
../../src/mupnp/util/string_function.c \
../../src/mupnp/util/string_tokenizer.c \
../../src/mupnp/util/thread.c \
../../src/mupnp/util/thread_list.c \
../../src/mupnp/util/time.c \
../../src/mupnp/util/time_wince.c \
../../src/mupnp/xml/xml_attribute.c \
../../src/mupnp/xml/xml_attribute_list.c \
../../src/mupnp/xml/xml_function.c \
../../src/mupnp/xml/xml_node.c \
../../src/mupnp/xml/xml_node_list.c \
../../src/mupnp/xml/xml_parser.c \
../../src/mupnp/xml/xml_parser_expat.c \
../../src/mupnp/xml/xml_parser_libxml2.c
../../src/mupnp/util/cond.c \
../../src/mupnp/util/dictionary.c \
../../src/mupnp/util/string_tokenizer.c \
../../src/mupnp/util/string_function.c \
../../src/mupnp/util/thread_list.c \
../../src/mupnp/util/dictionary_elem.c \
../../src/mupnp/util/list.c \
../../src/mupnp/controlpoint_http_server.c \
../../src/mupnp/service_list.c

libmupnpincludedir = $(includedir)/mupnp
nobase_libmupnpinclude_HEADERS = \
Expand Down
Loading

0 comments on commit 112d6e4

Please sign in to comment.