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

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

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

revision 1.1.2.6.2.2 by npg, Mon Jul 21 19:05:19 2003 UTC revision 1.1.2.6.2.3 by npg, Mon Jul 21 19:51:46 2003 UTC
# Line 4  Line 4 
4  #  #
5  #  $Id$  #  $Id$
6  #    #  
7  prefix      = @sandbox@@prefix@  prefix = @sandbox@@prefix@
8    
9  CSCC        = ${bindir}/cscc  CSCC = ${bindir}/cscc
10  CSCC_FLAGS  = -g -Wall  CSCC_DEBUG_FLAGS =
11  CSDOC       = ${bindir}/csdoc  #CSCC_DEBUG_FLAGS = -D__DEBUG__
12    CSCC_FLAGS = -g -Wall $(CSCC_DEBUG_FLAGS)
13    CSDOC = ${bindir}/csdoc
14  CSDOC_FLAGS =  CSDOC_FLAGS =
15    
16  SYSTEM_WEB_SRV_DIR = ../../System/Web/Services  SYSTEM_WEB_SRV_DIR = ../../System/Web/Services
# Line 24  SRC =   XmlRpcException.cs \ Line 26  SRC =   XmlRpcException.cs \
26          XmlRpcStruct.cs \          XmlRpcStruct.cs \
27          XmlRpcArray.cs          XmlRpcArray.cs
28    
   
29  DG_XMLRPC_DLL = DotGNU.XmlRpc.dll  DG_XMLRPC_DLL = DotGNU.XmlRpc.dll
30    
31  .PHONY: all directories clean distclean install  .PHONY: all directories clean distclean install

Legend:
Removed from v.1.1.2.6.2.2  
changed lines
  Added in v.1.1.2.6.2.3

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