Lines Matching full:echo
11 echo "$prefix/include"
14 echo "$prefix/include/postgresql"
17 echo "$prefix/include/postgresql/server"
20 echo "$prefix/lib"
23 echo "PostgreSQL @POSTGRESQL_VERSION@"
26 echo "@POSTGRESQL_CONF_OPTIONS@"
29 echo "$prefix/lib/postgresql/pgxs/src/makefiles/pgxs.mk"
32 echo "@TARGET_CFLAGS@"
36 echo "-fPIC"
39 echo "@TARGET_CC@"
42 echo "/usr/lib/postgresql"
45 echo "/usr/bin"
48 echo "/usr/share/postgresql"
51 echo "/usr/share/locale"
54 echo "/usr/share/doc/postgresql"
57 echo "/usr/share/man"
60 echo "Usage: $0 {OPTION}"
61 echo
62 echo "Options:"
63 echo
64 echo " --includedir show location of C header files of the client interfaces"
65 echo " --pkgincludedir show location of other C header files"
66 echo " --includedir-server show location of C header files for the server"
67 echo " --libdir show location of object code libraries"
68 echo " --version show the PostgreSQL version"
69 echo " --configure show options given to configure script"
70 echo " --pgxs show location of extension makefile"
71 echo " --cflags show CFLAGS value used when PostgreSQL was built"
72 echo " --cc show CC value used when PostgreSQL was built"
73 echo " --pkglibdir show location of dynamically loadable modules"
74 echo " --bindir show location of user executables"
75 echo " --sharedir show location of architecture-independent support files"
76 echo " --localedir show location of locale support files"
77 echo " --docdir show location of documentation files"
78 echo " --mandir show location of manual pages"