File: Makefile.am

package info (click to toggle)
geda-utils 1%3A1.4.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,772 kB
  • ctags: 755
  • sloc: ansic: 5,307; sh: 4,077; perl: 1,554; python: 898; lex: 887; awk: 362; makefile: 210
file content (25 lines) | stat: -rw-r--r-- 964 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## $Id$
##
## Process this file with automake to produce Makefile.in

bin_SCRIPTS = sarlacc_sym gschupdate gsymupdate refdes_renum \
	      tragesym pads_backannotate pcb_backannotate garchive gsymfix.pl \
	      gnet_hier_verilog.sh

EXTRA_DIST = convert_sym.awk gpstoimage mk_char_tab.pl \
	     sarlacc_sym gschupdate gsymupdate refdes_renum gsymfix.pl \
	     tragesym pads_backannotate pcb_backannotate garchive.py \
	     gnet_hier_verilog.sh

##  SDB's stuff to enable garchive.  This hardcodes the path to the
##  system libraries into garchive prior to installation.
garchive: $(srcdir)/garchive.py
	sed -e "s#GEDADATADIR#$(GEDADATADIR)#" $(srcdir)/garchive.py > tmp$@
	chmod a+x tmp$@
	mv -f tmp$@ $@

MOSTLYCLEANFILES = *.log *.ps core FILE tmp *~
CLEANFILES = *.log *.ps core FILE tmp  *~
DISTCLEANFILES = *.log core FILE tmp *~ prototype.bak garchive
MAINTAINERCLEANFILES = *.log *.ps core FILE tmp *~ Makefile.in \
	               configure garchive