# Before you compile datagen you have to compile the pendulum.
# We assume that the directory of the datagen files resides next to the 
# directory of the pendulum files. If not change the directories below to 
# find the object files.
# Also make sure that the CPU environment variable is set.

AOUT = datagen

#ifdef InObjectCodeDir

Use_libInterViews()
ComplexProgramTarget(test_prg)

#define Obj(file) MakeObjectFromSrc(file)

Obj(global)
Obj(pendel_look)
Obj(pendel_texte)
Obj(datagen)

#else

MakeInObjectCodeDir()

#endif
