]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/contrib/Makefile
This commit was generated by cvs2svn to compensate for changes in r133211,
[FreeBSD/FreeBSD.git] / crypto / openssh / contrib / Makefile
1 all:
2         @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
3
4 gnome-ssh-askpass1: gnome-ssh-askpass1.c
5         $(CC) `gnome-config --cflags gnome gnomeui` \
6                 gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
7                 `gnome-config --libs gnome gnomeui`
8
9 gnome-ssh-askpass2: gnome-ssh-askpass2.c
10         $(CC) `pkg-config --cflags gtk+-2.0` \
11                 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
12                 `pkg-config --libs gtk+-2.0`
13
14 clean:
15         rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass