/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
- AUTOMAKE_OPTIONS = foreign # ansi2knr
- #lib_LIBRARIES = libares.a
- noinst_LIBRARIES = libares.a
- libares_a_SOURCES = arlib.c arplib.h
- #include_HEADERS = arlib.h
- noinst_HEADERS = arlib.h
- noinst_PROGRAMS = example
- example_SOURCES = sample.c
- example_LDADD = libares.a
- #man_MANS = arlib.3
- #EXTRA_DIST = $(man_MANS) UNSHAR.HDR
- noinst_MANS = arlib.3
- EXTRA_DIST = $(noinst_MANS) UNSHAR.HDR