minor optimizations
[util-vserver.git] / util-vserver / vserver-start / Makefile-files
1 ## $Id$ --*- 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 =       vserver-start/main.c \
28                                                 vserver-start/scriptlets.c \
29                                                 vserver-start/vshelper.c \
30                                                 vserver-start/vshelper.h \
31                                                 vserver-start/interface.c \
32                                                 vserver-start/interface.h \
33                                                 vserver-start/interface-add.c \
34                                                 vserver-start/interface-read.c \
35                                                 vserver-start/interface-free.hc \
36                                                 vserver-start/interface-init.hc \
37                                                 vserver-start/configuration.c \
38                                                 vserver-start/configuration-init.c \
39                                                 vserver-start/configuration.h \
40                                                 vserver-start/vserver-start.h
41
42 vserver_start_vserver_start_bin_LDADD =         $(VSERVER_LDADDS) \
43                                                 lib_internal/libinternal.a \
44                                                 libensc_vector.a
45 vserver_start_vserver_start_bin_LDFLAGS =       $(VSERVER_LDFLAGS)