ede/evoke/Jamfile

36 lines
800 B
Plaintext
Raw Normal View History

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 ;
# use SIGHUP for now as default
ObjectC++Flags evoke.cpp : -DUSE_SIGHUP ;
SOURCE = evoke.cpp
EvokeService.cpp
Splash.cpp
Xsm.cpp
Logout.cpp
Autostart.cpp ;
CONFIG = ede-settings.conf
ede-startup.conf ;
2009-02-19 11:12:29 +03:00
#ObjectC++Flags $(SOURCE) : -DUSE_LOCAL_CONFIG ;
EdeProgram evoke : $(SOURCE) ;
FltkProgramBare test/evoke_test : test/evoke_test.cpp : "noinstall" ;
2009-02-19 12:15:32 +03:00
EdeManualWithToc [ FFileName doc evoke.txt ] ;
2009-02-19 11:12:29 +03:00
TranslationStrings locale : $(SOURCE) ;
InstallEdeConfigFiles $(CONFIG) ;
2009-02-19 11:12:29 +03:00
SubInclude TOP evoke splash-themes ;