home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / imports / Makefile.am < prev    next >
Makefile  |  2001-10-13  |  625b  |  18 lines

  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)
  18.