[Expat-checkins] CVS: expat/examples Makefile.in,1.5,1.6

Greg Stein gstein@users.sourceforge.net
Thu, 23 Aug 2001 02:24:47 -0700


Update of /cvsroot/expat/expat/examples
In directory usw-pr-cvs1:/tmp/cvs-serv26340/examples

Modified Files:
	Makefile.in 
Log Message:
Clean out some unused bits from the makefiles. Remove some of the recursion
and just do it from the top-level instead.



Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/examples/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.in	2001/07/26 21:54:43	1.5
--- Makefile.in	2001/08/23 09:24:45	1.6
***************
*** 28,33 ****
  CFLAGS = @CFLAGS@ -I$(INCDIR)
  
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  
--- 28,31 ----
***************
*** 40,54 ****
  outline: outline.o
  	$(CC) -o $@ $< $(LDFLAGS) $(LIBS)
- 
- check:	$(SUBDIRS)
- 	@echo
- 	@echo This package does not yet have a regression test.
- 	@echo
- 
- clean:
- 	rm -f elements outline core *.o
- 
- distclean: clean
- 	rm -f Makefile
- 
- maintainer-clean: distclean
--- 38,39 ----