root/trunk/server/Makefile
| Revision 270, 195 bytes (checked in by nicolas, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | WOL_DIR=./3rd_party/wol/wol-0.7.1 |
| 2 | |
| 3 | wol: |
| 4 | [ -d $(WOL_DIR) ] |
| 5 | (cd $(WOL_DIR); ./configure --enable-static; make CFLAGS=-O2 wol_LDFLAGS=--static;) |
| 6 | cp $(WOL_DIR)/src/wol . |
| 7 | strip ./wol |
| 8 | |
| 9 | .PHONY: wol |
Note: See TracBrowser for help on using the browser.
