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