######################################################################## # $Source: /local/data/cvs/yellowbank/postgres/src/y_util/Makefile,v $ # $Revision: 1.1 $ # $State: Exp $ # $Date: 2006/10/18 01:50:55 $ # $Author: yrp001 $ # $Locker: $ ######################################################################## ######################################################################## # Copyright (c) 2006 # Ronald Peterson # (Y) Yellowbank # All rights reserved. Applicable BSD license terms can be found in # the associated LICENSE file. ######################################################################## ######################################################################## DATA_built = y_util.sql MODULES = y_util # DOCS = README.uuid PGXS := $(shell pg_config --pgxs) include $(PGXS) ######################################################################## ######################################################################## # Utility targets .PHONY: tags clean .SILENT: clean tags: etags *.c *.h clean: -rm *~ *.tar *.gz *.o *.so core 2>/dev/null ########################################################################