repo.or.cz
/
eskdx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Manual updated.
[eskdx.git]
/
Makefile
blob
0784f60cee83f899e3d84ba7e6813c800030fa35
1
# Process this file with GNU make
2
TOP_DIR
=
.
3
SUBDIRS
=
source unpacked manual
test
4
5
DIST_FILES
=
\
6
ChangeLog \
7
include
.m4 \
8
include
.mak \
9
Makefile \
10
manifest.txt \
11
NEWS \
12
NEWS.in \
13
README \
14
README.in
15
16
include
$(
TOP_DIR
)/
include
.mak
17
18
all
:
NEWS README
19
20
NEWS
:
NEWS.in
$(
M4DEPS
)
21
m4
$(
M4FLAGS
) $< >$
@
22
README
:
README.in
$(
M4DEPS
)
23
m4
$(
M4FLAGS
) $< >$
@