source:
osm/applications/editors/josm/plugins/wmsplugin/Makefile@
16583
Last change on this file since 16583 was 13262, checked in by , 16 years ago | |
---|---|
File size: 337 bytes |
Rev | Line | |
---|---|---|
[12609] | 1 | #!/usr/bin/make |
[13262] | 2 | |
3 | MOC=moc | |
4 | #MOC=/usr/share/qt4/bin/moc | |
5 | CFLAGS = | |
[12609] | 6 | LDFLAGS = `pkg-config --libs --cflags QtCore QtGui QtWebKit` |
7 | ||
[13262] | 8 | webkit-image: webkit-image.cpp webkit-image.h |
9 | g++ -W -o $@ -O2 $(CFLAGS) $(LDFLAGS) webkit-image.cpp | |
[12534] | 10 | |
11 | webkit-image.h: webkit-image.cpp | |
[13262] | 12 | $(MOC) webkit-image.cpp >$@ |
[12534] | 13 | |
14 | clean: | |
15 | rm -f *.o webkit-image webkit-image.h |
Note:
See TracBrowser
for help on using the repository browser.