~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/bin/ipcclean/Makefile

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-------------------------------------------------------------------------
 
2
#
 
3
# Makefile for src/bin/ipcclean
 
4
#
 
5
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 
6
# Portions Copyright (c) 1994, Regents of the University of California
 
7
#
 
8
# $PostgreSQL: pgsql/src/bin/ipcclean/Makefile,v 1.18 2005-01-01 20:44:20 tgl Exp $
 
9
#
 
10
#-------------------------------------------------------------------------
 
11
 
 
12
subdir = src/bin/ipcclean
 
13
top_builddir = ../../..
 
14
include $(top_builddir)/src/Makefile.global
 
15
 
 
16
all: ipcclean
 
17
 
 
18
ipcclean: ipcclean.sh
 
19
        cp $< $@
 
20
        chmod a+x $@
 
21
 
 
22
install: all installdirs
 
23
        $(INSTALL_SCRIPT) ipcclean $(DESTDIR)$(bindir)/ipcclean
 
24
 
 
25
installdirs:
 
26
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
27
 
 
28
uninstall:
 
29
        rm -f $(DESTDIR)$(bindir)/ipcclean
 
30
 
 
31
clean distclean maintainer-clean:
 
32
        rm -f ipcclean