From 8d003841093a9c847bea66b762936686859c5a1a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 7 Dec 2013 15:19:36 -0800 Subject: [PATCH] MGR: update make file for Linux --- clientgui/Makefile.am | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index f85177ac9c..aca02ff4a9 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -1,6 +1,9 @@ ## -*- mode: makefile; tab-width: 4 -*- ## $Id$ +## To build for Macintosh (Darwin), please read the instructions at +## mac_build/HowToBuildBOINC_XCode.rtf + include $(top_srcdir)/Makefile.incl if ENABLE_CLIENT_RELEASE @@ -16,22 +19,6 @@ else endif endif ## ENABLE_CLIENT_RELEASE -if OS_DARWIN - LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa -framework Security - mac_sources = mac/SystemMenu.m \ - mac/mac_saver_module.cpp \ - mac/Mac_Saver_ModuleView.m \ - mac/MacBitmapComboBox.cpp \ - mac/MacSysMenu.cpp \ - mac/Mac_GUI.cpp\ - mac/browser_safari.mm - - mac_headers = mac/*.h -else - mac_headers = - mac_sources = -endif - bin_PROGRAMS = boincmgr # keep the following alphabetic @@ -51,15 +38,13 @@ boincmgr_SOURCES = \ BOINCClientManager.cpp \ BOINCDialupManager.cpp \ BOINCGUIApp.cpp \ - BOINCHtmlLBox.cpp \ - BOINCInternetFSHandler.cpp \ BOINCListCtrl.cpp \ BOINCTaskBar.cpp \ BOINCTaskCtrl.cpp \ browser.cpp \ + common/wxPieCtrl.cpp \ CompletionErrorPage.cpp \ CompletionPage.cpp \ - common/wxPieCtrl.cpp \ DlgAbout.cpp \ DlgAdvPreferences.cpp \ DlgAdvPreferencesBase.cpp \ @@ -78,7 +63,6 @@ boincmgr_SOURCES = \ NotFoundPage.cpp \ NoticeListCtrl.cpp \ ProjectInfoPage.cpp \ - ProjectListCtrl.cpp \ ProjectProcessingPage.cpp \ ProjectPropertiesPage.cpp \ ProxyInfoPage.cpp \ @@ -108,14 +92,13 @@ boincmgr_SOURCES = \ ViewWork.cpp \ WelcomePage.cpp \ WizardAttach.cpp \ - wizardex.cpp \ - $(mac_sources) + wizardex.cpp EXTRA_DIST = *.h \ res \ msw \ ../lib/error_numbers.h \ - locale $(mac_headers) + locale boincmgr_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(SQLITE3_CPPFLAGS) $(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0` boincmgr_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(SQLITE3_CPPFLAGS) $(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0`