mirror of https://github.com/BOINC/boinc.git
MGR: update make file for Linux
This commit is contained in:
parent
ac0d83624c
commit
8d00384109
|
@ -1,6 +1,9 @@
|
||||||
## -*- mode: makefile; tab-width: 4 -*-
|
## -*- mode: makefile; tab-width: 4 -*-
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
|
## To build for Macintosh (Darwin), please read the instructions at
|
||||||
|
## mac_build/HowToBuildBOINC_XCode.rtf
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.incl
|
include $(top_srcdir)/Makefile.incl
|
||||||
|
|
||||||
if ENABLE_CLIENT_RELEASE
|
if ENABLE_CLIENT_RELEASE
|
||||||
|
@ -16,22 +19,6 @@ else
|
||||||
endif
|
endif
|
||||||
endif ## ENABLE_CLIENT_RELEASE
|
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
|
bin_PROGRAMS = boincmgr
|
||||||
|
|
||||||
# keep the following alphabetic
|
# keep the following alphabetic
|
||||||
|
@ -51,15 +38,13 @@ boincmgr_SOURCES = \
|
||||||
BOINCClientManager.cpp \
|
BOINCClientManager.cpp \
|
||||||
BOINCDialupManager.cpp \
|
BOINCDialupManager.cpp \
|
||||||
BOINCGUIApp.cpp \
|
BOINCGUIApp.cpp \
|
||||||
BOINCHtmlLBox.cpp \
|
|
||||||
BOINCInternetFSHandler.cpp \
|
|
||||||
BOINCListCtrl.cpp \
|
BOINCListCtrl.cpp \
|
||||||
BOINCTaskBar.cpp \
|
BOINCTaskBar.cpp \
|
||||||
BOINCTaskCtrl.cpp \
|
BOINCTaskCtrl.cpp \
|
||||||
browser.cpp \
|
browser.cpp \
|
||||||
|
common/wxPieCtrl.cpp \
|
||||||
CompletionErrorPage.cpp \
|
CompletionErrorPage.cpp \
|
||||||
CompletionPage.cpp \
|
CompletionPage.cpp \
|
||||||
common/wxPieCtrl.cpp \
|
|
||||||
DlgAbout.cpp \
|
DlgAbout.cpp \
|
||||||
DlgAdvPreferences.cpp \
|
DlgAdvPreferences.cpp \
|
||||||
DlgAdvPreferencesBase.cpp \
|
DlgAdvPreferencesBase.cpp \
|
||||||
|
@ -78,7 +63,6 @@ boincmgr_SOURCES = \
|
||||||
NotFoundPage.cpp \
|
NotFoundPage.cpp \
|
||||||
NoticeListCtrl.cpp \
|
NoticeListCtrl.cpp \
|
||||||
ProjectInfoPage.cpp \
|
ProjectInfoPage.cpp \
|
||||||
ProjectListCtrl.cpp \
|
|
||||||
ProjectProcessingPage.cpp \
|
ProjectProcessingPage.cpp \
|
||||||
ProjectPropertiesPage.cpp \
|
ProjectPropertiesPage.cpp \
|
||||||
ProxyInfoPage.cpp \
|
ProxyInfoPage.cpp \
|
||||||
|
@ -108,14 +92,13 @@ boincmgr_SOURCES = \
|
||||||
ViewWork.cpp \
|
ViewWork.cpp \
|
||||||
WelcomePage.cpp \
|
WelcomePage.cpp \
|
||||||
WizardAttach.cpp \
|
WizardAttach.cpp \
|
||||||
wizardex.cpp \
|
wizardex.cpp
|
||||||
$(mac_sources)
|
|
||||||
|
|
||||||
EXTRA_DIST = *.h \
|
EXTRA_DIST = *.h \
|
||||||
res \
|
res \
|
||||||
msw \
|
msw \
|
||||||
../lib/error_numbers.h \
|
../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_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`
|
boincmgr_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(SQLITE3_CPPFLAGS) $(LIBNOTIFY_CFLAGS) $(CLIENTGUIFLAGS) `pkg-config --cflags gtk+-2.0`
|
||||||
|
|
Loading…
Reference in New Issue