Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ntp / libntp / Makefile.am
1 #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
2 AUTOMAKE_OPTIONS = ../util/ansi2knr
3 noinst_LIBRARIES = libntp.a
4 libntp_a_SOURCES = a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \
5         authencrypt.c authkeys.c authparity.c authreadkeys.c authusekey.c \
6         buftvtots.c caljulian.c calleapwhen.c caltontp.c calyearstart.c \
7         clocktime.c clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c \
8         emalloc.c findconfig.c fptoa.c fptoms.c getopt.c hextoint.c \
9         hextolfp.c humandate.c inttoa.c lib_strbuf.c machines.c md5c.c \
10         memmove.c mfptoa.c mfptoms.c modetoa.c mstolfp.c msutotsf.c \
11         msyslog.c netof.c numtoa.c numtohost.c octtoint.c prettydate.c \
12         ranny.c refnumtoa.c statestr.c syssignal.c systime.c tsftomsu.c \
13         tstotv.c tvtoa.c tvtots.c uglydate.c uinttoa.c utvtoa.c ymd2yd.c \
14         mfp_mul.c binio.c ieee754io.c gpstolfp.c recvbuff.c iosignal.c \
15         icom.c audio.c
16 EXTRA_libntp_a_SOURCES = adjtimex.c log.c mktime.c random.c snprintf.c \
17         strdup.c strerror.c
18 libntp_a_LIBADD = @LIBOBJS@
19 libntp_a_DEPENDENCIES = @LIBOBJS@
20 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
21 ETAGS_ARGS = Makefile.am
22
23 noinst_HEADERS = lib_strbuf.h log.h
24
25 ../include/des.h:
26         touch ../include/des.h
27
28 EXTRA_DIST = README
29
30 #mktime_.c: mktime.c $(ANSI2KNR)
31 #       $(ANSI2KNR) $< mktime_.c
32
33 #strerror_.c: strerror.c $(ANSI2KNR)
34 #       $(ANSI2KNR) $< strerror_.c