# 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            = cc -n32
CXX           = CC -n32
INSTALL       = /etc/install
LD            = CC -n32
PRINT         = pr
RANLIB        = :
SHELL         = /bin/sh
TAR           = /p/bin/tar

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

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

MOC           = /p/appl/qt/current/bin/moc
MSG2QM        = /u/home/tilmonen/bin/msg2qm

DOXYGEN         = /p/bin/doxygen

QT            = -lqt-mt
LEXLIB        = -ll
THREAD        = -lpthread

STDLANG       = -LANG:std

ARFLAGS       = rcs
DEBUGFLAGS    = -O0 -mips4 -r10000 -g $(STDLANG)
RELEASEFLAGS  = -O2 -mips4 -r10000 $(STDLANG)

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

#
# Boolean type
#

# TFLAGS	      =  -fno-implicit-templates 
TFLAGS	      =  -ptused -prelink

#
# Warning options
#

WFLAGS	      = -fullwarn -woff 1375,1468,1209,1424

INCLUDES      =  -I/usr/include/X11 -I$(QTDIR)/include

LIBDIRS       =  -L/usr/local/projects/tilmonen/local/IRIX/qt-current/lib
