head 1.9; access; symbols; locks; strict; comment @# @; 1.9 date 94.10.05.14.53.41; author postgres; state Exp; branches; next 1.8; 1.8 date 94.10.05.14.08.56; author postgres; state Exp; branches; next 1.7; 1.7 date 94.10.03.13.48.41; author postgres; state Exp; branches; next 1.6; 1.6 date 94.09.30.16.13.06; author postgres; state Exp; branches; next 1.5; 1.5 date 94.09.30.16.01.37; author postgres; state Exp; branches; next 1.4; 1.4 date 94.09.30.15.58.10; author postgres; state Exp; branches; next 1.3; 1.3 date 94.09.30.15.06.52; author postgres; state Exp; branches; next 1.2; 1.2 date 94.09.28.15.38.32; author postgres; state Exp; branches; next 1.1; 1.1 date 94.09.28.13.02.48; author postgres; state Exp; branches; next ; desc @copy from previous port @ 1.9 log @*** empty log message *** @ text @# # /usr/local/devel/postgres-v4r2/src/backend/port/irix5/RCS/Makefile.inc,v 1.2 1994/03/27 01:21:31 aoki Exp # # irix5 specific stuff. Right now, we disable the dynamic loader. # # (C) 1994, Kai Petzke, wpp@@marie.physik.tu-berlin.de # SRCS+= dynloader.c HEADERS+= machine.h CFLAGS+= LDADD+= -ll @ 1.8 log @some of the stuff in CFLAGS was needed in the bin directory. So these flags are now defined in Makefile.global in src. @ text @d15 1 a15 1 LDADD+= @ 1.7 log @added -DSYSV_DIRENT @ text @d13 1 a13 1 CFLAGS+= -DNEED_ISINF -D_SGI_SOURCE -DUSE_POSIX_TIME -DSYSV_DIRENT d15 1 a15 1 LDADD+= -ll @ 1.6 log @added DUSE_POSIX_TIME for nabstime.c @ text @d13 1 a13 1 CFLAGS+= -DNEED_ISINF -D_SGI_SOURCE -DUSE_POSIX_TIME @ 1.5 log @*** empty log message *** @ text @d13 1 a13 1 CFLAGS+= -DNEED_ISINF -D_SGI_SOURCE d15 1 a15 1 LDADD+= @ 1.4 log @corrected -Bdynamic to read -B dynamic @ text @d15 1 a15 1 LDADD+= -ll -ldl -B dynamic @ 1.3 log @changed _XOPEN_SOURCE to _SGI_SOURCE @ text @d15 1 a15 1 LDADD+= -ll -ldl -Bdynamic @ 1.2 log @added -DSYSV_DIRENT @ text @d13 1 a13 1 CFLAGS+= -DUSE_POSIX_TIME -DDBX_VERSION -DNEED_ISINF -D_XOPEN_SOURCE -DSYSV_DIRENT d15 1 a15 1 LDADD+= -ll -ldl # -ldld @ 1.1 log @Initial revision @ text @d13 1 a13 1 CFLAGS+= -DUSE_POSIX_TIME -DDBX_VERSION -DNEED_ISINF -D_XOPEN_SOURCE @