#
# Part of the ht://Dig package
# Copyright (c) 1999, 2000, 2001 The ht://Dig Group
# For copyright details, see the file COPYING in your distribution
# or the GNU General Public License version 2 or later
#
#
##
## Makefile.config
##
#
# To compile with no optimization and debugging do the following:
#
# make CXXFLAGS='-g -fno-exceptions -fno-rtti -Wall' clean all
#
# To compile with profiling do the following:
#
# make CXXFLAGS='-g -fno-exceptions -fno-rtti' PROFILING=-p clean all
#
INCLUDES= -DCONFIG_FILE=\"${sysconfdir}/mifluz.conf\" \
-I$(top_srcdir)/mifluz \
-I$(top_builddir)/db \
-I$(top_srcdir)/db \
-I$(top_srcdir)/clib \
-I$(top_srcdir) \
-DNOSTREAM \
$(LOCAL_DEFINES) $(PROFILING)
MIFLUZLIBS= $(top_builddir)/mifluz/libmifluz.la