blob: 8b34eb221ceb1f73e4f9fb0791706a17a2c8f819 [file] [log] [blame]
Damien Miller50f61232002-09-30 10:40:39 +10001all:
2 @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
3
Damien Miller50f61232002-09-30 10:40:39 +10004gnome-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
9gnome-ssh-askpass2: gnome-ssh-askpass2.c
10 $(CC) `pkg-config --cflags gtk+-2.0` \
11 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
Darren Tuckerffd1eaa2010-03-26 11:16:39 +110012 `pkg-config --libs gtk+-2.0 x11`
Damien Miller50f61232002-09-30 10:40:39 +100013
14clean:
15 rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass