initial load of upstream version 1.06.32
[xmlrpc-c] / src / cpp / unix.make
1 # -*-makefile-*-    <-- an Emacs control
2
3 # This is stuff for creating General case Unix shared libraries.
4 # Some Unix systems can't use this.
5
6 # This is to be included by 'Makefile'.  Most of the make variables here
7 # come from the main make file.
8
9 libxmlrpc_cpp.$(SHLIB_SUFFIX).$(MAJ).$(MIN): XmlRpcCpp.o
10         $(SHLIB_RULE)
11
12 libxmlrpc++.$(SHLIB_SUFFIX).$(MAJ).$(MIN): $(LIBXMLRPCPP_OBJS)
13         $(SHLIB_RULE)
14
15 libxmlrpc_server++.$(SHLIB_SUFFIX).$(MAJ).$(MIN): $(LIBXMLRPC_SERVERPP_OBJS)
16         $(SHLIB_RULE)
17
18 libxmlrpc_server_abyss++.$(SHLIB_SUFFIX).$(MAJ).$(MIN): \
19   $(LIBXMLRPC_SERVER_ABYSSPP_OBJS)
20         $(SHLIB_RULE)
21
22 libxmlrpc_client++.$(SHLIB_SUFFIX).$(MAJ).$(MIN): $(LIBXMLRPC_CLIENTPP_OBJS)
23         $(SHLIB_RULE)