[Expat-checkins] CVS: expat/xmlwf Makefile.in,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Wed, 28 Feb 2001 20:28:29 -0800


Update of /cvsroot/expat/expat/xmlwf
In directory usw-pr-cvs1:/tmp/cvs-serv16259/xmlwf

Modified Files:
	Makefile.in 
Log Message:

Sam TH:
Fix a variety of build control problems for the auxiliary directories.

This closes SF tracker patch #403582.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.in	2000/09/28 19:47:34	1.2
--- Makefile.in	2001/03/01 04:28:27	1.3
***************
*** 1,6 ****
  LIBDIR= ../lib/.libs
  INCDIR= ../lib
  
! LDFLAGS= @LDFLAGS@
  CFLAGS= @CFLAGS@ -I$(INCDIR)
  
--- 1,26 ----
+ ################################################################
+ # Process this file with top-level configure script to produce Makefile
+ #
+ # Copyright 2000 Clark Cooper
+ #
+ #  This file is part of EXPAT.
+ #
+ #  EXPAT is free software; you can redistribute it and/or modify it
+ #  under the terms of the License (based on the MIT/X license) contained
+ #  in the file COPYING that comes with this distribution.
+ #
+ # EXPAT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT.
+ #
+ 
  LIBDIR= ../lib/.libs
  INCDIR= ../lib
  
! LDFLAGS= @LDFLAGS@ -static
  CFLAGS= @CFLAGS@ -I$(INCDIR)
  
***************
*** 9,15 ****
  LIBS= -L$(LIBDIR) -lexpat
  
  xmlwf: $(OBJS)
  	$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
  
  clean:
! 	rm -f xmlwf core *.o
\ No newline at end of file
--- 29,40 ----
  LIBS= -L$(LIBDIR) -lexpat
  
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+ 
+ 
  xmlwf: $(OBJS)
  	$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
  
  clean:
! 	rm -f xmlwf core *.o