]> andersk Git - splint.git/blob - imports/Makefile.am
*** empty log message ***
[splint.git] / imports / Makefile.am
1 ## Note: starting comments with ## means they don't end up in Makefile
2
3 AUTOMAKE_OPTIONS = 1.5 foreign
4
5 ## Put these files in $prefix/share/lclint/imports
6 importsdir = $(pkgdatadir)/imports
7
8 ## List of files
9 imports_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
17 EXTRA_DIST = $(imports_DATA)
This page took 0.036927 seconds and 5 git commands to generate.