| Rev | Line | |
|---|
| [595] | 1 | # $Id: makefile,v 1.4 2007/10/05 15:32:13 stuerze Exp $
|
|---|
| [466] | 2 | # probably works not with all compilers. Thought this should be easy
|
|---|
| 3 | # fixable. There is nothing special at this source.
|
|---|
| 4 |
|
|---|
| [595] | 5 | ifdef windir
|
|---|
| 6 | OPTS = -Wall -W -O3 -DWINDOWSVERSION -lwsock32
|
|---|
| 7 | else
|
|---|
| 8 | OPTS = -Wall -W -O3
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| [484] | 11 | ntripclient: ntripclient.c
|
|---|
| [595] | 12 | $(CC) $(OPTS) $? -o $@
|
|---|
| [466] | 13 |
|
|---|
| [499] | 14 | clean:
|
|---|
| [595] | 15 | $(RM) ntripclient core*
|
|---|
| [499] | 16 |
|
|---|
| 17 |
|
|---|
| [466] | 18 | archive:
|
|---|
| [484] | 19 | tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.