/**/#
/**/# Imakefile for ./Src/Programs - part of the UMDENG X-Tank distribution
/**/#
/**/# $Id: Imakefile,v 1.16 1992/09/12 19:40:05 lidl Exp $
/**/#

#include "../../Imakefile.Config"

           SRCS = tagman.c Bootlegger.c gnat.c \
                  drone.c warrior.c shooter.c eliza.c Buddy.c Flipper.c \
                  Dio.c Diophantine.c artful.c spot.c hud3.c kamikaze.c \
                  Pzkw_I.c dum_maze.c roadrunner.c runner.c Guard.c \
                  RacerX.c $(SRCS2)
           OBJS = tagman.o Bootlegger.o gnat.o \
                  drone.o warrior.o shooter.o eliza.o Buddy.o Flipper.o \
                  Dio.o Diophantine.o artful.o spot.o hud3.o kamikaze.o \
                  Pzkw_I.o dum_maze.o roadrunner.o runner.o Guard.o \
                  RacerX.o $(OBJS2)

/**/# Important things that robots want to find

 EXTRA_INCLUDES = -I. -I../Include

#ifdef DebugRobots && ProfileRobots
DebuggedAndProfiledLibraryObjectRule()
#else
# if DebugRobots
DebuggedLibraryObjectRule()
# else
#  if ProfileRobots
ProfiledLibraryObjectRule()
#  else
NormalLibraryObjectRule()
#  endif
# endif
#endif

NormalLibraryTarget(xtankrobots,$(OBJS))
InstallLibrary(xtankrobots,$(XTANK_DIR)/Lib)

#if ProfileRobots
ProfiledLibraryTarget(xtankrobots,$(OBJS))
InstallLibrary(xtankrobots_p,$(XTANK_DIR)/Lib)
#endif

#ifdef DebugRobots
DebuggedLibraryTarget(xtankrobots,$(OBJS))
#endif
