#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#include <../../config.h>
#include <../../Xmgf.tmpl>

/* Fix for CC so -B/usr/bin is not parse on make line */
EXTRA_LOAD_FLAGS =


SRCS = igrip2gf.c file_stuff.c
OBJS = igrip2gf.o file_stuff.o

LOCAL_LIBRARIES =  $(LL_LIB)
INCLUDES = -I$(INCROOT) $(LL_INC) 
CFLAGS   = $(INCLUDES)
CC       =  $(COMPILER)  $(CDEBUGFLAGS) 
LDLIBS   = -lm

ComplexProgramTarget(igrip2gf)
#ifndef DECALPHA
LintTarget()
#endif
