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