Codebase list pktanon / run/e964601c-a901-489a-8af7-d98813da5d4e/main include.mk
run/e964601c-a901-489a-8af7-d98813da5d4e/main

Tree @run/e964601c-a901-489a-8af7-d98813da5d4e/main (Download .tar.gz)

include.mk @run/e964601c-a901-489a-8af7-d98813da5d4e/mainraw · history · blame

AUTOMAKE_OPTIONS = subdir-objects

AM_CPPFLAGS = -O2  -pipe -Werror=return-type -I$(top_srcdir)/include 
LDADD = $(libnettle_LIBS) $(libhogweed_LIBS) $(xerces_LIBS) 

# debug version:
AM_CPPFLAGS += -g 
AM_LDFLAGS = -g 
# AM_CPPFLAGS += -DNOXMLCONFIG -DTRACE_ENABLED
AM_CPPFLAGS += -DTRACE_ENABLED

if USE_LIBPCAP
AM_CPPFLAGS += -DHAVE_LIBPCAP
LDADD += -lpcap
endif