| Last change
 on this file since 877 was             71, checked in by bird, 23 years ago | 
        
          | 
Use BASH env.var.
 | 
        
          | 
              
Property                 cvs2svn:cvs-rev
 set to                 1.4
Property                 svn:eol-style
 set to                 native
Property                 svn:executable
 set to                 *
Property                 svn:keywords
 set to                 Author Date Id Revision | 
        
          | File size:
            489 bytes | 
      
      
| Rev | Line |  | 
|---|
| [25] | 1 | # $Id: config.gmk 71 2003-04-30 20:47:42Z 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 | 
|---|
|  | 14 | all: refresh | 
|---|
|  | 15 |  | 
|---|
| [31] | 16 | remove: | 
|---|
| [25] | 17 | rm -f configure config.log config.cache config.status | 
|---|
|  | 18 |  | 
|---|
| [31] | 19 | rerun: remove configure | 
|---|
|  | 20 |  | 
|---|
|  | 21 | refresh: configure | 
|---|
|  | 22 |  | 
|---|
|  | 23 | clean: remove | 
|---|
|  | 24 |  | 
|---|
| [42] | 25 | configure: configure.in $(PATH_TOP)/config.gmk | 
|---|
| [71] | 26 | $(BASH) autoconf | 
|---|
| [31] | 27 |  | 
|---|
|  | 28 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.