From 463266d62c5b39d1ea83a1368dcd05572d369af7 Mon Sep 17 00:00:00 2001 From: gstein Date: Thu, 23 Aug 2001 09:24:45 +0000 Subject: Clean out some unused bits from the makefiles. Remove some of the recursion and just do it from the top-level instead. --- examples/Makefile.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.in b/examples/Makefile.in index 93fd64e..db9b9f7 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -27,8 +27,6 @@ LIBS = -L$(LIBDIR) -lexpat CC = @CC@ CFLAGS = @CFLAGS@ -I$(INCDIR) -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ @@ -39,16 +37,3 @@ elements: elements.o 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 -- cgit v1.2.1