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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 66 by torben, Mon Feb 5 20:34:51 2007 UTC revision 67 by torben, Tue Feb 6 23:37:39 2007 UTC
# Line 1  Line 1 
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: main.o serialthread.o  h7-server: $(OBJS)
6          g++ -o h7-server main.o serialthread.o -lcppserial -lboost_thread -L..          g++ $(CXXFLAGS)  -o h7-server $(OBJS) $(LINKFLAGS)
7    
8  .PHONY: clean  .PHONY: clean
9    

Legend:
Removed from v.66  
changed lines
  Added in v.67

  ViewVC Help
Powered by ViewVC 1.1.20