/[dgee]/dgee/cslib/DotGNU/DGEE/Makefile.am
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4.2.2 by npg, Thu Jul 24 16:33:43 2003 UTC revision 1.1.2.4.2.2.2.1 by npg, Mon Jul 28 19:16:36 2003 UTC
# Line 29  SRC =  InvokerExceptions.cs \ Line 29  SRC =  InvokerExceptions.cs \
29          IWebServiceReplyHandler.cs \          IWebServiceReplyHandler.cs \
30          IWebServiceRequestHandler.cs \          IWebServiceRequestHandler.cs \
31          IWebServiceErrorHandler.cs \          IWebServiceErrorHandler.cs \
32            IWebServiceRequest.cs \
33          WebServiceInvoker.cs          WebServiceInvoker.cs
34    
35  SRC_XML_RPC = Protocols/XmlRpc/XmlRpcReplyHandler.cs \  SRC_XML_RPC = Protocols/XmlRpc/XmlRpcReplyHandler.cs \
36          Protocols/XmlRpc/XmlRpcErrorHandler.cs \          Protocols/XmlRpc/XmlRpcErrorHandler.cs \
37          Protocols/XmlRpc/XmlRpcRequestHandler.cs \          Protocols/XmlRpc/XmlRpcRequestHandler.cs \
38          Protocols/XmlRpc/XmlRpcInvoker.cs          Protocols/XmlRpc/XmlRpcInvoker.cs \
39            Protocols/XmlRpc/MethodRequest.cs
40    
41  # Invokers  # Invokers
42  INV_XMLRPC = XmlRpcInvoker.exe  INV_XMLRPC = XmlRpcInvoker.exe
# Line 63  directories: Line 65  directories:
65  install:  install:
66          $(mkinstalldirs) $(DESTDIR)$(pkglibdir)          $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
67          $(INSTALL) -c $(TARGET) $(DESTDIR)$(pkglibdir)          $(INSTALL) -c $(TARGET) $(DESTDIR)$(pkglibdir)
68            $(INSTALL) -c XmlRpcInvoker.exe $(DESTDIR)$(pkglibdir)
69    
70  clean:  clean:
71          rm -f $(TARGET)          rm -f $(TARGET)

Legend:
Removed from v.1.1.2.4.2.2  
changed lines
  Added in v.1.1.2.4.2.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26