source: ntrip/trunk/ntripserver/makefile@ 471

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

cleanup and tests

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