repo.or.cz
/
tftp-hpa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
autoconf: modernize and modularize
[tftp-hpa.git]
/
common
/
Makefile
blob
89e351d3c7f38eded4ea1fca780d0386d6628db0
1
SRCROOT
=
..
2
VERSION
= $(
shell
cat ..
/
version
)
3
4
-
include
..
/
config
/
MCONFIG
5
include
..
/
MRULES
6
7
OBJS
=
tftpsubs.
$(
O
)
signal.
$(
O
)
8
LIB
=
libcommon.a
9
10
all
: $(
LIB
)
11
12
$(
LIB
): $(
OBJS
)
13
-
rm
-
f
$(
LIB
)
14
$(
AR
) $(
LIB
) $(
OBJS
)
15
$(
RANLIB
) $(
LIB
)
16
17
$(
OBJS
):
tftpsubs.h
18
19
install
:
20
21
clean
:
22
rm
-
f
*
.o
*
.obj
*
.exe
$(
LIB
)
23
24
distclean
:
clean
25
rm
-
f
*
~