File: Makefile.am

package info (click to toggle)
lepton-eda 1.9.18-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,024 kB
  • sloc: ansic: 66,688; lisp: 29,508; sh: 6,792; makefile: 3,111; perl: 1,404; pascal: 1,161; lex: 887; sed: 16; cpp: 8
file content (33 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
noinst_SCRIPTS = \
	gnet_hier_verilog.sh \
	sarlacc_sym \
	pads_backannotate \
	sch2eaglepos.sh \
	sw2asc

dist_noinst_MANS = gnet_hier_verilog.1 pads_backannotate.1 \
	sarlacc_sym.1 sw2asc.1

EXTRA_DIST = \
	gnet_hier_verilog.sh \
	sarlacc_sym \
	pads_backannotate \
	sw2asc.in \
	mk_char_tab.pl \
	gnet_hier_verilog.1.in \
	pads_backannotate.1.in \
	sarlacc_sym.1.in \
	sw2asc.1.in \
	sch2eaglepos.sh

.1.in.1:
	d=`$(GUILE) -c '(setlocale LC_ALL "C") \
	  (display (strftime "%B %-d, %Y" \
	  (car (strptime "%Y%m%d" (cadr (program-arguments))))))' $(DATE_VERSION)` ; \
	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@

SUFFIXES = .1.in .1

CLEANFILES = $(dist_noinst_MANS)