Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/syslog/Makefile.in b/syslog/Makefile.in
index 74f0c122e..5e8fa772b 100644
--- a/syslog/Makefile.in
+++ b/syslog/Makefile.in
@@ -1,69 +1,69 @@
# Makefile for syslog replacement
#
# @configure_input@
#
# (C) Copyright 1994 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 CMU not be
# used in advertising or publicity pertaining to distribution of the
# software without specific, written prior permission.
#
# CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
# CMU 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@
INSTALL = @INSTALL@
RANLIB = @RANLIB@
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
SHELL = /bin/sh
all: libsyslog.a syslogd
install:
+ @echo "Install syslogd and syslog.conf as appropriate"
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) $<
libsyslog.a: syslog.o
ar cr libsyslog.a syslog.o
$(RANLIB) libsyslog.a
syslogd: syslogd.o
$(CC) $(LDFLAGS) -o syslogd syslogd.o $(LIBS)
- @echo "Install syslogd and syslog.conf as appropriate"
clean:
rm -f *.o *.a Makefile.bak
distclean: clean
rm -f Makefile
depend:
makedepend $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) *.c $(srcdir)/*.c
# DO NOT DELETE THIS LINE -- make depend depends on it.

File Metadata

Mime Type
text/x-diff
Expires
Fri, Apr 24, 1:01 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18889444
Default Alt Text
(2 KB)

Event Timeline