Last change
on this file since 26 was 25, checked in by bird, 22 years ago |
Early coding.
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
466 bytes
|
Rev | Line | |
---|
[25] | 1 | # $Id: config.gmk 25 2003-04-20 05:39:05Z 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 |
|
---|
| 16 | remove:
|
---|
| 17 | rm -f configure config.log config.cache config.status
|
---|
| 18 |
|
---|
| 19 | rerun: remove refresh
|
---|
| 20 |
|
---|
| 21 | refresh: configure.in
|
---|
| 22 | $(UNIXROOT)/bin/bash.exe autoconf
|
---|
| 23 |
|
---|
| 24 | clean: remove
|
---|
| 25 |
|
---|
| 26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.