ede/evoke/Jamfile
Sanel Zukan 7032f57bb8 Added shutdown dbus signal that will be broadcasted when EDE starts to shut down
so apps (but not X11 related) could quit nicely. Primarly intended for services, like emountd
2009-02-26 12:04:29 +00:00

41 lines
938 B
Plaintext

#
# $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
Autostart.cpp
Xshutdown.cpp ;
CONFIG = ede-settings.conf
ede-startup.conf ;
#ObjectC++Flags $(SOURCE) : -DUSE_LOCAL_CONFIG ;
# use SIGHUP for now as default
ObjectC++Flags evoke.cpp : -DUSE_SIGHUP ;
ObjectC++Flags EvokeService.cpp : $(EDELIB_DBUS_INCLUDE) ;
LinkAgainstAsFirst evoke : $(EDELIB_DBUS_LIB) ;
EdeProgram evoke : $(SOURCE) ;
ProgramBare ede-shutdown : ede-shutdown.cpp ;
LinkAgainst ede-shutdown : -lX11 ;
EdeManualWithToc [ FFileName doc evoke.txt ] ;
TranslationStrings locale : $(SOURCE) ;
InstallEdeConfigFiles $(CONFIG) ;
SubInclude TOP evoke splash-themes ;