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 -*-
|
||||
## $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`
|
||||
|
|
Loading…
Reference in New Issue