blob: 9bdb95ffb4d6b05b16494fdb55746aae4b866d9c [file] [log] [blame]
Damien Miller50f61232002-09-30 10:40:39 +10001all:
2 @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
3
4gnome-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
9gnome-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
14gnome-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
19clean:
20 rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass