Google

<pre>
<font color="8b2252"><strong>all</strong>:</font>
	@echo &quot;Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2&quot;
<font color="8b2252">
<strong>gnome-ssh-askpass1</strong>:</font> gnome-ssh-askpass1.c
	<font color="2040a0">$(CC)</font> `gnome-config --cflags gnome gnomeui` <strong>\</strong>
		gnome-ssh-askpass1.c -o gnome-ssh-askpass1 <strong>\</strong>
		`gnome-config --libs gnome gnomeui`
<font color="8b2252">
<strong>gnome-ssh-askpass2</strong>:</font> gnome-ssh-askpass2.c
	<font color="2040a0">$(CC)</font> `pkg-config --cflags gtk+-2.0` <strong>\</strong>
		gnome-ssh-askpass2.c -o gnome-ssh-askpass2 <strong>\</strong>
		`pkg-config --libs gtk+-2.0`
<font color="8b2252">
<strong>clean</strong>:</font>
	rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass

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