source:
ntrip/trunk/ntripserver/makefile@
469
| Last change on this file since 469 was 469, checked in by , 18 years ago | |
|---|---|
| File size: 374 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/make |
| 2 | |
| 3 | NtripServerLinux: NtripLinuxServer.c |
| 4 | $(CC) -Wall -W -O3 $? -DNDEBUG -o $@ |
| 5 | |
| 6 | debug: NtripLinuxServer.c |
| 7 | $(CC) -Wall -W -O3 $? -o NtripServerLinux |
| 8 | |
| 9 | clean: |
| 10 | $(RM) -f NtripServerLinux core |
| 11 | |
| 12 | archive: |
| 13 | zip NtripServerLinux.zip -9 NTRIP2.txt makefile NtripLinuxServer.c NtripProvider.doc ReadmeServerLinux.txt SiteLogExample.txt SiteLogInstr.txt StartNtripServerLinux |
Note:
See TracBrowser
for help on using the repository browser.
