1: # Generated automatically from Makefile.in by configure.
2: # Makefile for extras.
3: #
4: # Copyright © 1995,1998 by Jef Poskanzer <jef@mail.acme.com>.
5: # All rights reserved.
6: #
7: # Redistribution and use in source and binary forms, with or without
8: # modification, are permitted provided that the following conditions
9: # are met:
10: # 1. Redistributions of source code must retain the above copyright
11: # notice, this list of conditions and the following disclaimer.
12: # 2. Redistributions in binary form must reproduce the above copyright
13: # notice, this list of conditions and the following disclaimer in the
14: # documentation and/or other materials provided with the distribution.
15: #
16: # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17: # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18: # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19: # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20: # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21: # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22: # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23: # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24: # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25: # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26: # SUCH DAMAGE.
27:
28: prefix = /usr/local
29: exec_prefix = ${prefix}
30: BINDIR = ${exec_prefix}/sbin
31: WEBDIR = $(prefix)/www
32: CGIBINDIR = $(WEBDIR)/cgi-bin
33: MANDIR = /usr/local/man
34:
35: CC = cc
36: CCOPT = -O2 -pipe -fno-strict-aliasing
37: DEFS = -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_SYS_EVENT_H=1 -DHAVE_OSRELDATE_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_SETLOGIN=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_KQUEUE=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1
38: INCLS = -I..
39: CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
40: STATICFLAG = -static
41: LDFLAGS =
42: LIBS = -lcrypt
43: NETLIBS =
44: INSTALL = /usr/bin/install -c -o root -g wheel
45:
46: CLEANFILES = *.o makeweb thttpdpasswd
47:
48:
49:
50: .c.o:
51: @rm -f $@
52: $(CC) $(CFLAGS) -c $*.c
53:
54: all: makeweb thttpdpasswd
55:
56: makeweb: makeweb.o
57: $(CC) $(LDFLAGS) makeweb.o -o makeweb $(LIBS) $(NETLIBS)
58:
59: makeweb.o: makeweb.c ../config.h
60: $(CC) $(CFLAGS) -DWEBDIR=\"$(WEBDIR)\" -c makeweb.c
61:
62: thttpdpasswd: thttpdpasswd.o
63: $(CC) $(LDFLAGS) $(STATICFLAG) thttpdpasswd.o -o thttpdpasswd $(LIBS)
64:
65: thttpdpasswd.o: thttpdpasswd.c ../config.h
66: $(CC) $(CFLAGS) -DWEBDIR=\"$(WEBDIR)\" -c thttpdpasswd.c
67:
68:
69: install: all
70: rm -f $(BINDIR)/makeweb $(BINDIR)/thttpdpasswd $(BINDIR)/syslogtocern
71: cp makeweb $(BINDIR)/makeweb
72: chgrp $(WEBGROUP) $(BINDIR)/makeweb
73: chmod 2755 $(BINDIR)/makeweb
74: cp thttpdpasswd $(BINDIR)/thttpdpasswd
75: cp syslogtocern $(BINDIR)/syslogtocern
76: rm -f $(MANDIR)/man1/makeweb.1
77: cp makeweb.1 $(MANDIR)/man1/makeweb.1
78: rm -f $(MANDIR)/man1/thttpdpasswd.1
79: cp thttpdpasswd.1 $(MANDIR)/man1/thttpdpasswd.1
80: rm -f $(MANDIR)/man8/syslogtocern.8
81: cp syslogtocern.8 $(MANDIR)/man8/syslogtocern.8
82:
83: clean:
84: rm -f $(CLEANFILES)
85:
86: distclean:
87: rm -f $(CLEANFILES) Makefile
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>