source: trunk/config.gmk@ 43

Last change on this file since 43 was 42, checked in by bird, 22 years ago

configure depends on config.gmk too so we make sure all the configure's are up to date.

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 506 bytes
Line 
1# $Id: config.gmk 42 2003-04-25 22:21:08Z bird $
2#
3# Helper makescript for updating one instance of configure.
4#
5# InnoTek Systemberatung GmbHconfidential
6#
7# Copyright (c) 2003 InnoTek Systemberatung GmbH
8# Author: knut st. osmundsen <bird@anduin.net>
9#
10# All Rights Reserved
11#
12
13.PHONY: all remove clean rerun refresh
14all: refresh
15
16remove:
17 rm -f configure config.log config.cache config.status
18
19rerun: remove configure
20
21refresh: configure
22
23clean: remove
24
25configure: configure.in $(PATH_TOP)/config.gmk
26 $(UNIXROOT)/bin/bash.exe autoconf
27
28
Note: See TracBrowser for help on using the repository browser.