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