2007-03-16 18:18:54 +03:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# Part of Equinox Desktop Environment (EDE).
|
2008-09-22 17:50:03 +04:00
|
|
|
# Copyright (c) 2007-2008 EDE Authors.
|
2007-03-16 18:18:54 +03:00
|
|
|
#
|
2007-12-06 18:54:24 +03:00
|
|
|
# This program is licenced under terms of the
|
|
|
|
# GNU General Public Licence version 2 or newer.
|
2007-03-16 18:18:54 +03:00
|
|
|
# See COPYING for details.
|
|
|
|
|
2007-03-15 19:21:30 +03:00
|
|
|
SubDir TOP ;
|
|
|
|
|
2009-10-08 13:47:50 +04:00
|
|
|
EdeManualWithToc README ;
|
2008-08-05 18:26:38 +04:00
|
|
|
|
2007-07-18 17:21:52 +04:00
|
|
|
Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ;
|
2007-03-15 19:21:30 +03:00
|
|
|
|
2007-07-18 17:21:52 +04:00
|
|
|
# SubInclude goes after local rules
|
2008-09-22 17:33:24 +04:00
|
|
|
SubInclude TOP ede-about ;
|
2009-10-03 13:29:49 +04:00
|
|
|
SubInclude TOP ede-autostart ;
|
2009-02-26 14:15:27 +03:00
|
|
|
SubInclude TOP ede-bell-conf ;
|
2009-07-03 18:27:19 +04:00
|
|
|
SubInclude TOP ede-bug-tools ;
|
2008-09-22 17:33:24 +04:00
|
|
|
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 ;
|
2008-09-22 17:50:03 +04:00
|
|
|
SubInclude TOP ede-desktop-conf ;
|
2009-08-12 19:26:38 +04:00
|
|
|
SubInclude TOP ede-dialog ;
|
2009-11-06 18:45:48 +03:00
|
|
|
SubInclude TOP ede-keyboard-conf ;
|
2009-01-26 15:31:01 +03:00
|
|
|
SubInclude TOP ede-screensaver-conf ;
|
2008-09-22 17:50:03 +04:00
|
|
|
SubInclude TOP ede-help ;
|
2009-02-26 14:34:15 +03:00
|
|
|
SubInclude TOP ede-image-view ;
|
2008-02-11 20:30:39 +03:00
|
|
|
SubInclude TOP elma ;
|
2009-02-25 16:15:16 +03:00
|
|
|
SubInclude TOP ede-launch ;
|
2008-08-05 18:26:38 +04:00
|
|
|
SubInclude TOP emountd ;
|
2008-10-07 13:23:20 +04:00
|
|
|
SubInclude TOP ede-timedate ;
|
2008-09-22 17:50:03 +04:00
|
|
|
SubInclude TOP ede-tip ;
|
2008-01-14 15:02:43 +03:00
|
|
|
SubInclude TOP evoke ;
|
2008-09-04 14:16:55 +04:00
|
|
|
SubInclude TOP doc ;
|
|
|
|
SubInclude TOP data ;
|
2009-03-06 20:30:58 +03:00
|
|
|
SubInclude TOP services ;
|
2009-02-26 14:15:27 +03:00
|
|
|
|
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 ;
|
|
|
|
}
|
|
|
|
|
2009-04-10 21:11:11 +04:00
|
|
|
# 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
|
2009-04-22 14:37:55 +04:00
|
|
|
if $(WITH_EFILER) = 1 {
|
2009-03-30 19:21:12 +04:00
|
|
|
SubInclude TOP efiler ;
|
|
|
|
}
|