LDFLAGS   = -lbufr -lm
CPPFLAGS = -I/usr/include/bufr
API_EXAMPLES = apisamp apisample

all: ${API_EXAMPLES}

clean:
	-rm -f *.o *~
	-rm -f ${API_EXAMPLES}
