Modify include directory order.
authorJaehwan Lee <jh8379.lee@samsung.com>
Mon, 6 May 2013 11:31:37 +0000 (20:31 +0900)
committerJaehwan Lee <jh8379.lee@samsung.com>
Mon, 6 May 2013 11:33:56 +0000 (20:33 +0900)
Change-Id: I062212d7ddbce0a7c03ba946dc8ead2d8a5695cf
Signed-off-by: Jaehwan Lee <jh8379.lee@samsung.com>
src/CMakeLists.txt
src/wifi/CMakeLists.txt

index 3b4956c..e43f08f 100644 (file)
 SET (this_target osp-net)
 
 INCLUDE_DIRECTORIES(
-       ${CMAKE_SOURCE_DIR}/inc
-       inc
-       /usr/include/chromium
-       /usr/include/curl
-       /usr/include/glib-2.0 
-  /usr/lib/glib-2.0/include
-  /usr/include/libxml2
-  /usr/include/network
-       /usr/include/osp
-       /usr/include/osp/app
-       /usr/include/osp/base
-       /usr/include/osp/io
-       /usr/include/osp/security
-       /usr/include/osp/system
-       /usr/include/vconf
-       /usr/include/wifi-direct        
-       )
+    ${CMAKE_SOURCE_DIR}/inc
+    inc
+    /usr/include/chromium
+    /usr/include/curl
+    /usr/include/glib-2.0 
+    /usr/lib/glib-2.0/include
+    /usr/include/libxml2
+    /usr/include/wifi-direct
+    /usr/include/network
+    /usr/include/osp
+    /usr/include/osp/app
+    /usr/include/osp/base
+    /usr/include/osp/io
+    /usr/include/osp/security
+    /usr/include/osp/system
+    /usr/include/vconf
+    )
 
 SET (${this_target}_SOURCE_FILES
-       http/FNetHttp_HttpCommon.cpp
-       http/FNetHttpHttpAuthentication.cpp
-       http/FNetHttp_HttpAuthenticationImpl.cpp
-       http/FNetHttpHttpCookie.cpp
-       http/FNetHttp_HttpCookieImpl.cpp
-       http/FNetHttpHttpCookieStorageManager.cpp
-       http/FNetHttp_HttpCookieStorageManagerImpl.cpp
-       http/FNetHttpHttpCredentials.cpp
-       http/FNetHttpHttpHeader.cpp
-       http/FNetHttp_HttpHeaderImpl.cpp
-       http/FNetHttpHttpMessage.cpp
-       http/FNetHttpHttpRequest.cpp
-       http/FNetHttp_HttpRequestImpl.cpp
-       http/FNetHttpHttpResponse.cpp
-       http/FNetHttp_HttpResponseImpl.cpp
-       http/FNetHttpHttpSession.cpp
-       http/FNetHttp_HttpSessionImpl.cpp
-       http/FNetHttp_HttpMultipleConnectionInfo.cpp
-       http/FNetHttp_HttpTransactionEvent.cpp
-       http/FNetHttp_HttpTransactionEventArg.cpp
-       http/FNetHttpHttpTransaction.cpp
-       http/FNetHttp_HttpTransactionImpl.cpp
-       http/FNetHttp_HttpTransactionUserData.cpp
-       http/FNetHttp_HttpCurl.cpp
-       http/FNetHttp_HttpSocketInfo.cpp
-       http/FNetHttpHttpMultipartEntity.cpp
-       http/FNetHttp_HttpMultipartConverter.cpp
-       http/FNetHttp_HttpMultipartEntityImpl.cpp
-       http/FNetHttp_HttpStringPart.cpp
-       http/FNetHttp_HttpFilePart.cpp
-       http/FNetHttpHttpStringEntity.cpp
-       http/FNetHttp_HttpStringEntityImpl.cpp
-       http/FNetHttpHttpUrlEncodedEntity.cpp
-       http/FNetHttp_HttpUrlEncodedEntityImpl.cpp
-       http/FNetHttpHttpXmlDomEntity.cpp
-       http/FNetHttp_HttpXmlDomEntityImpl.cpp
-       http/FNetHttp_HttpManagedNetConnectionEventListenerImpl.cpp
-       http/FNetHttp_HttpNetConnectionEventListenerImpl.cpp
-       FNetDns.cpp
-       FNet_DnsImpl.cpp
-       FNet_DnsManagedNetConnectionEventListener.cpp
-       FNet_DnsRequestHandler.cpp
-       FNet_DnsEvent.cpp
-       FNet_DnsEventArg.cpp
-       FNetIp4Address.cpp
-       FNet_Ip4AddressImpl.cpp
-       FNetIpAddress.cpp
-       FNetIpHostEntry.cpp
-       FNet_IpHostEntryImpl.cpp
-       FNetManagedNetConnection.cpp
-       FNet_ManagedNetConnectionImpl.cpp
-       FNetNetAccountInfo.cpp
-       FNet_NetAccountInfoImpl.cpp
-       FNetNetAccountManager.cpp
-       FNetNetAccountManagerPartner.cpp
-       FNet_NetAccountManagerImpl.cpp
-       FNetNetConnection.cpp
-       FNet_NetConnectionImpl.cpp
-       FNetNetConnectionInfo.cpp
-       FNet_NetConnectionInfoImpl.cpp
-       FNetNetConnectionManager.cpp
-       FNet_NetConnectionManagerImpl.cpp
-       FNetNetEndPoint.cpp
-       FNet_NetEndPointImpl.cpp
-       FNetNetStatistics.cpp
-       FNet_NetStatisticsImpl.cpp
-       FNet_LocalDhcpServerEvent.cpp
-       FNet_LocalDhcpServerEventArg.cpp
-       FNetLocalDhcpServer.cpp
-       FNet_LocalDhcpServerImpl.cpp
-       FNetDhcpClientInfo.cpp
-       FNet_DhcpClientInfoImpl.cpp
-       FNet_NetAccountDatabase.cpp
-       FNet_NetConnectionEvent.cpp
-       FNet_NetConnectionEventArg.cpp
-       FNet_NetExporter.cpp
-       FNet_NetUtility.cpp
-       FNet_SystemNetConnection.cpp
-       FNet_DefaultSystemNetConnection.cpp
-       FNet_PsSystemNetConnection.cpp
-       FNet_WifiSystemNetConnection.cpp
-       FNet_WifiDirectSystemNetConnection.cpp
-       FNet_UsbSystemNetConnection.cpp
-       FNet_NetIpcProxy.cpp
-       FNet_NetIpcMessages.cpp
-       sockets/FNetSockSocket.cpp
-       sockets/FNetSock_SocketImpl.cpp
-       sockets/FNetSockSecureSocket.cpp
-       sockets/FNetSock_SecureSocketImpl.cpp
-       sockets/FNetSockSocketIpMulticastRequestOption.cpp
-       sockets/FNetSock_IpMulticastRequestOptionImpl.cpp
-       sockets/FNetSockSocketLingerOption.cpp
-       sockets/FNetSock_LingerOptionImpl.cpp
-       sockets/FNetSockSocketUtility.cpp
-       sockets/FNetSock_SocketUtilityImpl.cpp
-       sockets/FNetSock_SocketEvent.cpp
-       sockets/FNetSock_SocketEventArg.cpp
-       sockets/FNetSock_SecureSocketEvent.cpp
-       sockets/FNetSock_SecureSocketEventArg.cpp
-       sockets/FNetSock_SocketInternalHelp.cpp
-       sockets/FNetSock_SocketManagedNetConnectionEventListenerImpl.cpp
-       sockets/FNetSock_SocketCustomNetConnectionEventListenerImpl.cpp
-       sockets/FNetSock_SecureSocketCustomNetConnectionEventListenerImpl.cpp
-       sockets/FNetSock_SecureSocketManagedNetConnectionEventListenerImpl.cpp
+    http/FNetHttp_HttpCommon.cpp
+    http/FNetHttpHttpAuthentication.cpp
+    http/FNetHttp_HttpAuthenticationImpl.cpp
+    http/FNetHttpHttpCookie.cpp
+    http/FNetHttp_HttpCookieImpl.cpp
+    http/FNetHttpHttpCookieStorageManager.cpp
+    http/FNetHttp_HttpCookieStorageManagerImpl.cpp
+    http/FNetHttpHttpCredentials.cpp
+    http/FNetHttpHttpHeader.cpp
+    http/FNetHttp_HttpHeaderImpl.cpp
+    http/FNetHttpHttpMessage.cpp
+    http/FNetHttpHttpRequest.cpp
+    http/FNetHttp_HttpRequestImpl.cpp
+    http/FNetHttpHttpResponse.cpp
+    http/FNetHttp_HttpResponseImpl.cpp
+    http/FNetHttpHttpSession.cpp
+    http/FNetHttp_HttpSessionImpl.cpp
+    http/FNetHttp_HttpMultipleConnectionInfo.cpp
+    http/FNetHttp_HttpTransactionEvent.cpp
+    http/FNetHttp_HttpTransactionEventArg.cpp
+    http/FNetHttpHttpTransaction.cpp
+    http/FNetHttp_HttpTransactionImpl.cpp
+    http/FNetHttp_HttpTransactionUserData.cpp
+    http/FNetHttp_HttpCurl.cpp
+    http/FNetHttp_HttpSocketInfo.cpp
+    http/FNetHttpHttpMultipartEntity.cpp
+    http/FNetHttp_HttpMultipartConverter.cpp
+    http/FNetHttp_HttpMultipartEntityImpl.cpp
+    http/FNetHttp_HttpStringPart.cpp
+    http/FNetHttp_HttpFilePart.cpp
+    http/FNetHttpHttpStringEntity.cpp
+    http/FNetHttp_HttpStringEntityImpl.cpp
+    http/FNetHttpHttpUrlEncodedEntity.cpp
+    http/FNetHttp_HttpUrlEncodedEntityImpl.cpp
+    http/FNetHttpHttpXmlDomEntity.cpp
+    http/FNetHttp_HttpXmlDomEntityImpl.cpp
+    http/FNetHttp_HttpManagedNetConnectionEventListenerImpl.cpp
+    http/FNetHttp_HttpNetConnectionEventListenerImpl.cpp
+    FNetDns.cpp
+    FNet_DnsImpl.cpp
+    FNet_DnsManagedNetConnectionEventListener.cpp
+    FNet_DnsRequestHandler.cpp
+    FNet_DnsEvent.cpp
+    FNet_DnsEventArg.cpp
+    FNetIp4Address.cpp
+    FNet_Ip4AddressImpl.cpp
+    FNetIpAddress.cpp
+    FNetIpHostEntry.cpp
+    FNet_IpHostEntryImpl.cpp
+    FNetManagedNetConnection.cpp
+    FNet_ManagedNetConnectionImpl.cpp
+    FNetNetAccountInfo.cpp
+    FNet_NetAccountInfoImpl.cpp
+    FNetNetAccountManager.cpp
+    FNetNetAccountManagerPartner.cpp
+    FNet_NetAccountManagerImpl.cpp
+    FNetNetConnection.cpp
+    FNet_NetConnectionImpl.cpp
+    FNetNetConnectionInfo.cpp
+    FNet_NetConnectionInfoImpl.cpp
+    FNetNetConnectionManager.cpp
+    FNet_NetConnectionManagerImpl.cpp
+    FNetNetEndPoint.cpp
+    FNet_NetEndPointImpl.cpp
+    FNetNetStatistics.cpp
+    FNet_NetStatisticsImpl.cpp
+    FNet_LocalDhcpServerEvent.cpp
+    FNet_LocalDhcpServerEventArg.cpp
+    FNetLocalDhcpServer.cpp
+    FNet_LocalDhcpServerImpl.cpp
+    FNetDhcpClientInfo.cpp
+    FNet_DhcpClientInfoImpl.cpp
+    FNet_NetAccountDatabase.cpp
+    FNet_NetConnectionEvent.cpp
+    FNet_NetConnectionEventArg.cpp
+    FNet_NetExporter.cpp
+    FNet_NetUtility.cpp
+    FNet_SystemNetConnection.cpp
+    FNet_DefaultSystemNetConnection.cpp
+    FNet_PsSystemNetConnection.cpp
+    FNet_WifiSystemNetConnection.cpp
+    FNet_WifiDirectSystemNetConnection.cpp
+    FNet_UsbSystemNetConnection.cpp
+    FNet_NetIpcProxy.cpp
+    FNet_NetIpcMessages.cpp
+    sockets/FNetSockSocket.cpp
+    sockets/FNetSock_SocketImpl.cpp
+    sockets/FNetSockSecureSocket.cpp
+    sockets/FNetSock_SecureSocketImpl.cpp
+    sockets/FNetSockSocketIpMulticastRequestOption.cpp
+    sockets/FNetSock_IpMulticastRequestOptionImpl.cpp
+    sockets/FNetSockSocketLingerOption.cpp
+    sockets/FNetSock_LingerOptionImpl.cpp
+    sockets/FNetSockSocketUtility.cpp
+    sockets/FNetSock_SocketUtilityImpl.cpp
+    sockets/FNetSock_SocketEvent.cpp
+    sockets/FNetSock_SocketEventArg.cpp
+    sockets/FNetSock_SecureSocketEvent.cpp
+    sockets/FNetSock_SecureSocketEventArg.cpp
+    sockets/FNetSock_SocketInternalHelp.cpp
+    sockets/FNetSock_SocketManagedNetConnectionEventListenerImpl.cpp
+    sockets/FNetSock_SocketCustomNetConnectionEventListenerImpl.cpp
+    sockets/FNetSock_SecureSocketCustomNetConnectionEventListenerImpl.cpp
+    sockets/FNetSock_SecureSocketManagedNetConnectionEventListenerImpl.cpp
 )
 
 ## Definitions
index 4d0340b..b9b81bd 100755 (executable)
@@ -1,20 +1,20 @@
 SET (this_target osp-wifi)
 
 INCLUDE_DIRECTORIES(
-       ${CMAKE_SOURCE_DIR}/inc
-       ${CMAKE_SOURCE_DIR}/src/inc
-       /usr/include/chromium
-       /usr/include/glib-2.0 
-       /usr/lib/glib-2.0/include
-       /usr/include/network
-       /usr/include/osp
-       /usr/include/osp/base
-       /usr/include/osp/io
-       /usr/include/osp/security
-       /usr/include/osp/system
-       /usr/include/system
-       /usr/include/vconf
-       /usr/include/wifi-direct        
+    ${CMAKE_SOURCE_DIR}/inc
+    ${CMAKE_SOURCE_DIR}/src/inc
+    /usr/include/chromium
+    /usr/include/glib-2.0 
+    /usr/lib/glib-2.0/include
+    /usr/include/wifi-direct
+    /usr/include/network
+    /usr/include/osp
+    /usr/include/osp/base
+    /usr/include/osp/io
+    /usr/include/osp/security
+    /usr/include/osp/system
+    /usr/include/system
+    /usr/include/vconf
     )
 
 SET (${this_target}_SOURCE_FILES