Project

General

Profile

Revision 418

added return values to a bunch of libwireless functions. Makefile for colonetserver now compiles libwireless when necessary. added static to a bunch of libwireless vars. commented out colonet timeout

View differences:

Makefile
28 28
	make; ./ColonetServer
29 29
	../vision/vision.sh
30 30

  
31
ColonetServer: $(COLONETCPPFILES) $(COLONETFILES) $(LOGGINGFILES)
31
../../libwireless/lib/libwireless_colonet.a: ../../libwireless/lib/*.c ../../libwireless/lib/*.h
32 32
	cd ../../libwireless/lib; make colonet
33 33

  
34
ColonetServer: ../../libwireless/lib/libwireless_colonet.a $(COLONETCPPFILES) $(COLONETFILES) $(LOGGINGFILES)
34 35
	@echo "---begin compilation---"
35 36
	@echo ""
36 37
	@echo "---create object files---"

Also available in: Unified diff