Google

<pre>
<font color="#444444"># $Id: Makefile.in,v 1.2 2004/02/27 23:27:25 nicolai Exp $</font>

<font color="2040a0">sysconfdir=</font>@sysconfdir@
<font color="2040a0">piddir=</font>@piddir@
<font color="2040a0">srcdir=</font>@srcdir@
<font color="2040a0">top_srcdir=</font>@top_srcdir@

<font color="2040a0">VPATH=</font>@srcdir@
<font color="2040a0">CC=</font>@CC@
<font color="2040a0">LD=</font>@LD@
<font color="2040a0">CFLAGS=</font>@CFLAGS@
<font color="2040a0">CPPFLAGS=</font>-I. -I.. -I<font color="2040a0">$(srcdir)</font> -I<font color="2040a0">$(srcdir)</font>/.. @CPPFLAGS@ @DEFS@
<font color="2040a0">LIBS=</font>@LIBS@
<font color="2040a0">AR=</font>@AR@
<font color="2040a0">RANLIB=</font>@RANLIB@
<font color="2040a0">INSTALL=</font>@INSTALL@
<font color="2040a0">LDFLAGS=</font>-L. @LDFLAGS@

<font color="2040a0">OPENBSD=</font>base64.o basename.o bindresvport.o daemon.o dirname.o <strong>\</strong>
	getcwd.o getgrouplist.o getopt.o glob.o <strong>\</strong>
	inet_aton.o inet_ntoa.o inet_ntop.o <strong>\</strong>
	mktemp.o readpassphrase.o realpath.o rresvport.o <strong>\</strong>
	setenv.o setproctitle.o sigact.o <strong>\</strong>
	strlcat.o strlcpy.o strmode.o strsep.o <strong>\</strong>
	vis.o

<font color="2040a0">COMPAT=</font>bsd-arc4random.o <strong>\</strong>
	bsd-cray.o <strong>\</strong>
	bsd-cygwin_util.o <strong>\</strong>
	bsd-nextstep.o <strong>\</strong>
	bsd-solaris.o <strong>\</strong>
	bsd-getpeereid.o bsd-misc.o bsd-snprintf.o bsd-waitpid.o <strong>\</strong>
	fake-getaddrinfo.o fake-getnameinfo.o <strong>\</strong>
	xmmap.o

<font color="2040a0">PORTS=</font>port-irix.o port-aix.o
<font color="8b2252">
<strong>.c.o</strong>:</font>
	<font color="2040a0">$(CC)</font> <font color="2040a0">$(CFLAGS)</font> <font color="2040a0">$(CPPFLAGS)</font> -c <font color="4080ff">$&lt;</font>
<font color="8b2252">
<strong>all</strong>:</font> libopenbsd-compat.a
<font color="8b2252">
<strong>$(COMPAT)</strong>:</font> ../config.h
<font color="8b2252"><strong>$(OPENBSD)</strong>:</font> ../config.h
<font color="8b2252"><strong>$(PORTS)</strong>:</font> ../config.h
<font color="8b2252">
<strong>libopenbsd-compat.a</strong>:</font>  <font color="2040a0">$(COMPAT)</font> <font color="2040a0">$(OPENBSD)</font> <font color="2040a0">$(PORTS)</font>
	<font color="2040a0">$(AR)</font> rv <font color="4080ff">$@</font> <font color="2040a0">$(COMPAT)</font> <font color="2040a0">$(OPENBSD)</font> <font color="2040a0">$(PORTS)</font>
	<font color="2040a0">$(RANLIB)</font> <font color="4080ff">$@</font>
<font color="8b2252">
<strong>clean</strong>:</font>
	rm -f *.o *.a core 
<font color="8b2252">
<strong>distclean</strong>:</font> clean
	rm -f Makefile *~

</pre>
<hr>
syntax highlighted by <a href="http://www.palfrader.org/code2html">Code2HTML</a>, v. 0.9.1


syntax highlighted by Code2HTML, v. 0.9.1