summaryrefslogtreecommitdiff
path: root/src/GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile.in')
-rw-r--r--src/GNUmakefile.in43
1 files changed, 0 insertions, 43 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
deleted file mode 100644
index 8909a6226c7..00000000000
--- a/src/GNUmakefile.in
+++ /dev/null
@@ -1,43 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile for src
-#
-# Copyright (c) 1994, Regents of the University of California
-#
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.61 2001/02/10 02:31:26 tgl Exp $
-#
-#-------------------------------------------------------------------------
-
-subdir = src
-top_builddir = ..
-include Makefile.global
-
-
-all install installdirs uninstall dep depend distprep:
- $(MAKE) -C backend $@
- $(MAKE) -C include $@
- $(MAKE) -C interfaces $@
- $(MAKE) -C bin $@
- $(MAKE) -C pl $@
-
-install-all-headers:
- $(MAKE) -C include $@
-
-clean:
- $(MAKE) -C backend $@
- $(MAKE) -C include $@
- $(MAKE) -C interfaces $@
- $(MAKE) -C bin $@
- $(MAKE) -C pl $@
- $(MAKE) -C utils $@
- $(MAKE) -C test $@
-
-distclean maintainer-clean:
- -$(MAKE) -C utils $@
- -$(MAKE) -C backend $@
- -$(MAKE) -C include $@
- -$(MAKE) -C interfaces $@
- -$(MAKE) -C bin $@
- -$(MAKE) -C pl $@
- -$(MAKE) -C test $@
- rm -f Makefile.port Makefile.global GNUmakefile