File: Makefile.in

package info (click to toggle)
psicode 3.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 46,416 kB
  • ctags: 18,563
  • sloc: cpp: 291,425; ansic: 12,788; fortran: 10,489; perl: 3,206; sh: 2,702; makefile: 2,205; ruby: 2,178; yacc: 110; lex: 53
file content (21 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

srcdir = @srcdir@

MAN = progman

include ../MakeVars

TEX = progman.tex

SUBTEX = \
checkpointfile.tex  files.tex            psi_module.tex \
ip.tex              qt.tex               svn.tex        fundamental_psi.tex \
iwl.tex             style.tex            debugging.tex  introduction.tex \
makefiles.tex       documentation.tex    io_new.tex     other_libs.tex \
testing.tex

DVI = $(TEX:%.tex=%.dvi)
PS = $(DVI:%.dvi=%.ps)
HTML = $(TEX:%.tex=%.html)

include ../MakeRules