### # Copyright (C) 2005 David Burken, Inc. All rights reserved. # # License: LGPL # # See LICENSE.txt file in the top level directory for more details. # # $Id$ ### include make.opt all: default default: (cd gdal; $(MAKE)) depends: (cd gdal; $(MAKE) depends) install: clean: (cd gdal; $(MAKE) clean) $(RM) lib/*.so