~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to config/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
# $PostgreSQL: pgsql/config/Makefile,v 1.1 2004-07-30 12:26:39 petere Exp $
 
2
 
 
3
subdir = config
 
4
top_builddir = ..
 
5
include $(top_builddir)/src/Makefile.global
 
6
 
 
7
 
 
8
install: all installdirs
 
9
        $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(pgxsdir)/config/install-sh
 
10
        $(INSTALL_SCRIPT) $(srcdir)/mkinstalldirs $(DESTDIR)$(pgxsdir)/config/mkinstalldirs
 
11
 
 
12
installdirs:
 
13
        $(mkinstalldirs) $(DESTDIR)$(pgxsdir)/config
 
14
 
 
15
uninstall:
 
16
        rm -f $(DESTDIR)$(pgxsdir)/config/install-sh $(DESTDIR)$(pgxsdir)/config/mkinstalldirs