2009-02-19 11:12:29 +03:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
|
|
# Copyright (c) 2009 EDE Authors.
|
|
|
|
#
|
|
|
|
# This program is licensed under terms of the
|
|
|
|
# GNU General Public License version 2 or newer.
|
|
|
|
# See COPYING for details.
|
|
|
|
|
|
|
|
SubDir TOP evoke ;
|
|
|
|
|
|
|
|
SOURCE = evoke.cpp
|
|
|
|
EvokeService.cpp
|
|
|
|
Splash.cpp
|
|
|
|
Xsm.cpp
|
|
|
|
Logout.cpp
|
2009-03-03 14:47:30 +03:00
|
|
|
Xshutdown.cpp ;
|
2009-02-19 11:12:29 +03:00
|
|
|
|
2009-02-20 20:14:31 +03:00
|
|
|
CONFIG = ede-settings.conf
|
|
|
|
ede-startup.conf ;
|
|
|
|
|
2011-11-09 17:21:27 +04:00
|
|
|
# pekwm have splash support
|
|
|
|
ObjectC++Flags Splash.cpp : -DEDEWM_HAVE_NET_SPLASH ;
|
2009-02-19 11:12:29 +03:00
|
|
|
|
2009-02-26 15:04:29 +03:00
|
|
|
# use SIGHUP for now as default
|
|
|
|
ObjectC++Flags evoke.cpp : -DUSE_SIGHUP ;
|
|
|
|
|
|
|
|
ObjectC++Flags EvokeService.cpp : $(EDELIB_DBUS_INCLUDE) ;
|
2015-12-17 03:13:09 +03:00
|
|
|
LinkAgainstAsFirst evoke : $(EDELIB_DBUS_LIB) $(PTHREAD_LIBS) ;
|
2009-02-26 15:04:29 +03:00
|
|
|
|
2009-02-19 11:12:29 +03:00
|
|
|
EdeProgram evoke : $(SOURCE) ;
|
2009-03-03 14:47:30 +03:00
|
|
|
|
2009-04-14 20:18:21 +04:00
|
|
|
ObjectC++Flags ede-shutdown : $(X_CFLAGS) ;
|
|
|
|
ProgramBare ede-shutdown : ede-shutdown.cpp ;
|
2009-10-07 15:04:57 +04:00
|
|
|
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 $(LIBM) ;
|
2009-03-03 14:47:30 +03:00
|
|
|
|
|
|
|
InstallEdeProgram ede-settings-apply ;
|
2009-02-20 20:14:31 +03:00
|
|
|
|
2009-02-19 12:15:32 +03:00
|
|
|
EdeManualWithToc [ FFileName doc evoke.txt ] ;
|
2009-02-19 11:12:29 +03:00
|
|
|
TranslationStrings locale : $(SOURCE) ;
|
2009-02-20 20:14:31 +03:00
|
|
|
InstallEdeConfigFiles $(CONFIG) ;
|
2009-02-19 11:12:29 +03:00
|
|
|
|
|
|
|
SubInclude TOP evoke splash-themes ;
|