/contrib/ntp/arlib/Makefile.am

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 15 lines · 9 code · 2 blank · 4 comment · 0 complexity · 5f7c8b40290e42336ca7574a4869590d MD5 · raw file

  1. AUTOMAKE_OPTIONS = foreign # ansi2knr
  2. #lib_LIBRARIES = libares.a
  3. noinst_LIBRARIES = libares.a
  4. libares_a_SOURCES = arlib.c arplib.h
  5. #include_HEADERS = arlib.h
  6. noinst_HEADERS = arlib.h
  7. noinst_PROGRAMS = example
  8. example_SOURCES = sample.c
  9. example_LDADD = libares.a
  10. #man_MANS = arlib.3
  11. #EXTRA_DIST = $(man_MANS) UNSHAR.HDR
  12. noinst_MANS = arlib.3
  13. EXTRA_DIST = $(noinst_MANS) UNSHAR.HDR