File: Makefile.am

package info (click to toggle)
nescc 1.3.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 11,604 kB
  • sloc: ansic: 72,471; sh: 4,474; yacc: 2,171; perl: 2,109; java: 1,699; makefile: 1,535; lisp: 693; xml: 182; lex: 95; cpp: 28
file content (43 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
43
AUTOMAKE_OPTIONS = foreign

nccdatadir=$(datadir)/ncc
nccdocdir=$(nccdatadir)/doc
userdocdir=$(nccdocdir)/user
dumpdocdir=$(nccdocdir)/dump
dbgdocdir=$(nccdocdir)/debugging_files


dist_man_MANS = nescc.1 nescc-mig.1 nescc-ncg.1 nescc-wiring.1

nccdoc_DATA = 					\
	COPYING-DOC				\
	COPYRIGHT				\
	INDEX					\
	OVERVIEW				\
	../README				\
	mica-debugging.html			\
	envtarget.html				\
	nesc-debugging.html			\
	ref.pdf

dbgdoc_DATA =					\
	$(wildcard debugging_files/*.jpg)

dumpdoc_DATA =					\
	$(wildcard dump/*.dsd)

userdoc_DATA=					\
	$(wildcard user/*.txt)

EXTRA_DIST = 					\
	ref.tex					\
	$(nccdoc_DATA)				\
	$(userdoc_DATA)				\
	$(dumpdoc_DATA)				\
	$(dbgdoc_DATA)

update-ref: 
	pdflatex ref.tex
	bibtex ref
	pdflatex ref.tex
	pdflatex ref.tex