~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to libntp/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-10-11 16:10:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011161027-icyjbji8ujym633o
Tags: 1:4.2.0a-10ubuntu2
Use ntp.ubuntulinux.org instead of pool.ntp.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
2
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
 
3
noinst_LIBRARIES = libntp.a @MAKE_LIBNTPSIM@
 
4
EXTRA_LIBRARIES = libntpsim.a
 
5
libntp_a_SRCS = a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \
 
6
        audio.c authkeys.c authreadkeys.c authusekey.c binio.c buftvtots.c \
 
7
        caljulian.c calleapwhen.c caltontp.c calyearstart.c clocktime.c \
 
8
        clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c emalloc.c \
 
9
        findconfig.c fptoa.c fptoms.c getopt.c gpstolfp.c hextoint.c \
 
10
        hextolfp.c humandate.c icom.c ieee754io.c inttoa.c iosignal.c \
 
11
        lib_strbuf.c machines.c md5c.c memmove.c mfp_mul.c mfptoa.c \
 
12
        mfptoms.c mktime.c modetoa.c mstolfp.c msutotsf.c msyslog.c netof.c \
 
13
        ntp_rfc2553.c numtoa.c numtohost.c octtoint.c prettydate.c \
 
14
        ranny.c recvbuff.c refnumtoa.c snprintf.c socktoa.c socktohost.c \
 
15
        statestr.c strdup.c strerror.c strstr.c \
 
16
        syssignal.c tsftomsu.c tstotv.c tvtoa.c tvtots.c \
 
17
        uglydate.c uinttoa.c utvtoa.c ymd2yd.c \
 
18
        $(srcdir)/../libisc/assertions.c $(srcdir)/../libisc/error.c \
 
19
        $(srcdir)/../libisc/interfaceiter.c $(srcdir)/../libisc/lib.c \
 
20
        $(srcdir)/../libisc/mem.c $(srcdir)/../libisc/msgcat.c \
 
21
        $(srcdir)/../libisc/net.c $(srcdir)/../libisc/isc_strerror.c \
 
22
        $(srcdir)/../libisc/inet_ntop.c
 
23
libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
 
24
libntpsim_a_SOURCES = systime_s.c $(libntp_a_SRCS)
 
25
EXTRA_libntp_a_SOURCES = adjtimex.c log.c random.c
 
26
INCLUDES = -I$(top_srcdir)/include -I../include
21
27
ETAGS_ARGS = Makefile.am
22
28
 
23
29
noinst_HEADERS = lib_strbuf.h log.h
27
33
 
28
34
EXTRA_DIST = README
29
35
 
30
 
#mktime_.c: mktime.c $(ANSI2KNR)
31
 
#       $(ANSI2KNR) $< mktime_.c
32
 
 
33
 
#strerror_.c: strerror.c $(ANSI2KNR)
34
 
#       $(ANSI2KNR) $< strerror_.c