File: Makefile.in

package info (click to toggle)
gcx 0.9.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,052 kB
  • ctags: 3,446
  • sloc: ansic: 37,409; sh: 3,059; perl: 1,453; makefile: 162
file content (79 lines) | stat: -rw-r--r-- 1,873 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
docdir = @datadir@/doc
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = ..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@

all: options pictures pdf dvi html

install-man: 
	/bin/sh ../mkinstalldirs $(DESTDIR)$(mandir)/man1
	$(INSTALL_DATA) gcx.1 $(DESTDIR)$(mandir)/man1

install-html:
	/bin/sh ../mkinstalldirs $(DESTDIR)$(docdir)/gcx/html
	$(INSTALL_DATA) html/* $(DESTDIR)$(docdir)/gcx/html

install-pdf:
	/bin/sh ../mkinstalldirs $(DESTDIR)$(docdir)/gcx
	$(INSTALL_DATA) gcx.pdf $(DESTDIR)$(docdir)/gcx/gcx.pdf

pdf:	gcx.ltx $(PICTURES) options pictures
	pdflatex gcx.ltx 

dvi:	gcx.ltx $(EPICTURES) options pictures
	latex gcx.ltx 

html:	gcx.ltx options pictures
	latex2html --split=3 --dir html --mkdir gcx.ltx

clean:
	rm -f *~ ; rm -f *.aux; rm -f *.toc; rm -f *.log

distclean:
	rm -f *~ ; rm -f *.aux; rm -f *.toc; rm -f *.log; rm -f *.dvi; rm -f *.pdf; rm -f *.eps\
	rm -rf html

options:
	../src/gcx --options-doc >options.ltx
	echo '\begin{verbatim}' >cmdline.txt
	../src/gcx --help 2>>cmdline.txt
	echo '\end{verbatim}' >>cmdline.txt
	echo '\begin{verbatim}' >repconv.txt
	../src/gcx --help-rep-conv >>repconv.txt
	echo '\end{verbatim}' >>repconv.txt

pictures:
	./makepictures