X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=libeap%2Ftests%2Fhwsim%2Ftnc%2FMakefile;fp=libeap%2Ftests%2Fhwsim%2Ftnc%2FMakefile;h=64ba0cac6242fa89a70f0d9e68b04402ae585eb2;hp=0000000000000000000000000000000000000000;hb=f3746d009c6d7f50025af1f58a85e5fee9680be6;hpb=244f18d04aaf29e68495b5ffeb40ef5cca50942f diff --git a/libeap/tests/hwsim/tnc/Makefile b/libeap/tests/hwsim/tnc/Makefile new file mode 100644 index 0000000..64ba0ca --- /dev/null +++ b/libeap/tests/hwsim/tnc/Makefile @@ -0,0 +1,23 @@ +CFLAGS += -I$(abspath ../../../src) +CFLAGS += -I$(abspath ../../../src/utils) + +ALL=libhostap_imc.so libhostap_imv.so libhostap2_imc.so libhostap2_imv.so +all: $(ALL) + +Q=@ +E=echo +ifeq ($(V), 1) +Q= +E=true +endif +ifeq ($(QUIET), 1) +Q=@ +E=true +endif + +lib%.so: %.c + $(Q)$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $< + @$(E) " CC " $@ + +clean: + rm -f $(ALL)