xref: /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
1e5b75505Sopenharmony_ciall: libradius.a
2e5b75505Sopenharmony_ci
3e5b75505Sopenharmony_ciclean:
4e5b75505Sopenharmony_ci	rm -f *~ *.o *.d *.gcno *.gcda *.gcov libradius.a
5e5b75505Sopenharmony_ci
6e5b75505Sopenharmony_ciinstall:
7e5b75505Sopenharmony_ci	@echo Nothing to be made.
8e5b75505Sopenharmony_ci
9e5b75505Sopenharmony_ci
10e5b75505Sopenharmony_ciinclude ../lib.rules
11e5b75505Sopenharmony_ci
12e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_IPV6
13e5b75505Sopenharmony_ci
14e5b75505Sopenharmony_ciLIB_OBJS= \
15e5b75505Sopenharmony_ci	radius.o \
16e5b75505Sopenharmony_ci	radius_client.o \
17e5b75505Sopenharmony_ci	radius_das.o \
18e5b75505Sopenharmony_ci	radius_server.o
19e5b75505Sopenharmony_ci
20e5b75505Sopenharmony_cilibradius.a: $(LIB_OBJS)
21e5b75505Sopenharmony_ci	$(AR) crT $@ $?
22e5b75505Sopenharmony_ci
23e5b75505Sopenharmony_ci-include $(OBJS:%.o=%.d)
24

Indexes created Thu Nov 07 10:32:03 CST 2024