XCOMM
XCOMM GEMS
XCOMM

#ifdef InObjectCodeDir

HOME = ../..
APP_CCLDLIBS = $(HOME)/lib/$(CPU)/libui.a $(HOME)/lib/$(CPU)/libairshed.a \
	       $(HOME)/lib/$(CPU)/libnetwork.a
APP_CCINCLUDES = -I$(HOME)/include 

EXTRA_CCFLAGS = -g
EXTRA_LDFLAGS = -g

Use_libInterViews()
ComplexProgramTarget(gems)

#define Obj(file) MakeObjectFromSrc(file)
#define ObjFlags(file,flags) MakeObjectFromSrcFlags(file,flags)

/*
 * Graphics
 */
Obj(figure)
Obj(clip)

/*
 * Simulations
 */
Obj(drawing_simulation)
Obj(simulation)
Obj(drawing)

/*
 * Particle Tracker
 */
Obj(particle_animation)
Obj(particle)
Obj(particle_tracker)

/* 
 * Toolbox, Tools
 */
Obj(toolbox_tools)
Obj(simulation_tools)
Obj(toolbox)

/*
 * Query
 */
Obj(query_particle_tracker)
Obj(query)

/*
 * Map
 */
Obj(map)

/*
 * Misc
 */
Obj(selector)
Obj(color_scale)
Obj(gems)
Obj(main)
Obj(viewer)
Obj(selection)

/* 
 * Other
 */

#else
MakeInObjectCodeDir()
#endif
