repo.or.cz
/
pec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
redo scalable goal sentence
[pec.git]
/
Makefile
blob
dc32ee4ca23256d5b2a1f1a8bbf6fc4db4baee29
1
BASE
:=
physical-evolutionary-computation
2
ROOT
:=$(
BASE
)
.
tex
3
RESULT
:=$(
BASE
)
.pdf
4
5
ALLDEP
:=
Makefile
6
7
all
: $(
RESULT
)
8
9
$(
RESULT
): $(
ROOT
) $(
ALLDEP
)
10
pdflatex
--
interaction
=
nonstopmode
$(
ROOT
)
11
bibtex
$(
BASE
)
12
13
clean
:
FORCE
14
rm
-
f
*
~
*
.aux
*
.ent
*
.log
*
.blg
*
.toc
15
16
17
realclean
:
clean
18
rm
-
f
$(
PDF
) *
.bbl
19
20
.PHONY
:
FORCE
21