eapol/eapol_framework/eapol_common/type/simple_config/simple_config/src/simple_config_tools/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_simple_config_tools
       
     6 
       
     7 SRC_FILES_CPP = \
       
     8 	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_payloads.cpp \
       
     9 	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_tlv_header.cpp \
       
    10 	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_credential.cpp \
       
    11 	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_message.cpp \
       
    12 	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_types.cpp \
       
    13 	$(WLAN_COMMON)/core/eapol_rsna_key_header.cpp \
       
    14 
       
    15 SRC_FILES_C = 
       
    16 
       
    17 LIBS = $(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_am_common.$(LIB) \
       
    18 	-lstdc++
       
    19 
       
    20 include $(WLAN_LINUX)/base.mak
       
    21 
       
    22 # end