~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  Copyright (C) 2000-2007 SWsoft. All rights reserved.
 
2
#
 
3
#  This program is free software; you can redistribute it and/or modify
 
4
#  it under the terms of the GNU General Public License as published by
 
5
#  the Free Software Foundation; either version 2 of the License, or
 
6
#  (at your option) any later version.
 
7
#
 
8
#  This program is distributed in the hope that it will be useful,
 
9
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
#  GNU General Public License for more details.
 
12
#
 
13
#  You should have received a copy of the GNU General Public License
 
14
#  along with this program; if not, write to the Free Software
 
15
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
16
#
 
17
 
 
18
include $(top_srcdir)/paths.am
 
19
 
 
20
SUBDIRS = lib
 
21
 
 
22
INCLUDES = -I$(top_srcdir)/include
 
23
 
 
24
AM_CFLAGS = -DSBINDIR=\"$(sbindir)\" \
 
25
            -DPKGCONFDIR=\"$(pkgconfdir)\" \
 
26
            -DPKGLIBDIR=\"$(pkglibdir)\"
 
27
 
 
28
sbin_PROGRAMS = arpsend \
 
29
                ndsend \
 
30
                vzcalc \
 
31
                vzcfgvalidate \
 
32
                vzctl \
 
33
                vzlist \
 
34
                vzmemcheck \
 
35
                vzsplit
 
36
 
 
37
VZCTL_LIBS = $(top_builddir)/src/lib/libvzctl.la
 
38
 
 
39
arpsend_SOURCES = arpsend.c
 
40
 
 
41
ndsend_SOURCES = ndsend.c
 
42
 
 
43
vzcalc_SOURCES = vzcalc.c
 
44
vzcalc_LDADD   = $(VZCTL_LIBS)
 
45
 
 
46
vzcfgvalidate_SOURCES = validate.c \
 
47
                        vzcfgvalidate.c
 
48
vzcfgvalidate_LDADD   = $(VZCTL_LIBS)
 
49
 
 
50
vzctl_SOURCES = enter.c \
 
51
                modules.c \
 
52
                vzctl-actions.c \
 
53
                vzctl.c
 
54
vzctl_LDADD = $(VZCTL_LIBS) $(DL_LIBS) $(UTIL_LIBS)
 
55
 
 
56
vzlist_SOURCES = vzlist.c
 
57
vzlist_LDADD   = $(VZCTL_LIBS)
 
58
 
 
59
vzmemcheck_SOURCES = validate.c \
 
60
                     vzmemcheck.c
 
61
vzmemcheck_LDADD = $(VZCTL_LIBS)
 
62
 
 
63
vzsplit_SOURCES = vzsplit.c