OSDN Git Service

Hi,
[pg-rex/syncrep.git] / src / bin / initlocation / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile.inc--
4 #    Makefile for bin/initlocation
5 #
6 # Copyright (c) 1994, Regents of the University of California
7 #
8 #
9 # IDENTIFICATION
10 #    $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.3 1998/04/06 00:29:00 momjian Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 SRCDIR= ../..
15 include ../../Makefile.global
16
17 SEDSCRIPT= \
18     -e "s^_fUnKy_NAMEDATALEN_sTuFf_^$(NAMEDATALEN)^g" \
19     -e "s^_fUnKy_OIDNAMELEN_sTuFf_^$(OIDNAMELEN)^g" 
20
21 all: initlocation
22
23 initlocation: initlocation.sh
24         cp -p initlocation.sh initlocation
25
26 install: initlocation
27         $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
28
29 clean:
30         rm -f initlocation
31
32 dep depend: