[cvs] / netsukuku / src / Makefile.am Repository:
ViewVC logotype

View of /netsukuku/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.39 - (download) (annotate)
Tue Jan 2 11:14:40 2007 UTC (3 years, 8 months ago) by alpt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -2 lines
* rem.c:
        rtt32_t rem_rtt_8to32(rtt8_t x)
        rtt8_t rem_rtt_32to8(rtt32_t y)
        bw32_t rem_bw_8to32(bw8_t x)
        bw8_t rem_bw_32to8(bw32_t y)

* bandwidth_in_8bit() deprecated

* CITE.h added
    1 SUBDIRS = man scripts conf modules
    2 
    3 AM_CFLAGS= -g -I. @debug_flags@ -I@gmp@
    4 AM_CXXFLAGS = -g -I. @debug_flags@ -I@gmp@
    5 
    6 bin_PROGRAMS = ntkd ntk-resolv
    7 ntkd_SOURCES = map.c misc.c buffer.c hash.c pkts.c qspn.c            \
    8   xargz.c request.c opt.c rand.c module.c event.c        \
    9   radar.c gmap.c hook.c rehook.c if.c inet.c ipv6-gmp.c        \
   10   krnl_route.c andna.c snsd_cache.c andna_cache.c err_errno.c  \
   11   andns.c andns_lib.c dnslib.c andns_net.c andns_snsd.c      \
   12   bmap.c  conf.c crypto.c daemon.c dns_wrapper.c endianness.c  \
   13   krnl_rule.c iptunnel.c libnetlink.c ll_map.c llist.c log.c   \
   14   route.c tracer.c igs.c libping.c xmalloc.c netsukuku.c       \
   15   mark.c libiptc/libip4tc.c rem.c
   16 ntkd_LDADD = -lpthread -lgmp -lcrypto -lresolv -lz -lm
   17 ntkd_LDFLAGS = -rdynamic
   18 
   19 ntk_resolv_SOURCES = andns_lib.c ntkresolv.c andns_net.c crypto.c    \
   20       snsd_cache.c inet.c ll_map.c libnetlink.c log.c    \
   21       xmalloc.c endianness.c misc.c err_errno.c buffer.c rand.c
   22 ntk_resolv_LDADD = -lz -lcrypto

alpt (at) freaknet (dot) org
ViewVC Help
Powered by ViewVC 1.1-dev