
  CDEBUGFLAGS = -g
SYS_LIBRARIES = -lm

     PROGRAMS = sim

        SRCS1 = sim.c
        OBJS1 = $(SRCS1:.c=.o)

ComplexProgramTarget_1(sim,,)
