OSDN Git Service

Add /contrib/adminpack to contrib/Makefile, do case-folding change.
[pg-rex/syncrep.git] / contrib / Makefile
index 7367163..500ddd2 100644 (file)
@@ -1,10 +1,11 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.61 2005/09/01 22:02:44 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.66 2006/05/30 13:25:57 momjian Exp $
 
 subdir = contrib
 top_builddir = ..
 include $(top_builddir)/src/Makefile.global
 
 WANTED_DIRS = \
+               adminpack       \
                btree_gist      \
                chkpass         \
                cube            \
@@ -21,9 +22,11 @@ WANTED_DIRS = \
                ltree           \
                oid2name        \
                pg_buffercache  \
+               pg_freespacemap \
                pg_trgm         \
                pgbench         \
                pgcrypto        \
+               pgrowlocks      \
                pgstattuple     \
                seg             \
                spi             \
@@ -37,12 +40,11 @@ WANTED_DIRS = \
 #              adddepend       \ (does not have a makefile)
 #              mSQL-interface  \ (requires msql installed)
 #              mac             \ (does not have a makefile)
-#              oracle          \ (does not have a makefile)
 #              start-scripts   \ (does not have a makefile)
 #              xml2            \ (requires libxml installed)
 
 
-all install installdirs uninstall clean distclean maintainer-clean:
+all install installdirs uninstall distprep clean distclean maintainer-clean:
        @for dir in $(WANTED_DIRS); do \
                $(MAKE) -C $$dir $@ || exit; \
        done