You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/bin/ipcclean/Makefile

30 lines
697 B

#-------------------------------------------------------------------------
#
# Makefile for src/bin/ipcclean
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/Makefile,v 1.12 2000/08/31 16:11:08 petere Exp $
#
#-------------------------------------------------------------------------
subdir = src/bin/ipcclean
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
all: ipcclean
ipcclean: ipcclean.sh
cp $< $@
install: all installdirs
$(INSTALL_SCRIPT) ipcclean $(bindir)/ipcclean
installdirs:
$(mkinstalldirs) $(bindir)
uninstall:
rm -f $(bindir)/ipcclean
clean distclean maintainer-clean:
rm -f ipcclean