File: Makefile

package info (click to toggle)
dcl 7.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,208 kB
  • sloc: fortran: 48,501; makefile: 4,265; ansic: 3,993; sh: 137; f90: 14
file content (29 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (8)
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
#
#       Makefile for math1
#

include ../../Mkinclude


all: math1.pdf

math1.pdf: math1.dvi
	$(RM) math1.pdf
	$(DVI2PDF) math1.dvi

math1.dvi: math1.tex
	$(JLATEX) math1.tex
	$(JLATEX) math1.tex

install: $(PSDIR)/math1.ps

$(PSDIR)/math1.ps: math1.ps
	@$(CP) math1.ps $(PSDIR)/math1.ps

clean: clean.local clean.dir

clean.local:
	$(RM) *~ *.aux *.dvi *.idx *.log *.toc *.ps *.pdf *.exe *.out

clean.dir:
	$(RM) */*~ */*.aux */*.eps */*.pdf */*.exe */*.out */*.obj