Page MenuHomePhorge

Makefile.in
No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None

Makefile.in

# Makefile.in - installsieve makefile
# @configure_input@
################################################################
# Copyright 1998 by Carnegie Mellon University
#
# All Rights Reserved
#
#Permission to use, copy, modify, and distribute this software and its
#documentation for any purpose and without fee is hereby granted,
#provided that the above copyright notice appear in all copies and that
#both that copyright notice and this permission notice appear in
#supporting documentation, and that the name of Carnegie Mellon University
#not be used in advertising or publicity pertaining to distribution of the
#software without specific, written prior permission.
#
#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 = @srcdir@
VPATH = @srcdir@
CC = @CC@
DEFS = @DEFS@
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap @CPPFLAGS@ @SASLFLAGS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
MAKEDEPEND = @MAKEDEPEND@
IMAP_LIBS = @IMAP_LIBS@
LIBS =
DEPLIBS= ../lib/libcyrus.a @DEPLIBS@
prefix = @prefix@
exec_prefix = @exec_prefix@
cyrus_prefix = @cyrus_prefix@
all: installsieve
install:
$(INSTALL) -s -m 755 installsieve $(DESTDIR)$(exec_prefix)/bin
OBJS=installscript.o lex.o mystring.o request.o
installsieve: $(OBJS) $(DEPLIBS)
$(CC) $(LDFLAGS) -o installsieve $(OBJS) $(DEPLIBS) $(IMAP_LIBS)
clean:
rm -f *.o *.a Makefile.bak makedepend.log
distclean: clean
rm -f Makefile installsieve
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.

File Metadata

Mime Type
text/x-makefile
Expires
Fri, Apr 24, 10:30 AM (4 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18896514
Default Alt Text
Makefile.in (2 KB)

Event Timeline