source:
ntrip/trunk/ntripserver/makefile@
471
Last change on this file since 471 was 469, checked in by , 18 years ago | |
---|---|
File size: 374 bytes |
Rev | Line | |
---|---|---|
[466] | 1 | #!/bin/make |
2 | ||
3 | NtripServerLinux: NtripLinuxServer.c | |
[469] | 4 | $(CC) -Wall -W -O3 $? -DNDEBUG -o $@ |
[466] | 5 | |
[469] | 6 | debug: NtripLinuxServer.c |
7 | $(CC) -Wall -W -O3 $? -o NtripServerLinux | |
8 | ||
[466] | 9 | clean: |
10 | $(RM) -f NtripServerLinux core | |
11 | ||
12 | archive: | |
[468] | 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.