1
2include ../../../GDALmake.opt
3
4OBJ	=	ogrgmtdriver.o ogrgmtdatasource.o ogrgmtlayer.o
5
6CPPFLAGS	:=	-I.. -I../..  $(CPPFLAGS)
7
8default:	$(O_OBJ:.o=.$(OBJ_EXT))
9
10clean:
11	rm -f *.o $(O_OBJ)
12