This file should have been deleted what ldp-portable was
[mpls-ldp-portable.git] / lsr / Makefile
blob83fd5d4b11b796fc492e069a20636925d163f6de
1 LSR_OBJS = lsr_global.o lsr_cfg.o lsr_if.o lsr_insegment.o \
2 lsr_outsegment.o lsr_xconnect.o
4 %.o : %.c
5 $(CC) -c $(CFLAGS) $<
7 liblsr.a: $(LSR_OBJS)
8 ar src liblsr.a $^
10 clean:
11 rm -rf *.o *.e *.a