Mark generated files as "DO NOT EDIT".
[gnulib.git] / modules / sysexits
1 Description:
2 Exit status codes for some BSD system programs.
3
4 Files:
5 lib/sysexit_.h
6 m4/sysexits.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_SYSEXITS
12
13 Makefile.am:
14 BUILT_SOURCES += $(SYSEXITS_H)
15 EXTRA_DIST += sysexit_.h
16
17 # We need the following in order to create <sysexits.h> when the system
18 # doesn't have one that works with the given compiler.
19 sysexits.h: sysexit_.h
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat $(srcdir)/sysexit_.h; \
22         } > $@-t
23         mv -f $@-t $@
24 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
25
26 Include:
27 #include <sysexits.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Simon Josefsson