File: Makefile.config

package info (click to toggle)
htdig 1%3A3.2.0b6-12
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 14,996 kB
  • ctags: 9,373
  • sloc: ansic: 49,626; cpp: 46,470; sh: 20,694; xml: 4,180; perl: 2,543; makefile: 887; php: 79; asm: 14
file content (31 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##
## This file is part of ht://Dig
##
## Copyright (c) 1995-2004 The ht://Dig Group
## For copyright details, see the file COPYING in your distribution
## or the GNU Library General Public License version 2 or later
## <http://www.gnu.org/copyleft/lgpl.html>

#
# To compile with profiling do the following:
#
# make CFLAGS=-g CXXFLAGS=-g PROFILING=-p all
#

AUTOMAKE_OPTIONS = foreign no-dependencies

INCLUDES=	-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
		-I$(top_srcdir)/include -I$(top_srcdir)/htlib \
		-I$(top_srcdir)/htnet -I$(top_srcdir)/htcommon \
		-I$(top_srcdir)/htword \
		-I$(top_srcdir)/db -I$(top_builddir)/db \
		$(LOCAL_DEFINES) $(PROFILING)

HTLIBS=		$(top_builddir)/htnet/libhtnet.la \
		$(top_builddir)/htcommon/libcommon.la \
		$(top_builddir)/htword/libhtword.la \
		$(top_builddir)/htlib/libht.la \
		$(top_builddir)/htcommon/libcommon.la \
		$(top_builddir)/htword/libhtword.la \
		$(top_builddir)/db/libhtdb.la \
		$(top_builddir)/htlib/libht.la