File: Makefile.am

package info (click to toggle)
geda-utils 20061020-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,412 kB
  • ctags: 746
  • sloc: ansic: 5,268; sh: 3,763; perl: 1,239; lex: 887; python: 878; awk: 362; makefile: 158
file content (28 lines) | stat: -rw-r--r-- 1,067 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
26
27
28
## Process this file with automake to produce Makefile.in

bin_SCRIPTS = sarlacc_sym gschupdate gsymupdate gschemdoc refdes_renum \
	      tragesym pads_backannotate garchive gsymfix.pl

EXTRA_DIST = convert_sym.awk gpstoimage mk_char_tab.pl \
	     sarlacc_sym gschupdate gsymupdate refdes_renum gsymfix.pl \
	     config.sh.in gschemdoc.sh tragesym pads_backannotate garchive.py

BUILT_SOURCES = config.sh

gschemdoc: config.sh $(srcdir)/gschemdoc.sh
	cat config.sh $(srcdir)/gschemdoc.sh > tmp$@
	chmod a+x tmp$@
	mv -f tmp$@ $@

##  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 gschemdoc garchive
MAINTAINERCLEANFILES = *.log *.ps core FILE tmp *~ Makefile.in \
	               configure gschemdoc garchive