Files
openflow/Make.vars
T
2008-03-13 15:17:45 -07:00

17 lines
304 B
Makefile

# -*- makefile -*-
AM_CPPFLAGS = $(SSL_CFLAGS)
LIBS = $(SSL_LIBS)
COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
if NDEBUG
COMMON_FLAGS += -DNDEBUG -fomit-frame-pointer
endif
AM_CFLAGS = $(COMMON_FLAGS)
AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
if !NDEBUG
AM_LDFLAGS = -export-dynamic
endif