Makefile.am 562 B

1234567891011121314151617
  1. # not a GNU package. You can remove this line, if
  2. # have all needed files, that a GNU package needs
  3. AUTOMAKE_OPTIONS = foreign 1.4
  4. README: doc/index.html
  5. (echo This file is generated from doc/index.html, which is easier to read if you have ; echo a web browser available. ; echo ; w3m doc/index.html) > README
  6. SUBDIRS = src doc examples mibs
  7. EXTRA_DIST = build_setup.nsi.in README
  8. MAINTAINERCLEANFILES = README
  9. if CYGWIN_BUILD
  10. if CYGWIN_BUILD_SETUP_EXE
  11. bin_SCRIPTS=docsis_setup.exe
  12. docsis_setup.exe: build_setup.nsi
  13. "${MAKENSIS}" build_setup.nsi
  14. endif
  15. endif