eapol/eapol_framework/eapol_common/type/diameter/src/makefile
changeset 0 c8830336c852
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 #.EXPORT_ALL_VARIABLES:
       
     2 
       
     3 DLL_TARGET = do_dll
       
     4 
       
     5 LIBRARY_NAME := $(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_type_gsmsim
       
     6 
       
     7 SRC_FILES_CPP = \
       
     8 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim.cpp \
       
     9 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_client.cpp \
       
    10 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_payloads.cpp \
       
    11 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_server.cpp \
       
    12 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_state.cpp \
       
    13 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_state_notification.cpp \
       
    14 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_header.cpp \
       
    15 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_initialized.cpp \
       
    16 	$(WLAN_COMMON)/type/gsmsim/core/eap_type_gsmsim_mac_attributes.cpp
       
    17 
       
    18 SRC_FILES_C = 
       
    19 
       
    20 LIBS = $(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_am_common.$(LIB) \
       
    21 	$(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_core.$(LIB) \
       
    22 	$(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_am_type_gsmsim_simulator.$(LIB) \
       
    23 	$(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_testing_tools.$(LIB) \
       
    24 	-lstdc++
       
    25 
       
    26 #	$(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_type_dummy_sim.$(LIB) \
       
    27 
       
    28 include $(WLAN_LINUX)/base.mak
       
    29 
       
    30 # end