summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgstein <gstein>2001-08-23 09:24:45 +0000
committergstein <gstein>2001-08-23 09:24:45 +0000
commit463266d62c5b39d1ea83a1368dcd05572d369af7 (patch)
tree8af4f46d7efeac9a939e4fe8d683a4d2dea7e363 /examples
parent5174abccb9e340f09804f88ddeddeb6e7214c4cb (diff)
downloadlibexpat-463266d62c5b39d1ea83a1368dcd05572d369af7.tar.gz
Clean out some unused bits from the makefiles. Remove some of the recursion
and just do it from the top-level instead.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in15
1 files changed, 0 insertions, 15 deletions
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