]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - crypto/openssh/contrib/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / crypto / openssh / contrib / Makefile
1 PKG_CONFIG = pkg-config
2
3 all:
4         @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
5
6 gnome-ssh-askpass1: gnome-ssh-askpass1.c
7         $(CC) `gnome-config --cflags gnome gnomeui` \
8                 gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
9                 `gnome-config --libs gnome gnomeui`
10
11 gnome-ssh-askpass2: gnome-ssh-askpass2.c
12         $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \
13                 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
14                 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
15
16 clean:
17         rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass