ede/Jamfile

53 lines
1.2 KiB
Plaintext
Raw Normal View History

#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2007-2008 EDE Authors.
#
# This program is licenced under terms of the
# GNU General Public Licence version 2 or newer.
# See COPYING for details.
2007-03-15 19:21:30 +03:00
SubDir TOP ;
2009-10-08 13:47:50 +04:00
EdeManualWithToc README ;
Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ;
2007-03-15 19:21:30 +03:00
# SubInclude goes after local rules
SubInclude TOP ede-about ;
SubInclude TOP ede-autostart ;
SubInclude TOP ede-bell-conf ;
2009-07-03 18:27:19 +04:00
SubInclude TOP ede-bug-tools ;
SubInclude TOP ede-calc ;
2008-09-22 18:04:44 +04:00
SubInclude TOP ede-conf ;
2008-10-02 12:44:22 +04:00
SubInclude TOP ede-desktop ;
SubInclude TOP ede-desktop-conf ;
SubInclude TOP ede-dialog ;
SubInclude TOP ede-keyboard-conf ;
SubInclude TOP ede-screensaver-conf ;
SubInclude TOP ede-help ;
SubInclude TOP ede-image-view ;
SubInclude TOP elma ;
SubInclude TOP ede-launch ;
SubInclude TOP emountd ;
2008-10-07 13:23:20 +04:00
SubInclude TOP ede-timedate ;
SubInclude TOP ede-tip ;
SubInclude TOP evoke ;
2008-09-04 14:16:55 +04:00
SubInclude TOP doc ;
SubInclude TOP data ;
SubInclude TOP services ;
2009-10-03 11:37:35 +04:00
# for now it is not compileable on SunStudio
2009-10-03 11:47:39 +04:00
if ! $(SUN_COMPILER) {
2009-10-03 11:37:35 +04:00
SubInclude TOP ede-panel ;
}
# they will not be compiled if eFLTK wasn't found
SubInclude TOP edewm ;
2009-04-13 21:37:26 +04:00
# efiler is not compileable at all
if $(WITH_EFILER) = 1 {
2009-03-30 19:21:12 +04:00
SubInclude TOP efiler ;
}