summaryrefslogtreecommitdiff
path: root/src/include/Makefile
AgeCommit message (Expand)Author
2005-01-06Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.Tom Lane
2004-11-17Install include/port header files, and fix PGXS build to use them.Tom Lane
2004-11-09Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway
2004-11-03Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-10-07Prevent install error message when doing cmp on empty tree.Bruce Momjian
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-25Install all the headers files that the ones that are already installedPeter Eisentraut
2001-08-28Include directory rearrangementPeter Eisentraut
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-03-01Add missing semicolon required by QNX shell.Peter Eisentraut
2001-02-20Clean out any old versions of no-longer-installed header files that mayTom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut