vshost-util-vserver

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

validate.am (1087B)


      1 ## $Id$	---*- makefile -*---
      2 
      3 ## Copyright (C) 2002, 2003, 2004, 2009
      4 ##     Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
      5 ##
      6 ## This program is free software; you can redistribute it and/or modify
      7 ## it under the terms of the GNU General Public License as published by
      8 ## the Free Software Foundation; version 2 and/or 3 of the License.
      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 $(BUILT_SOURCES) config.h:	.X$(subst /,_,$(sysconfdir))-up-to-date
     21 
     22 distclean-local:	distclean-uptodate
     23 
     24 distclean-uptodate:
     25 			@rm -f	.*-up-to-date
     26 
     27 .%-up-to-date:
     28 			@rm -f	.*-up-to-date
     29 			@$(MAKE) -s clean
     30 			@touch -t 197001020000 '$@'
     31 			@$(MAKE) -s $(BUILT_SOURCES)