Annotation of embedaddon/dhcp/common/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'
                      2: 
                      3: noinst_LIBRARIES = libdhcp.a
                      4: libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
                      5:                    dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c \
                      6:                    icmp.c inet.c lpf.c memory.c nit.c options.c packet.c \
                      7:                    parse.c print.c raw.c resolv.c socket.c tables.c tr.c \
                      8:                    tree.c upf.c heap.c
                      9: man_MANS = dhcp-eval.5 dhcp-options.5
                     10: EXTRA_DIST = $(man_MANS)
                     11: 
1.1.1.1 ! misho      12: # We want to build this directory first, before descending into tests subdir.
        !            13: # The reason is that ideally the tests should link existing objects from this
        !            14: # directory. That eliminates any discrepancies between tested code and
        !            15: # production code. Sadly, we are not there yet.
        !            16: SUBDIRS = . tests

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