Last change
on this file since 303 was
33,
checked in by andreasw, 15 years ago
|
A number of unifying stylistic changes
|
File size:
1.5 KB
|
Line | |
---|
1 | # Copyright (C) 2006 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makmaint.inc 5920 2006-05-02 05:51:22Z andreasw $ |
---|
6 | |
---|
7 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
8 | |
---|
9 | ######################################################################## |
---|
10 | # Maintainer Stuff # |
---|
11 | ######################################################################## |
---|
12 | |
---|
13 | if MAINTAINER_MODE |
---|
14 | |
---|
15 | # Make sure acinclude is using most recent coin.m4 |
---|
16 | $(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 |
---|
17 | cat $(LIBTOOLM4) $< > $@ |
---|
18 | |
---|
19 | # Make sure the autotools scripts are up to date |
---|
20 | $(AUX_DIR)/install-sh: $(BUILDTOOLSDIR)/install-sh |
---|
21 | cp $< $@ |
---|
22 | |
---|
23 | $(AUX_DIR)/missing: $(BUILDTOOLSDIR)/missing |
---|
24 | cp $< $@ |
---|
25 | |
---|
26 | $(AUX_DIR)/config.guess: $(BUILDTOOLSDIR)/config.guess |
---|
27 | cp $< $@ |
---|
28 | |
---|
29 | $(AUX_DIR)/config.sub: $(BUILDTOOLSDIR)/config.sub |
---|
30 | cp $< $@ |
---|
31 | |
---|
32 | $(AUX_DIR)/depcomp: $(BUILDTOOLSDIR)/depcomp |
---|
33 | cp $< $@ |
---|
34 | |
---|
35 | $(AUX_DIR)/ltmain.sh: $(BUILDTOOLSDIR)/ltmain.sh |
---|
36 | cp $< $@ |
---|
37 | |
---|
38 | # Take care of updating externals (if Externals file exists) |
---|
39 | if HAVE_EXTERNALS |
---|
40 | $(top_builddir)/Makefile: .Externals-stamp |
---|
41 | |
---|
42 | .Externals-stamp: $(srcdir)/Externals |
---|
43 | cd $(srcdir); svn propset svn:externals -F Externals . |
---|
44 | touch .Externals-stamp |
---|
45 | |
---|
46 | update-externals: .Externals-stamp |
---|
47 | cd $(srcdir); svn update |
---|
48 | |
---|
49 | endif |
---|
50 | |
---|
51 | endif |
---|
52 | |
---|
53 | if HAVE_EXTERNALS |
---|
54 | EXTRA_DIST += Externals |
---|
55 | DISTCLEANFILES += .Externals-stamp |
---|
56 | endif |
---|
57 | |
---|
58 | DISTCLEANFILES += $(VPATH_DISTCLEANFILES) |
---|
Note: See
TracBrowser
for help on using the repository browser.