#
#
#
#  Before Compiling, make sure MSQLDIR points to the home dir
#  of your mSQL library and header files.
#
#
#

MSQLDIR		=/usr/local/Minerva


#--------------------------------------------------------------#
#-    Should be nothing below here that needs to be edited    -#
#--------------------------------------------------------------#


all:		masqtool masqd

world:		masqtool masqd install

masqtool:
		(cd src/masqtool;make MSQLDIR=$(MSQLDIR))

masqd:
		(cd src/masqd;make MSQLDIR=$(MSQLDIR))

install:
		install -m 750 -o root -g root bin/masqtool /sbin
		install -m 750 -o root -g root bin/masqd /sbin
