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

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

Parent Directory Parent Directory | Revision Log Revision Log


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


1 torben 67 LINKFLAGS=-lcppserial -lcppsocket -lboost_thread -lpthread -L..
2     CXXFLAGS=-fexceptions
3     OBJS=main.o serialthread.o globalstorage.o thread.o serverthread.o
4 torben 60
5 torben 67 h7-server: $(OBJS)
6     g++ $(CXXFLAGS) -o h7-server $(OBJS) $(LINKFLAGS)
7 torben 60
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