This repository has been archived by the owner on Sep 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile
74 lines (40 loc) · 1.52 KB
/
Makefile
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
THISDIR=$(dir $(lastword $(MAKEFILE_LIST)))
TOPDIR=$(shell source $(THISDIR)/config.sh && echo "$$topdir")
all: $(notdir $(wildcard $(TOPDIR)/modules/*)) ;
platform:
@echo Configuring platform.
@./add_hp_and_bootstrap.sh
%::
@echo Generating $@.
@./deps2.sh $@ $^
389-ds: platform networking-base perl python3 python3-ecosystem bind
apache-commons: platform java
autotools: platform perl
bind: platform python3 python3-ecosystem postgresql
cloud-init: platform python3 python3-ecosystem networking-base python2
fonts: platform
freeipa: platform java perl 389-ds bind krb5 sssd samba pki tomcat resteasy httpd python2 python2-ecosystem python3 python3-ecosystem
GNOME: platform X11-base
hardware-support: platform
httpd: platform python2 python2-ecosystem
installer: platform hardware-support X11-base python3 python3-ecosystem networking-base perl
java: platform fonts X11-base
krb5: platform
networking-base: platform perl python3 python3-ecosystem
perl: platform
pki: platform java tomcat resteasy apache-commons
postgresql: platform
python2: platform fonts X11-base
python2-ecosystem: platform python2
python3-bootstrap: platform fonts
python3-ecosystem-bootstrap: platform
python3-ecosystem: platform python3
python3: platform fonts X11-base
resteasy: platform java apache-commons
ruby: platform
samba: platform python2 python2-ecosystem
sssd: platform samba python3 python3-ecosystem
systemtap: platform perl
tomcat: platform java apache-commons
udisks2: platform krb5 python3
X11-base: platform fonts autotools