ede/Jamfile
Sanel Zukan 828699884f Warn if efltk wasn't found.
Added FORCE_EFILER option to force efiler compiling on FreeBSD.
2009-04-10 17:11:11 +00:00

46 lines
1.1 KiB
Plaintext

#
# $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.
SubDir TOP ;
EdeManualWithToc README.alpha ;
Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ;
# SubInclude goes after local rules
SubInclude TOP ede-about ;
SubInclude TOP ede-bell-conf ;
SubInclude TOP ede-calc ;
SubInclude TOP ede-conf ;
SubInclude TOP ede-crasher ;
SubInclude TOP ede-desktop ;
SubInclude TOP ede-desktop-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 ;
SubInclude TOP ede-timedate ;
SubInclude TOP ede-tip ;
SubInclude TOP evoke ;
SubInclude TOP doc ;
SubInclude TOP data ;
SubInclude TOP services ;
# they will not be compiled if eFLTK wasn't found
SubInclude TOP edewm ;
SubInclude TOP ede-panel ;
# efile is not compileable on FreeBSD
if $(OS) != FREEBSD || $(FORCE_EFILER) = 1 {
SubInclude TOP efiler ;
}