#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
CC = cc 

SRCS= geotmp_cb.c geotmp_ini.c geotmp_func.c geotmp.c dmotif.c
OBJS= geotmp_cb.o geotmp_ini.o geotmp_func.o geotmp.o dmotif.o

PROGRAMS = geotmp

all:: $(PROGRAMS)

LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)

NormalProgramTarget(geotmp, $(OBJS),,$(LOCAL_LIBRARIES),)
