summaryrefslogtreecommitdiff
path: root/external/bsd/wpa/dist/src/eap_common/Makefile
blob: f00b438c6188ead58da74070c982c8e04e562d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
all: libeap_common.a

clean:
	rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_common.a

install:
	@echo Nothing to be made.

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)