LINKFLAGS=-lcppserial -lcppsocket -lboost_thread -lpthread -L.. CXXFLAGS=-fexceptions OBJS=main.o serialthread.o globalstorage.o thread.o serverthread.o h7-server: $(OBJS) g++ $(CXXFLAGS) -o h7-server $(OBJS) $(LINKFLAGS) .PHONY: clean clean: rm -f *.o rm -f *~ rm -f h7-server