merge with 0.30.213
[util-vserver.git] / vserver-start / Makefile-files
1 ## $Id: Makefile-files 1923 2005-03-18 00:33:20Z ensc $ --*- makefile -*--
2
3 ## Copyright (C) 2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4 ##  
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; version 2 of the License.
8 ##  
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
13 ##  
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18
19 if ENSC_HAVE_C99_COMPILER
20 DIETPROGS +=            vserver-start/vserver.start.bin
21 pkglib_PROGRAMS +=      vserver-start/vserver.start.bin
22 endif
23
24 ## HACK: for now...
25 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT +=           vserver-start/vserver.start.bin
26
27 vserver_start_vserver_start_bin_SOURCES = \
28                                                 vserver-start/main.c \
29                                                 vserver-start/mount.c \
30                                                 vserver-start/mount.h \
31                                                 vserver-start/defaulttty.c \
32                                                 vserver-start/scriptlets.c \
33                                                 vserver-start/undo.c \
34                                                 vserver-start/undo.h \
35                                                 vserver-start/vshelper.c \
36                                                 vserver-start/vshelper.h \
37                                                 vserver-start/interface.c \
38                                                 vserver-start/interface.h \
39                                                 vserver-start/interface-add.c \
40                                                 vserver-start/interface-read.c \
41                                                 vserver-start/interface-free.hc \
42                                                 vserver-start/interface-init.hc \
43                                                 vserver-start/interface-remove.c \
44                                                 vserver-start/interface-print.c \
45                                                 vserver-start/configuration.c \
46                                                 vserver-start/configuration-init.c \
47                                                 vserver-start/configuration.h \
48                                                 vserver-start/vserver-start.h
49
50 vserver_start_vserver_start_bin_LDADD =         $(VSERVER_LDADDS) \
51                                                 $(LIBINTERNAL) \
52                                                 $(LIBENSCVECTOR)
53 vserver_start_vserver_start_bin_LDFLAGS =       $(VSERVER_LDFLGS)