Google

<pre>
<font color="#444444"># $Id: Makefile.in,v 1.5 2002/05/28 23:32:22 zarzycki Exp $</font>

<font color="2040a0">prefix=</font>@prefix@
<font color="2040a0">datadir=</font>@datadir@
<font color="2040a0">srcdir=</font>@srcdir@
<font color="2040a0">top_srcdir=</font>@top_srcdir@

<font color="2040a0">INSTALL=</font>@INSTALL@

<font color="2040a0">VPATH=</font>@srcdir@
<font color="8b2252">
<strong>all</strong>:</font>

<font color="#444444">#Ssh.bin:  Ssh.bin.uu</font>
<font color="#444444">#	uudecode Ssh.bin.uu</font>
<font color="8b2252">
<strong>clean</strong>:</font>
<font color="#444444">#	rm -rf Ssh.bin</font>
<font color="8b2252">
<strong>distprep</strong>:</font>
	uudecode Ssh.bin.uu
<font color="8b2252">
<strong>distclean</strong>:</font> clean
	rm -f Makefile *~
<font color="8b2252">
<strong>install</strong>:</font> <font color="2040a0">$(srcdir)</font>/Ssh.bin
	<font color="2040a0">$(top_srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(datadir)</font>
	<font color="2040a0">$(INSTALL)</font> -m 0644 <font color="2040a0">$(srcdir)</font>/Ssh.bin <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(datadir)</font>/Ssh.bin

</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