-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathJamfile
47 lines (41 loc) · 1.13 KB
/
Jamfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# $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 ;
Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ;
# SubInclude goes after local rules
SubInclude TOP ede-about ;
SubInclude TOP ede-autostart ;
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-keyboard-conf ;
SubInclude TOP ede-notify-daemon ;
SubInclude TOP ede-screensaver-conf ;
SubInclude TOP ede-screen-lock ;
SubInclude TOP ede-help ;
SubInclude TOP ede-image-view ;
SubInclude TOP ede-launch ;
SubInclude TOP ede-timedate ;
SubInclude TOP ede-tip ;
SubInclude TOP ede-preferred-applications ;
SubInclude TOP evoke ;
SubInclude TOP doc ;
SubInclude TOP data ;
SubInclude TOP services ;
# for now it is not compileable on SunStudio
if ! $(SUN_COMPILER) {
SubInclude TOP ede-panel ;
}
SubInclude TOP pekwm ;