include ../../GDALmake.opt

OBJ	=	tsxdataset.o


default:	$(OBJ:.o=.$(OBJ_EXT))
clean:
	rm -f *.o $(O_OBJ)

install-obj:	$(O_OBJ:.o=.$(OBJ_EXT))
