refine strategy to spot ip address, keep on calling guest_ipv4
[build.git] / lxc.mk
1 #
2 # declare the packages to be built and their dependencies
3 # initial version from Mark Huang
4 # Mark Huang <mlhuang@cs.princeton.edu>
5 # Copyright (C) 2003-2006 The Trustees of Princeton University
6 # rewritten by Thierry Parmentelat - INRIA Sophia Antipolis
7 #
8 # see doc in Makefile
9 #
10
11
12 #
13 # plcapi
14 #
15 plcapi-MODULES := plcapi
16 plcapi-SPEC := plcapi.spec
17 ALL += plcapi
18 IN_MYPLC += plcapi
19
20 #
21 # drupal
22 #
23 drupal-MODULES := drupal
24 drupal-SPEC := drupal.spec
25 drupal-BUILD-FROM-SRPM := yes
26 ALL += drupal
27 IN_MYPLC += drupal
28
29 #
30 # use the plewww module instead
31 #
32 plewww-MODULES := plewww
33 plewww-SPEC := plewww.spec
34 ALL += plewww
35 IN_MYPLC += plewww
36
37 #
38 # www-register-wizard
39 #
40 www-register-wizard-MODULES := www-register-wizard
41 www-register-wizard-SPEC := www-register-wizard.spec
42 ALL += www-register-wizard
43 IN_MYPLC += www-register-wizard
44
45
46 #
47 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
48 #
49 myplc-MODULES := myplc
50 myplc-SPEC := myplc.spec
51 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
52 ALL += myplc
53
54 # myplc-docs only contains docs for PLCAPI and NMAPI, but
55 # we still need to pull MyPLC, as it is where the specfile lies,
56 # together with the utility script docbook2drupal.sh
57 myplc-docs-MODULES := myplc plcapi nodemanager monitor
58 myplc-docs-SPEC := myplc-docs.spec
59 ALL += myplc-docs
60
61 # using some other name than myplc-release, as this is a make target already
62 release-MODULES := myplc
63 release-SPEC := myplc-release.spec
64 release-RPMDATE := yes
65 ALL += release