From: Sandro Santilli Date: Fri, 4 Jun 2004 15:24:22 +0000 (+0000) Subject: Added more cleanup X-Git-Tag: pgis_0_9_1~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ec48f6fcd5b780714767ca15467ed7745ce76eb;p=postgis Added more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@595 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 129bd8355..037418154 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -122,6 +122,8 @@ endif OBJS=lwgeom_api.o lwgeom_functions_analytic.o lwgeom_geos.o lwgeom_inout.o lwgeom_estimate.o lwgeom_functions_basic.o lwgeom_gist.o lwgeom_transform.o stringBuffer.o lwgeom_box2dfloat4.o lex.yy.o wktparse.tab.o lwgparse.o wktunparse.o +OTHERS=y.output lex.yy.c wktparse.tab.c wktparse.tab.h lwgeom.sql + #--------------------------------------------------------------- # Add libraries that libpq depends (or might depend) on into the @@ -187,4 +189,5 @@ uninstall: uninstall-lib clean distclean maintainer-clean: clean-lib @rm -f $(OBJS) + @rm -f $(OTHERS)