]> granicus.if.org Git - postgresql/commit
Remove port specific Makefile 'targets' (ie. shared libraries) from
authorMarc G. Fournier <scrappy@hub.org>
Sat, 12 Apr 1997 10:33:10 +0000 (10:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 12 Apr 1997 10:33:10 +0000 (10:33 +0000)
commit09a5dabc30e979431cddec7466d079e8c7d76dcd
treea08fbea5b60222851bd7193938e5ef70a8d90351
parent7113e880b8e97e1b26dbbf91a025263311eb6812
Remove port specific Makefile 'targets' (ie. shared libraries) from
Makefile.global and move them to seperate 'include' makefiles

Over time, should become even more port specific:

ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd
specific ports
14 files changed:
src/Makefile.global.in
src/makefiles/Makefile.BSD44_derived [new file with mode: 0644]
src/makefiles/Makefile.aix [new file with mode: 0644]
src/makefiles/Makefile.alpha [new file with mode: 0644]
src/makefiles/Makefile.dgux [new file with mode: 0644]
src/makefiles/Makefile.hpux [new file with mode: 0644]
src/makefiles/Makefile.i386_solaris [new file with mode: 0644]
src/makefiles/Makefile.irix5 [new file with mode: 0644]
src/makefiles/Makefile.linux [new file with mode: 0644]
src/makefiles/Makefile.sparc_solaris [new file with mode: 0644]
src/makefiles/Makefile.sunos4 [new file with mode: 0644]
src/makefiles/Makefile.svr4 [new file with mode: 0644]
src/makefiles/Makefile.ultrix4 [new file with mode: 0644]
src/makefiles/Makefile.univel [new file with mode: 0644]