ede/Jamfile
Sanel Zukan cacf2bb98a Added EDE_CHECK_DIR m4 macro for directory existance checking
Imported services directory with org.equinoxproject.Launch service; directory should
be place for all D-BUS services

Changed configure.in to find and set D-BUS service directory
2009-03-06 17:30:58 +00:00

45 lines
1.0 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 ;
EdeManual HACKING ;
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-panel ;
SubInclude TOP ede-timedate ;
SubInclude TOP ede-tip ;
SubInclude TOP edewm ;
SubInclude TOP evoke ;
SubInclude TOP doc ;
SubInclude TOP data ;
SubInclude TOP services ;
# efile is not compileable on FreeBSD
if $(OS) != FREEBSD {
SubInclude TOP efiler ;
}