gschem: Select newly-pasted objects
[geda-gaf.git] / gschem / Makefile.am
blobfb6d9fed118c92027ab4a3ae5550728cbf5f639d
1 SUBDIRS = \
2         po bitmap data docs examples include lib scheme scripts \
3         src tests
5 EXTRA_DIST = BUGS ChangeLog ChangeLog-1.0 icon-theme-installer
7 if HAVE_GIT_REPO
8 ChangeLog: $(top_builddir)/stamp-git
9         ( \
10           cd $(srcdir) && \
11           $(GIT) log --pretty=medium $(CHANGELOG_BASE).. -- . || \
12           echo "WARNING: ChangeLog information not available from git" >&2 ; \
13         ) > $@
14 endif HAVE_GIT_REPO
16 maintainer-clean-local:
17         -rm -rf po/*.sed po/*.header po/*.sin po/*.template po/Rules-quot
19 MOSTLYCLEANFILES = *.log core FILE *~
20 CLEANFILES = *.log core FILE *~
21 DISTCLEANFILES = *.log core FILE *~
22 MAINTAINERCLEANFILES = *.log core FILE *~ Makefile.in ChangeLog