# COPYRIGHT
#
# This file is part of Mustajuuri.
#
# Author: Tommi Ilmonen, 1999-2000.
#
# Mustajuuri is licensed under GNU Lesser General Public License
# (LGPL). The LGPL text can be founs in file "LGPL" that is
# distributed with this source package. The Mustajuuri way to
# interpret LGPL can be found in file "MUSTAJUURI_LICENSE" that is
# distributed with the mustajuuri source code.  
#

#
# Programs
#

AR            = ar
CC            = gcc
CXX           = c++
INSTALL       = /etc/install
LD            = c++
PRINT         = pr
RANLIB        = ranlib
SHELL         = /bin/sh
TAR           = /p/bin/tar

# Red hat
TOUCHFUTURE   = touch -t 201001010101 $(DEPENDS)

# Debian:
# TOUCHFUTURE   = touch -t 010101012010 $(DEPENDS)

MOC           = /usr/bin/moc
MSG2QM        = /usr/bin/msg2qm

DOXYGEN         = /usr/bin/doxygen

QT            = -lqt
LEXLIB        = -lfl
THREAD        = -lpthread

ARFLAGS       = rcs
DEBUGFLAGS    = -O0 -g -fPIC -pipe
RELEASEFLAGS  = -O2 -felide-constructors  -ffast-math -fPIC -pipe

TARCRTFLAGS   = -c
TARAPDFLAGS   = -r
TARLINKFLAGS  =
TARCOPYFLAGS  = -h

#
# Boolean type
#

# TFLAGS	      =  -fno-implicit-templates 

#
# Warning options
#

WFLAGS	      = -Wall -Woverloaded-virtual

INCLUDES      =  -I/usr/include/X11 -I/usr/lib/qt-2.3.0/include

LIBDIRS       =  -L/usr/lib/qt-2.3.0/lib
