gsch2pcb: Make --m4-file and -m4-pcbdir arguments work again.
[geda-gaf/peter-b.git] / utils / scripts / Makefile.am
blob5ab45274a9e79d8ccd88127a295428d86f61fe66
1 ## $Id$
2 ##
3 ## Process this file with automake to produce Makefile.in
5 bin_SCRIPTS = sarlacc_sym gschupdate gsymupdate refdes_renum \
6               tragesym pads_backannotate pcb_backannotate garchive gsymfix.pl \
7               gnet_hier_verilog.sh
9 EXTRA_DIST = convert_sym.awk gpstoimage mk_char_tab.pl \
10              sarlacc_sym gschupdate gsymupdate refdes_renum gsymfix.pl \
11              tragesym pads_backannotate pcb_backannotate garchive.py \
12              gnet_hier_verilog.sh
14 ##  SDB's stuff to enable garchive.  This hardcodes the path to the
15 ##  system libraries into garchive prior to installation.
16 garchive: $(srcdir)/garchive.py
17         sed -e "s#GEDADATADIR#$(GEDADATADIR)#" $(srcdir)/garchive.py > tmp$@
18         chmod a+x tmp$@
19         mv -f tmp$@ $@
21 MOSTLYCLEANFILES = *.log *.ps core FILE tmp *~
22 CLEANFILES = *.log *.ps core FILE tmp  *~
23 DISTCLEANFILES = *.log core FILE tmp *~ garchive
24 MAINTAINERCLEANFILES = *.log *.ps core FILE tmp *~ Makefile.in garchive