OSDN Git Service

Fix relative path references so that make knowns which dependencies refer
[pg-rex/syncrep.git] / src / bin / initlocation / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile for src/bin/initlocation
4 #
5 # Copyright (c) 1994, Regents of the University of California
6 #
7 # $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.10 2000/08/31 16:11:07 petere Exp $
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/bin/initlocation
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
14
15 all: initlocation
16
17 initlocation: initlocation.sh
18         cp $< $@
19
20 install: all installdirs
21         $(INSTALL_SCRIPT) initlocation $(bindir)/initlocation
22
23 installdirs:
24         $(mkinstalldirs) $(bindir)
25
26 uninstall:
27         rm -f $(bindir)/initlocation
28
29 clean distclean maintainer-clean:
30         rm -f initlocation