]> andersk Git - openssh.git/blob - contrib/Makefile
- (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak README
[openssh.git] / contrib / Makefile
1 all:
2         @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
3
4 gnome-ssh-askpass2: gnome-ssh-askpass2.c
5         $(CC) `pkg-config --cflags gtk+-2.0` \
6                 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
7                 `pkg-config --libs gtk+-2.0`
8
9 gnome-ssh-askpass1: gnome-ssh-askpass1.c
10         $(CC) `gnome-config --cflags gnome gnomeui` \
11                 gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
12                 `gnome-config --libs gnome gnomeui`
13
14 gnome-ssh-askpass2: gnome-ssh-askpass2.c
15         $(CC) `pkg-config --cflags gtk+-2.0` \
16                 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
17                 `pkg-config --libs gtk+-2.0`
18
19 clean:
20         rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
This page took 0.07304 seconds and 5 git commands to generate.