# Generated automatically from Makefile.in by configure.
# qddb/Notes/Makefile.in
# 
# Copyright (C) 1993, 1994 Herrin Software Development, Inc.
# All rights reserved.
# 
# This file is part of Qddb.
# 
# Qddb is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License Version 2
# as published by the Free Software Foundation.
# 
# Qddb is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with Qddb; see the file LICENSE.  If not, write to:
# 
# 	Herrin Software Development, Inc. 
# 	R&D Division
# 	41 South Highland Ave. 
# 	Prestonsburg, KY 41653 
# 


srcdir    = ..
CC        = gcc
INSTALL   = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA    = ${INSTALL} -m 644



DEFS	  = -DHAVE_CONFIG_H
LIBS	  = 

CFLAGS	  = -O3 -m486 -Wall -Wconversion
LDFLAGS	  = -g

prefix 	    = /usr/local/qddb
exec_prefix = $(prefix)
bindir	    = ${prefix}/bin
libdir	    = ${prefix)/lib

SRCS= BUGS BUG_HUNTERS Release TODO

all:

Makefile: Makefile.in ${srcdir}/config.status
	-(cd ${srcdir}; ${SHELL} ./config.status)

checkin: Makefile
	for i in ${SRCS} Makefile.in; do \
		${srcdir}/checkin.sh ${srcdir} $$i; \
	done

clean:
	-rm -f *.o core core.* *\~ ${EXECS}

mostlyclean: clean

distclean: clean
	-rm -f Makefile
