2015-04-18 10:31:11 +02:00
|
|
|
all: libeap_common.a
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
clean:
|
2015-04-18 10:31:11 +02:00
|
|
|
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_common.a
|
2009-02-15 13:22:50 +01:00
|
|
|
|
|
|
|
install:
|
|
|
|
@echo Nothing to be made.
|
2015-04-18 10:31:11 +02:00
|
|
|
|
|
|
|
include ../lib.rules
|
|
|
|
|
|
|
|
LIB_OBJS= \
|
|
|
|
chap.o \
|
|
|
|
eap_common.o \
|
|
|
|
eap_eke_common.o \
|
|
|
|
eap_eke_common.o \
|
|
|
|
eap_fast_common.o \
|
|
|
|
eap_gpsk_common.o \
|
|
|
|
eap_ikev2_common.o \
|
|
|
|
eap_pax_common.o \
|
|
|
|
eap_peap_common.o \
|
|
|
|
eap_psk_common.o \
|
|
|
|
eap_pwd_common.o \
|
|
|
|
eap_sake_common.o \
|
|
|
|
eap_sim_common.o \
|
|
|
|
eap_wsc_common.o \
|
|
|
|
ikev2_common.o
|
|
|
|
|
|
|
|
libeap_common.a: $(LIB_OBJS)
|
|
|
|
$(AR) crT $@ $?
|
|
|
|
|
|
|
|
-include $(OBJS:%.o=%.d)
|