# top level Makefile for qdtabular
# by Dimitri van Heesch

# the make program to use
MAKE     = make

# the name of the library without prefixes and suffixes
LIBNAME  = qdbttabular

# library's major version number
MAJVER   = 0

# library's minor version number
MINVER   = 31

# the location of the GNU install command
INSTALLCMD = /usr/bin/install -c

# installation directory of the library
INSTALL_LIB = /usr/local/lib

# installation directory of the include files
INSTALL_INC = /usr/local/include

# the location of the Qt distribution
#QTDIR       = /usr/local/qt

# the location of the Qt documentation
# for local reference
QTDOCS      = $(QTDIR)/html
# for online reference
#QTDOCS      = http://www.troll.no/qt

# tar program to use

TAR = tar

# shell to use
SHELL       = /bin/sh
