File: Makefile.config

package info (click to toggle)
htcheck 1%3A1.2.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,836 kB
  • ctags: 2,885
  • sloc: cpp: 14,380; sh: 7,363; php: 3,089; ansic: 1,068; makefile: 303
file content (26 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (2)
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
##
## Makefile.config
## Copyright (c) 1999-2000 Comune di Prato - Prato - Italy
## Some Portions Copyright (c) 1995-2000 The ht://Dig Group <www.htdig.org>
## Author: Gabriele Bartolini - Prato - Italy <angusgb@users.sourceforge.net>
## $Id: Makefile.config,v 1.6 2003/06/20 16:47:28 mnencia Exp $
##
## This file is part of ht://Check
##


AUTOMAKE_OPTIONS = foreign no-dependencies

INCLUDES= -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
	  -I$(top_srcdir)/include \
	  -I$(top_srcdir)/htlib -I$(top_srcdir)/htcommon \
	  -I$(top_srcdir)/htmysql -I$(top_srcdir)/htnet \
	  -I$(top_srcdir)/htparsing -I$(top_srcdir)/htcheck \
	  $(LOCAL_DEFINES) \
	  -Wall

HTLIBS= $(top_builddir)/htmysql/libhtmysql.la \
        $(top_builddir)/htcommon/libcommon.la \
        $(top_builddir)/htlib/libht.la \
        $(top_builddir)/htnet/libhtnet.la \
        $(top_builddir)/htparsing/libhtparsing.la