X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vserver-start%2FMakefile-files;fp=vserver-start%2FMakefile-files;h=96ccfb4f2f8d87903d7fe86917a4372186e72958;hb=8cf13bb177d92c93eb73dc8939777150536c2d00;hp=0000000000000000000000000000000000000000;hpb=6bf3f95de36c804c97716b2d0bdf10680c559044;p=util-vserver.git diff --git a/vserver-start/Makefile-files b/vserver-start/Makefile-files new file mode 100644 index 0000000..96ccfb4 --- /dev/null +++ b/vserver-start/Makefile-files @@ -0,0 +1,53 @@ +## $Id: Makefile-files,v 1.7 2005/03/18 00:33:20 ensc Exp $ --*- makefile -*-- + +## Copyright (C) 2004 Enrico Scholz +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + +if ENSC_HAVE_C99_COMPILER +DIETPROGS += vserver-start/vserver.start.bin +pkglib_PROGRAMS += vserver-start/vserver.start.bin +endif + +## HACK: for now... +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += vserver-start/vserver.start.bin + +vserver_start_vserver_start_bin_SOURCES = \ + vserver-start/main.c \ + vserver-start/mount.c \ + vserver-start/mount.h \ + vserver-start/defaulttty.c \ + vserver-start/scriptlets.c \ + vserver-start/undo.c \ + vserver-start/undo.h \ + vserver-start/vshelper.c \ + vserver-start/vshelper.h \ + vserver-start/interface.c \ + vserver-start/interface.h \ + vserver-start/interface-add.c \ + vserver-start/interface-read.c \ + vserver-start/interface-free.hc \ + vserver-start/interface-init.hc \ + vserver-start/interface-remove.c \ + vserver-start/interface-print.c \ + vserver-start/configuration.c \ + vserver-start/configuration-init.c \ + vserver-start/configuration.h \ + vserver-start/vserver-start.h + +vserver_start_vserver_start_bin_LDADD = $(VSERVER_LDADDS) \ + $(LIBINTERNAL) \ + $(LIBENSCVECTOR) +vserver_start_vserver_start_bin_LDFLAGS = $(VSERVER_LDFLGS)