source: ntrip/trunk/ntripserver/makefile@ 469

Last change on this file since 469 was 469, checked in by stoecker, 17 years ago

cleanup and tests

File size: 374 bytes
RevLine 
[466]1#!/bin/make
2
3NtripServerLinux: NtripLinuxServer.c
[469]4 $(CC) -Wall -W -O3 $? -DNDEBUG -o $@
[466]5
[469]6debug: NtripLinuxServer.c
7 $(CC) -Wall -W -O3 $? -o NtripServerLinux
8
[466]9clean:
10 $(RM) -f NtripServerLinux core
11
12archive:
[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.