gaf: Fix memory leak
[geda-gaf.git] / utils / gxyrs / Makefile.am
blob0ccfaebeabe55e9ff7b3eb0a294f9c736847e0a1
1 ## Process this file with automake to produce Makefile.in
3 bin_SCRIPTS = gxyrs
4               
5 rcdatadir = @GEDADATADIR@/perl/lib
6 rcdata_DATA = gxyrs.pm
8 EXTRA_DIST = \
9         gxyrs.pl \
10         gxyrs.pm
12 all: gxyrs
14 distclean-local:
15         -rm -rf autom4te.cache
17 maintainer-clean-local:
18         -rm -rf autom4te.cache
20 ##  This hardcodes the path to the
21 ##  system libraries into geda_filter prior to installation.
22 gxyrs: $(srcdir)/gxyrs.pl
23         sed -e "s#GEDADATADIR#$(GEDADATADIR)#" $(srcdir)/gxyrs.pl | sed -e "s#GEDARCDIR#$(GEDARCDIR)#" > tmp$@
24         chmod a+x tmp$@
25         mv -f tmp$@ $@
27 MOSTLYCLEANFILES = *.log *.ps core FILE tmp *~
28 CLEANFILES = *.log *.ps core FILE tmp  *~
29 DISTCLEANFILES = *.log core FILE tmp *~ gxyrs
30 MAINTAINERCLEANFILES = *.log *.ps core FILE tmp *~ Makefile.in gxyrs