repo.or.cz
/
mpls-ldp-portable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This file should have been deleted what ldp-portable was
[mpls-ldp-portable.git]
/
lsr
/
Makefile
blob
83fd5d4b11b796fc492e069a20636925d163f6de
1
LSR_OBJS
=
lsr_global.o lsr_cfg.o lsr_if.o lsr_insegment.o \
2
lsr_outsegment.o lsr_xconnect.o
3
4
%
.o
: %
.c
5
$(
CC
) -
c
$(
CFLAGS
) $<
6
7
liblsr.a
: $(
LSR_OBJS
)
8
ar
src liblsr.a
$
^
9
10
clean
:
11
rm
-
rf
*
.o
*
.e
*
.a