annotate modules/minmax @ 9363:4d4d1419d4ab

Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Oct 2007 12:51:22 +0200
parents 404dc8725caf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4207
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 MIN, MAX macros.
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/minmax.h
5882
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5259
diff changeset
6 m4/minmax.m4
4207
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
5882
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5259
diff changeset
11 gl_MINMAX
4207
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 lib_SOURCES += minmax.h
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 "minmax.h"
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
19 License:
9102
404dc8725caf Use the synonymous term LGPLv2.
Bruno Haible <bruno@clisp.org>
parents: 5882
diff changeset
20 LGPLv2+
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
21
4207
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24