head	1.2;
access;
symbols
	RELENG_9:1.2.0.2
	RELENG_5_5_0_RELEASE:1.1.1.1
	RELENG_5_5:1.1.1.1.0.8
	RELENG_5_5_BP:1.1.1.1
	RELENG_5_4_0_RELEASE:1.1.1.1
	RELENG_5_4:1.1.1.1.0.6
	RELENG_5_4_BP:1.1.1.1
	RELENG_5_3_0_RELEASE:1.1.1.1
	RELENG_5_3:1.1.1.1.0.4
	RELENG_5_3_BP:1.1.1.1
	RELENG_5:1.1.1.1.0.2
	RELENG_5_BP:1.1.1.1
	OpenSSH_3_8_1p1:1.1.1.1
	OPENSSH:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2004.10.28.16.11.29;	author des;	state dead;
branches
	1.2.2.1;
next	1.1;

1.1
date	2004.04.20.09.35.03;	author des;	state Exp;
branches
	1.1.1.1;
next	;

1.2.2.1
date	2004.10.28.16.11.29;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2014.03.31.15.01.51;	author svnexp;	state Exp;
branches;
next	;

1.1.1.1
date	2004.04.20.09.35.03;	author des;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2006.10.02.13.29.39;	author des;	state dead;
branches;
next	;


desc
@@


1.2
log
@Resolve conflicts
@
text
@all:
	@@echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"

gnome-ssh-askpass1: gnome-ssh-askpass1.c
	$(CC) `gnome-config --cflags gnome gnomeui` \
		gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
		`gnome-config --libs gnome gnomeui`

gnome-ssh-askpass2: gnome-ssh-askpass2.c
	$(CC) `pkg-config --cflags gtk+-2.0` \
		gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
		`pkg-config --libs gtk+-2.0`

clean:
	rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
@


1.2.2.1
log
@file Makefile was added on branch RELENG_9 on 2014-03-31 15:01:51 +0000
@
text
@d1 15
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263970
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 17
PKG_CONFIG = pkg-config

all:
	@@echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"

gnome-ssh-askpass1: gnome-ssh-askpass1.c
	$(CC) `gnome-config --cflags gnome gnomeui` \
		gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
		`gnome-config --libs gnome gnomeui`

gnome-ssh-askpass2: gnome-ssh-askpass2.c
	$(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \
		gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
		`$(PKG_CONFIG) --libs gtk+-2.0 x11`

clean:
	rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Vendor import of OpenSSH 3.8.1p1.
@
text
@@


1.1.1.2
log
@Dead files.
@
text
@@

