1 ## Process this file with automake to produce Makefile.in
3 EXTRA_DIST = 1217.geda bottom.sch bottom.sym gnetlistrc.hierarchy gschemrc \
4 gschlasrc hierarchy.geda middle.sch middle.sym rock.sch rock.sym \
8 # Temporarily disabled make check, since this is interfering with
12 BUILDDIR=$(top_builddir)/tests/hierarchy
14 GNETLIST=$(top_builddir)/src/gnetlist
17 rm -f $(BUILDDIR)/new_*
18 ( export TESTDIR=$(SRCDIR); \
20 cp -f $(SRCDIR)/gnetlistrc.hierarchy $(BUILDDIR)/gnetlistrc; \
22 -o $(BUILDDIR)/new_hierarchy.geda -g geda \
24 diff $(SRCDIR)/hierarchy.geda $(BUILDDIR)/new_hierarchy.geda; \
25 rm -f $(BUILDDIR)/gnetlistrc
27 MOSTLYCLEANFILES = new_* core *.log FILE *.ps *~
28 CLEANFILES = new_* core *.log FILE *.ps *~
29 DISTCLEANFILES = *.log core FILE *~ prototype.bak
30 MAINTAINERCLEANFILES = new_* core *.log FILE *.ps *~ Makefile.in configure