File: Makefile.in

package info (click to toggle)
psicode 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 32,284 kB
  • ctags: 12,083
  • sloc: ansic: 218,247; cpp: 35,679; fortran: 10,489; perl: 5,413; sh: 3,881; makefile: 1,874; yacc: 110; lex: 52; csh: 12
file content (21 lines) | stat: -rw-r--r-- 494 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

srcdir = @srcdir@

MAN = progman

include ../MakeVars

TEX = progman.tex

SUBTEX = \
checkpointfile.tex  files.tex            io.tex         c_program.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