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

Contents of /branches/linux-serial/server/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (show annotations) (download)
Tue Feb 6 23:37:39 2007 UTC (17 years, 3 months ago) by torben
File size: 286 byte(s)
Added some more of the H7 linux server - now it basically works :)


1 LINKFLAGS=-lcppserial -lcppsocket -lboost_thread -lpthread -L..
2 CXXFLAGS=-fexceptions
3 OBJS=main.o serialthread.o globalstorage.o thread.o serverthread.o
4
5 h7-server: $(OBJS)
6 g++ $(CXXFLAGS) -o h7-server $(OBJS) $(LINKFLAGS)
7
8 .PHONY: clean
9
10 clean:
11 rm -f *.o
12 rm -f *~
13 rm -f h7-server

  ViewVC Help
Powered by ViewVC 1.1.20