Annotation of embedaddon/ntp/ntpsnmpd/Makefile.am, revision 1.1
1.1 ! misho 1: NULL=
! 2: AUTOMAKE_OPTIONS=
! 3:
! 4: if NTP_BINSUBDIR_IS_BIN
! 5: bin_PROGRAMS= @MAKE_NTPSNMPD@
! 6: else
! 7: sbin_PROGRAMS= @MAKE_NTPSNMPD@
! 8: endif
! 9:
! 10: EXTRA_PROGRAMS= ntpsnmpd
! 11: ntpsnmpd_SOURCES= netsnmp_daemonize.c ntpsnmpd.c ntpSnmpSubagentObject.c \
! 12: ntpsnmpd-opts.c ntpsnmpd-opts.h ntpSnmpSubagentObject.h \
! 13: ntp_snmp.h
! 14: # HMS: we probably want a version.o file here, too.
! 15: LDADD= ../ntpq/libntpq.a ../libntp/libntp.a @LCRYPTO@ @SNMP_LIBS@ \
! 16: $(LIBOPTS_LDADD)
! 17: AM_CPPFLAGS= -I$(top_srcdir)/ntpq -I$(top_srcdir)/include \
! 18: -I$(top_srcdir)/lib/isc/include \
! 19: -I$(top_srcdir)/lib/isc/nothreads/include \
! 20: -I$(top_srcdir)/lib/isc/unix/include \
! 21: $(LIBOPTS_CFLAGS) @SNMP_CPPFLAGS@
! 22:
! 23: AM_CFLAGS= @SNMP_CFLAGS@
! 24: EXTRA_DIST= ntpsnmpd-opts.def ntpsnmpd.1 ntpsnmpd-opts.texi \
! 25: ntpsnmpd-opts.menu ntpv4-mib.mib
! 26: BUILT_SOURCES= ntpsnmpd-opts.c ntpsnmpd-opts.h
! 27: CLEANFILES=
! 28: noinst_DATA= $(srcdir)/ntpsnmpd-opts.texi $(srcdir)/ntpsnmpd-opts.menu
! 29: man_MANS= $(srcdir)/ntpsnmpd.1
! 30: run_ag= cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" \
! 31: autogen -L ../include --writable
! 32: std_def_list= $(top_srcdir)/include/autogen-version.def \
! 33: $(top_srcdir)/include/copyright.def \
! 34: $(top_srcdir)/include/homerc.def \
! 35: $(top_srcdir)/include/version.def
! 36:
! 37: $(srcdir)/ntpsnmpd-opts.h: $(srcdir)/ntpsnmpd-opts.c
! 38: @: do-nothing action to avoid default SCCS get, .h built with .c
! 39:
! 40: $(srcdir)/ntpsnmpd-opts.c: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
! 41: $(run_ag) ntpsnmpd-opts.def
! 42:
! 43: $(srcdir)/ntpsnmpd.1: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
! 44: $(run_ag) -Tagman1.tpl -bntpsnmpd ntpsnmpd-opts.def
! 45:
! 46: $(srcdir)/ntpsnmpd-opts.menu: $(srcdir)/ntpsnmpd-opts.texi
! 47: @: do-nothing action to avoid default SCCS get, .menu built with .texi
! 48:
! 49: $(srcdir)/ntpsnmpd-opts.texi: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
! 50: $(run_ag) -Taginfo.tpl -DLEVEL=section ntpsnmpd-opts.def
! 51: $(top_srcdir)/scripts/check--help $@
! 52:
! 53: include $(top_srcdir)/bincheck.mf
! 54: include $(top_srcdir)/depsver.mf
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>