Project

General

Profile

Revision 1487

Added by John Sexton over 14 years ago

Updating Makefiles for Hunter-Prey implementations. Updating COLONYROOT location.

View differences:

trunk/code/behaviors/hunter_prey/brad/Makefile
4 4

  
5 5
# Relative path to the root directory (containing lib directory)
6 6
ifndef COLONYROOT
7
COLONYROOT = ../../..
7
COLONYROOT = ../../../..
8 8
endif
9 9

  
10 10
# Target file name (without extension).
trunk/code/behaviors/hunter_prey/john/Makefile
4 4

  
5 5
# Relative path to the root directory (containing lib directory)
6 6
ifndef COLONYROOT
7
COLONYROOT = ../.
7
COLONYROOT = ../../../..
8 8
endif
9 9

  
10 10
# Target file name (without extension).
......
116 116
endif
117 117

  
118 118
# Place -I, -L options here
119
CINCS = -I$(COLONYROOT)/Library/include/libdragonfly
120
CINCS += -L$(COLONYROOT)/Library/bin
119
CINCS = -I$(COLONYROOT)/code/lib/include/libdragonfly
120
CINCS += -L$(COLONYROOT)/code/lib/bin
121 121
ifdef USE_WIRELESS
122
	CINCS += -I$(COLONYROOT)/Library/include/libwireless
122
	CINCS += -I$(COLONYROOT)/code/lib/include/libwireless
123 123
endif
124 124

  
125 125
#---------------- Compiler Options ----------------

Also available in: Unified diff