# Generated automatically from Makefile.in by configure.
# Makefile.in - timsieved makefile
# $Id: Makefile.in,v 1.18 2002/01/15 21:09:33 ken3 Exp $
# Generated automatically from Makefile.in by configure.
# 
# Copyright (c) 1998-2000 Carnegie Mellon University.  All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer. 
#
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in
#    the documentation and/or other materials provided with the
#    distribution.
#
# 3. The name "Carnegie Mellon University" must not be used to
#    endorse or promote products derived from this software without
#    prior written permission. For permission or any other legal
#    details, please contact  
#      Office of Technology Transfer
#      Carnegie Mellon University
#      5000 Forbes Avenue
#      Pittsburgh, PA  15213-3890
#      (412) 268-4387, fax: (412) 268-7395
#      tech-transfer@andrew.cmu.edu
#
# 4. Redistributions of any form whatsoever must retain the following
#    acknowledgment:
#    "This product includes software developed by Computing Services
#     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
#
# CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
# FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

srcdir = .

CC = gcc
RANLIB = ranlib

INSTALL = /usr/athena/bin/install -c
CYRUS_USER=cyrus
CYRUS_GROUP=mail

DEFS = -DHAVE_CONFIG_H 
CPPFLAGS = -I. -I.. -I../sieve/ -I$(srcdir) -I$(srcdir)/../sieve -I$(srcdir)/../imap -I$(srcdir)/../acap -I$(srcdir)/../lib -I/usr/athena/include -I/usr/athena/include/db3  -I/usr/local/include -I/usr/athena/include/kerberosIV -I/usr/athena/include 
CFLAGS = -Wall -g -O2
LDFLAGS = -L/usr/athena/lib -R/usr/athena/lib -L/usr/athena/lib -L/usr/local/lib -R/usr/local/lib  -L/usr/athena/lib -L/usr/athena/lib

prefix = /usr/local
exec_prefix = ${prefix}
cyrus_prefix = /usr/local

MAKEDEPEND = makedepend

TIMSIEVED_LIBS = @TIMSIEVED_LIBS@

SERVICE=../master/service.o

IMAP_LIBS =  -lsasl2 -lrt -ldl -ldes425 -lkrb4 -lresolv -lfl  -ldb-3.1  -lssl -lcrypto -lresolv -lsocket -lnsl 
IMAP_COM_ERR_LIBS = /usr/athena/lib/libcom_err.a
LIB_WRAP = -lwrap -lnsl
LIBS = $(IMAP_COM_ERR_LIBS)
DEPLIBS=../sieve/libsieve.a ../imap/libimap.a ../acap/libacap.a ../lib/libcyrus.a 

PURIFY=/usr/local/bin/purify
PUREOPT=-best-effort

all: timsieved

install:
	$(INSTALL) -m 755 timsieved $(DESTDIR)$(cyrus_prefix)/bin

OBJS= actions.o lex.o mystring.o scripttest.o timsieved.o parser.o \
	../imap/tls.o

timsieved: $(OBJS) $(SERVICE)
	$(CC) $(LDFLAGS) -o timsieved \
	 $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)

timsieved.pure: $(OBJS) $(SERVICE)
	$(PURIFY) $(PUREOPT) \
	$(CC) $(LDFLAGS) -o timsieved.pure \
	 $(SERVICE) $(OBJS) $(DEPLIBS) $(IMAP_LIBS) $(LIBS) $(LIB_WRAP)

clean:
	rm -f *.o *.a Makefile.bak makedepend.log

distclean: clean
	rm -f Makefile timsieved

depend:
	${MAKEDEPEND} $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) *.c $(srcdir)/*.c 1>makedepend.log 2>&1

.c.o:
	$(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) \
	$<

# DO NOT DELETE THIS LINE -- make depend depends on it.
