mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
33df6e9231
Imported new and functional ede-dialog. ede-help uses ede-dialog for error reports; xmessage is not used since some OS-es to not install it by default, e.g. OpenSolaris. Removed obsolete ede-tip.conf. Fixed background issue in ede-tip; background will now always be white so it can nicely blend with the image. Commit fixed ede.desktop.in; previous commit was only renaming without content change. Reduce some debug output in ede-autostart.
47 lines
1.1 KiB
Plaintext
47 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-bug-tools ;
|
|
SubInclude TOP ede-calc ;
|
|
SubInclude TOP ede-conf ;
|
|
SubInclude TOP ede-desktop ;
|
|
SubInclude TOP ede-desktop-conf ;
|
|
SubInclude TOP ede-dialog ;
|
|
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 ;
|
|
|
|
# efiler is not compileable at all
|
|
if $(WITH_EFILER) = 1 {
|
|
SubInclude TOP efiler ;
|
|
}
|