Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824183
Makefile.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
4 KB
Referenced Files
None
Subscribers
None
Makefile.in
View Options
# Top-level Makefile for cyrus software
# $Id: Makefile.in,v 1.34 2000/05/23 20:51:39 robeson Exp $
#
# @configure_input@
#
# 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.
#
SUBDIRS = man @PRE_SUBDIRS@ acap lib @SERVER_SUBDIRS@ \
imtest @SNMP_SUBDIRS@ @EXTRA_SUBDIRS@
srcdir = @srcdir@
VPATH = @srcdir@
INSTALL = @INSTALL@
SHELL = /bin/sh
@SET_MAKE@
prefix = @prefix@
exec_prefix = @exec_prefix@
cyrus_prefix = @cyrus_prefix@
all:: checkdepend
@for d in $(SUBDIRS); \
do \
(cd $$d; echo "### Making" all "in" `pwd`; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
done
install::
$(srcdir)/install-sh -d ${DESTDIR}$(exec_prefix)/bin
$(srcdir)/install-sh -d ${DESTDIR}$(exec_prefix)/lib
$(srcdir)/install-sh -d ${DESTDIR}$(prefix)/include/cyrus
$(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man1
$(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man3
$(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man5
$(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man8
@for d in $(SUBDIRS); \
do \
(cd $$d; echo "### Making" install "in" `pwd`; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) install) || exit 1; \
done
clean::
@-for d in $(SUBDIRS); \
do \
(cd $$d; echo "### Making" clean "in" `pwd`; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) clean ; \
echo "### Done with" `pwd`); \
done
distclean::
@-for d in $(SUBDIRS); \
do \
(cd $$d; echo "### Making" clean "in" `pwd`; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) distclean ; \
echo "### Done with" `pwd`); \
done
rm -f Makefile Makefile.bak \
config.status config.log config.cache config.h
depend::
@for d in $(SUBDIRS); \
do \
(cd $$d; echo "### Making" depend "in" `pwd`; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) depend) || exit 1; \
done
Makefile: Makefile.in config.status
$(SHELL) config.status
config.status: configure
$(SHELL) config.status --recheck
configure: configure.in
cd $(srcdir); rm -f config.cache; autoconf
checkdepend::
depend::
echo '/^# DO NOT DELETE THIS LINE/+2,$$d' >eddep
echo 'w' >>eddep
cp Makefile Makefile.bak
ed -s Makefile < eddep
rm eddep
echo '' >> Makefile
echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile
echo '# see make depend above' >> Makefile
# DO NOT DELETE THIS LINE -- make depend uses it
# The following rule ensures that "make depend" gets run at least
# once before a "make all". The "depend" rule above removes
# this rule from the Makefile the first time the "make depend"
# has been run after the Makefile is generated by Configure
checkdepend:: depend
# IF YOU PUT STUFF HERE IT WILL GO AWAY
# see make depend above
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Fri, Apr 24, 10:18 AM (5 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18767367
Default Alt Text
Makefile.in (4 KB)
Attached To
Mode
R111 cyrus-imapd
Attached
Detach File
Event Timeline