92165ecf9bb5173888fb818be3a4da231778367b
[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
25 vserver_start_vserver_start_bin_SOURCES =       vserver-start/main.c \
26                                                 vserver-start/scriptlets.c \
27                                                 vserver-start/vshelper.c \
28                                                 vserver-start/vshelper.h \
29                                                 vserver-start/interface.c \
30                                                 vserver-start/interface.h \
31                                                 vserver-start/interface-add.c \
32                                                 vserver-start/interface-read.c \
33                                                 vserver-start/interface-free.hc \
34                                                 vserver-start/interface-init.hc \
35                                                 vserver-start/configuration.c \
36                                                 vserver-start/configuration-init.c \
37                                                 vserver-start/configuration.h \
38                                                 vserver-start/vserver-start.h
39
40 vserver_start_vserver_start_bin_LDADD =         $(VSERVER_LDADDS) \
41                                                 lib_internal/libinternal.a \
42                                                 libensc_vector.a
43 vserver_start_vserver_start_bin_LDFLAGS =       $(VSERVER_LDFLAGS)