eapol/eapol_framework/eapol_common/type/simple_config/simple_config/src/makefile
changeset 0 c8830336c852
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/src/makefile	Thu Dec 17 08:47:43 2009 +0200
@@ -0,0 +1,26 @@
+#.EXPORT_ALL_VARIABLES:
+
+DLL_TARGET = do_dll
+
+LIBRARY_NAME := $(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_simple_config
+
+SRC_FILES_CPP = \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_base_record.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_completion.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_credential.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_message.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_payloads.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_record.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_tlv_header.cpp \
+	$(WLAN_COMMON)/type/simple_config/simple_config/src/simple_config_types.cpp \
+
+SRC_FILES_C = 
+
+LIBS = $(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_am_common.$(LIB) \
+	$(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_eap_core.$(LIB) \
+	$(WLAN_LINUX)/project/$(EAP_OSTYPE)/gcc_simple_config_tools.$(LIB) \
+	-lstdc++
+
+include $(WLAN_LINUX)/base.mak
+
+# end