#      $Revision$                                                    
include make.config

include make.depth

OBJECTS = \
whl_class.o \
whl_init.o \
whl_params.o \
whl_tick.o

SOURCES = $(OBJECTS:.o=.c)

LIBNAME = wheeled
HEADERS = libwheeled.h
LOCAL_HEADERS = libwhl_local.h
READERS = \
	wheeled.rdr \
	wheeled_max_speed.rdr \
	wheeled_soil.rdr \
	cctt_whl_brake.tbl \
	cctt_whl_drive.tbl \
	cctt_whl_fric.tbl \
	cctt_whl_max_speed.tbl \
	cctt_whl_max_turn_rate.tbl \
	cctt_whl_soil_map.tbl \
	cctt_whl_vehicle_map.tbl

include make.librules

TEST_LIBS = 

test: $(OBJECTS) test.o
	$(CC) -o $@ test.o $(OBJECTS) $(LDFLAGS) $(LD_PATH) $(TEST_LIBS)

include make.depend


make.%:
	config_dir $@
