vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

Makefile-files (1917B)


      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; either version 2, or (at your option)
      8 ## any later version.
      9 ##  
     10 ## This program is distributed in the hope that it will be useful,
     11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 ## GNU General Public License for more details.
     14 ##  
     15 ## You should have received a copy of the GNU General Public License
     16 ## along with this program; if not, write to the Free Software
     17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     18 ##  
     19 
     20 
     21 contrib_gen_DTA =			contrib/manifest.dat
     22 contrib_subst_SRCS =			contrib/manifest.dat.pathsubst
     23 
     24 
     25 noinst_DATA +=				$(contrib_gen_DTA)
     26 CLEANFILES +=				$(contrib_gen_DTA)
     27 
     28 EXTRA_DIST +=				$(contrib_subst_SRCS) \
     29 					contrib/yum-2.2.1-chroot.patch \
     30 					contrib/yum-2.3.2-chroot.patch \
     31 					contrib/yum-2.3.3-chroot.patch \
     32 					contrib/yum-2.3.4-chroot.patch \
     33 					contrib/yum-2.6.0-chroot.patch \
     34 					contrib/yum-2.9.6-chroot.patch \
     35 					contrib/yum-3.0.3-chroot.patch \
     36 					contrib/yum-3.0.5-chroot.patch \
     37 					contrib/yum-3.2.0-chroot.patch \
     38 					contrib/yum-3.2.1-chroot.patch \
     39 					contrib/yum-3.2.4-chroot.patch \
     40 					contrib/yum-3.2.27_el6-chroot.patch \
     41 					contrib/yum-3.2.29_el66-chroot.patch \
     42 					contrib/yum-3.2.29_el66-no-scriptout-exception.patch \
     43 					contrib/yum-3.2.29_el66-releasever.patch \
     44 					contrib/yum-3.4.3_el70-chroot.patch \
     45 					contrib/yum-3.4.3_el70-no-scriptout-exception.patch \
     46 					contrib/yum-3.4.3_el70-releasever.patch \
     47 					contrib/make-manifest \
     48 					contrib/make-deb-manifest
     49 
     50 contrib/manifest.dat:			contrib/.manifest.dat.pathsubst.stamp