Mercurial > hg > octave-lojdl > gnulib-hg
annotate Makefile @ 9284:afba4e078ebc
Synthesize an EXTRA_DIST augmentation also for tests modules.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 04 Oct 2007 03:42:26 +0200 |
parents | 13576b82f3d4 |
children | 66a365760f8b |
rev | line source |
---|---|
7676
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 # Makefile for gnulib central. |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 # Copyright (C) 2006 Free Software Foundation, Inc. |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 # |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 # Copying and distribution of this file, with or without modification, |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 # in any medium, are permitted without royalty provided the copyright |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 # notice and this notice are preserved. |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 # Produce some files that are not stored in CVS. |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 all: |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 # Perform some platform independent checks on the gnulib code. |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 check: |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 # Regenerate some files that are stored in CVS; you should commit them |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 # afterwards. |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 regen: MODULES.html |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 MODULES.html: MODULES.html.sh |
13576b82f3d4
Beginnings of a Makefile for the gnulib maintainers.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 ./MODULES.html.sh > MODULES.html |