]> andersk Git - splint.git/blame - imports/Makefile.am
noexpand always false.
[splint.git] / imports / Makefile.am
CommitLineData
8fe44445 1## Note: starting comments with ## means they don't end up in Makefile
2
3AUTOMAKE_OPTIONS = 1.5 foreign
4
5## Put these files in $prefix/share/lclint/imports
6importsdir = $(pkgdatadir)/imports
7
8## List of files
9imports_DATA = \
10 assert.lcl assert.lcs ctype.lcl ctype.lcs errno.lcl errno.lcs \
11 limits.lcl limits.lcs locale.lcl locale.lcs math.lcl math.lcs \
12 setjmp.lcl setjmp.lcs signal.lcl signal.lcs stdarg.lcl stdarg.lcs \
13 stdio.lcl stdio.lcs stdlib.lcl stdlib.lcs string.lcl string.lcs \
14 strings.lcl strings.lcs time.lcl time.lcs
15
16## Include them in the distribution
17EXTRA_DIST = $(imports_DATA)
This page took 0.061572 seconds and 5 git commands to generate.