/[H7]/branches/linux-serial/Makefile
ViewVC logotype

Contents of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (show annotations) (download)
Mon Feb 5 20:34:51 2007 UTC (17 years, 3 months ago) by torben
File size: 361 byte(s)
Beginning of a linux H7 server


1
2 #CXXFLAGS=-fexceptions -g3 -DDEBUG
3 CXXFLAGS=-O2
4
5 serial: libcppserial.a serial1.o
6 g++ $(CXXFLAGS) -o serial serial1.o -lcppserial -L.
7
8 libcppserial.a: H7Serial.o SlipSerial.o Serial.o
9 ar cq libcppserial.a H7Serial.o SlipSerial.o Serial.o
10
11 .PHONY: clean
12 .PHONY: test
13
14 test: serial
15 ./serial /dev/ttyS0
16
17 clean:
18 rm -f *.o
19 rm -f *~
20 rm -f serial
21 rm -f *.a

  ViewVC Help
Powered by ViewVC 1.1.20