diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-27 22:37:08 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-28 00:03:40 +0200 |
commit | f96625f99593a5d6477915cccc2f1e5268541563 (patch) | |
tree | f53e32813eb11b07704e6c4a5b6c6d237ede0d8a /man | |
parent | 3719e8d5de121e950a285825bb702564c2853ff1 (diff) | |
download | idutils-f96625f99593a5d6477915cccc2f1e5268541563.tar.gz idutils-f96625f99593a5d6477915cccc2f1e5268541563.tar.bz2 idutils-f96625f99593a5d6477915cccc2f1e5268541563.zip |
build aid, eid, and gid as binaries (were scripts)
* src/lid.c: Include "lid.h".
(main): Set defaults based on new global, lid_mode.
* src/Makefile.am (bin_PROGRAMS): Add aid, eid, gid.
(dist_bin_SCRIPTS): Remove them from this list.
(noinst_HEADERS, aid_SOURCES, eid_SOURCES): Define.
(gid_SOURCES, lid_SOURCES): Define.
* src/aid, src/eid, src/gid: Remove scripts.
* src/lid-aid.c, src/lid-eid.c, src/lid-gid.c, src/lid-lid.c:
* src/lid.h: New files.
* man/Makefile.am (aid.1, eid.1, gid.1): Adjust dependencies.
* .gitignore: Add src/aid, src/eid, src/gid.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index aff98d1..a10911a 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -13,9 +13,9 @@ lid.1: $(common_dep) $(srcdir)/lid.x ../src/lid.c fid.1: $(common_dep) $(srcdir)/fid.x ../src/fid.c fnid.1: $(common_dep) $(srcdir)/fnid.x ../src/fnid.c xtokid.1: $(common_dep) $(srcdir)/xtokid.x ../src/xtokid.c -eid.1: $(common_dep) $(srcdir)/eid.x ../src/eid ../src/lid.c -aid.1: $(common_dep) $(srcdir)/aid.x ../src/aid ../src/lid.c -gid.1: $(common_dep) $(srcdir)/gid.x ../src/gid ../src/lid.c +aid.1: $(common_dep) $(srcdir)/aid.x ../src/lid.c +eid.1: $(common_dep) $(srcdir)/eid.x ../src/lid.c +gid.1: $(common_dep) $(srcdir)/gid.x ../src/lid.c SUFFIXES = .x .1 |