[Expat-checkins] CVS: expat/lib Makefile.in,1.3,1.4

Clark Cooper coopercc@users.sourceforge.net
Thu, 28 Sep 2000 12:47:36 -0700


Update of /cvsroot/expat/expat/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14959/lib

Modified Files:
	Makefile.in 
Log Message:
Switch to using MANIFEST to build distribution.
Also fix xmlwf to use current entity declaration signature.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/lib/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile.in	2000/09/24 03:43:37	1.3
--- Makefile.in	2000/09/28 19:47:33	1.4
***************
*** 106,110 ****
  
  .SUFFIXES: .c .lo .o
! .PHONY: all clean distclean maintainer-clean distdir
  
  %.o: %.c
--- 106,110 ----
  
  .SUFFIXES: .c .lo .o
! .PHONY: all clean distclean maintainer-clean
  
  %.o: %.c
***************
*** 143,146 ****
--- 143,147 ----
  
  distclean: clean
+ 	rm -f Makefile
  
  maintainer-clean: distclean
***************
*** 158,186 ****
  	$(LINK) -rpath $(libdir) $(LDFLAGS) $(LTOBJECTS)
  
- distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
- 
- distdir: $(DISTFILES)
- 	@here=`cd $(top_builddir) && pwd`; \
- 	top_distdir=`cd $(top_distdir) && pwd`; \
- 	distdir=`cd $(distdir) && pwd`; \
- 	for file in $(DISTFILES); do \
- 	  d=$(srcdir); \
- 	  if test -d $$d/$$file; then \
- 	    cp -pr $$d/$$file $(distdir)/$$file; \
- 	  else \
- 	    test -f $(distdir)/$$file \
- 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
- 	  fi; \
- 	done
- 
  xmlparse.o \
  xmlparse.lo: xmlparse.c expat.h xmlrole.h xmltok.h $(top_builddir)/config.h
  
  xmlrole.o \
! xmlrole.lo: xmlrole.c ascii.h xmldef.h xmlrole.h $(top_builddir)/config.h
  
  xmltok.o \
  xmltok.lo: xmltok.c xmltok_impl.c xmltok_ns.c \
            ascii.h asciitab.h iasciitab.h latin1tab.h nametab.h utf8tab.h \
!           xmldef.h xmltok.h xmltok_impl.h $(top_builddir)/config.h
--- 159,170 ----
  	$(LINK) -rpath $(libdir) $(LDFLAGS) $(LTOBJECTS)
  
  xmlparse.o \
  xmlparse.lo: xmlparse.c expat.h xmlrole.h xmltok.h $(top_builddir)/config.h
  
  xmlrole.o \
! xmlrole.lo: xmlrole.c ascii.h xmlrole.h $(top_builddir)/config.h
  
  xmltok.o \
  xmltok.lo: xmltok.c xmltok_impl.c xmltok_ns.c \
            ascii.h asciitab.h iasciitab.h latin1tab.h nametab.h utf8tab.h \
!           xmltok.h xmltok_impl.h $(top_builddir)/config.h