

include ../../GDALmake.opt

OBJ	=	ceosopen.o ceosdataset.o

CPPFLAGS	:=	$(GDAL_INCLUDE) $(CPPFLAGS)

default:	$(OBJ)

clean:
	rm -f *.o $(O_OBJ)

ceostest:	ceostest.o ceosopen.o
	$(CXX) ceostest.o ceosopen.o ../../port/*.o $(LIBS) -o ceostest

install-obj:	$(O_OBJ)
