Annotation of embedaddon/ntp/ntpdate/Makefile.am, revision 1.1

1.1     ! misho       1: NULL=
        !             2: AUTOMAKE_OPTIONS=
        !             3: 
        !             4: BUILT_SOURCES=
        !             5: CLEANFILES=
        !             6: 
        !             7: if NTP_BINSUBDIR_IS_BIN
        !             8: bin_PROGRAMS=  ntpdate
        !             9: else
        !            10: sbin_PROGRAMS= ntpdate
        !            11: endif
        !            12: 
        !            13: EXTRA_PROGRAMS=        ntptimeset
        !            14: 
        !            15: ntptimeset_SOURCES=    ntptimeset.c ntptime_config.c
        !            16: 
        !            17: AM_CPPFLAGS= -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
        !            18:        -I$(top_srcdir)/lib/isc/nothreads/include \
        !            19:        -I$(top_srcdir)/lib/isc/unix/include
        !            20: 
        !            21: # LDADD might need RESLIB and ADJLIB
        !            22: LDADD=         version.o ../libntp/libntp.a
        !            23: ntpdate_LDADD= $(LDADD) @LCRYPTO@
        !            24: DISTCLEANFILES=        .version version.c stamp-v
        !            25: noinst_HEADERS=        ntpdate.h
        !            26: ETAGS_ARGS=    Makefile.am
        !            27: 
        !            28: $(PROGRAMS): $(LDADD)
        !            29: 
        !            30: ../libntp/libntp.a:
        !            31:        cd ../libntp && $(MAKE)
        !            32: 
        !            33: $(top_srcdir)/version :
        !            34:        cd $(top_srcdir) && $(MAKE) version
        !            35: 
        !            36: version.o: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
        !            37:        env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdate
        !            38:        $(COMPILE) -c version.c
        !            39: 
        !            40: include $(top_srcdir)/bincheck.mf
        !            41: include $(top_srcdir)/depsver.mf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>