Project

General

Profile

Revision 135

Added by Jason knichel over 16 years ago

removed some TODOs

View differences:

Makefile
24 24

  
25 25
all: ColonetServer
26 26

  
27
#TODO: make a variable that handles the multiple -I blah stuff so it doesn't have to be written on every line
28
#TODO: make use of VPATH or vpath directive to point at lib directory and then use -lcolonet_wireless
29 27
ColonetServer: $(COLONETCPPFILES) $(COLONETFILES) $(LOGGINGFILES) -lcolonet_wireless
30 28
	ar x ../lib/libcolonet_wireless.a
31 29
	$(CC) $(CFLAGS) -c $(COLONETFILES) $(INCLUDE_DIRS_FOR_GCC)

Also available in: Unified diff