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]
/
lib
/
Makefile
blob
a7fd057edce626fe8c2a50cf7a58b4ee1287b2b6
1
#
2
# Extra functions which may not be available everywhere
3
#
4
5
SRCROOT
=
..
6
7
-
include
..
/
config
/
MCONFIG
8
include
..
/
MRULES
9
10
ifeq
($(
LIBOBJS
),)
11
all
:
12
else
13
all
:
libxtra.a
14
endif
15
16
install
:
17
18
clean
:
19
-
rm
-
f
*
.a
*
.o
*
.obj
*
.exe
20
21
distclean
:
clean
22
-
rm
-
f
*
~
23
24
libxtra.a
: $(
LIBOBJS
)
25
-
rm
-
f libxtra.a
26
$(
AR
)
libxtra.a
$(
LIBOBJS
)
27
$(
RANLIB
)
libxtra.a