- Timestamp:
- Jun 1, 2010, 8:01:28 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/makefile
r2383 r2491 2 2 # fixable. There is nothing special at this source. 3 3 4 rtcm3torinex: rtcm3torinex.crtcm3torinex.h5 $(CC) -Wall -W -O3 rtcm3torinex.c -lm -o $@4 rtcm3torinex: lib/rtcm3torinex.c lib/rtcm3torinex.h 5 $(CC) -Wall -W -O3 -Ilib lib/rtcm3torinex.c -lm -o $@ 6 6 7 7 archive: 8 zip -9 rtcm3torinex.zip rtcm3torinex.crtcm3torinex.h rtcm3torinex.txt makefile8 zip -9 rtcm3torinex.zip lib/rtcm3torinex.c lib/rtcm3torinex.h rtcm3torinex.txt makefile 9 9 10 10 clean:
Note:
See TracChangeset
for help on using the changeset viewer.