aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/irix5/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/irix5/Makefile.inc')
-rw-r--r--src/backend/port/irix5/Makefile.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/backend/port/irix5/Makefile.inc b/src/backend/port/irix5/Makefile.inc
new file mode 100644
index 00000000000..40527b3b1fc
--- /dev/null
+++ b/src/backend/port/irix5/Makefile.inc
@@ -0,0 +1,20 @@
+#-------------------------------------------------------------------------
+#
+# Makefile.inc--
+# Makefile for port/irix5 (IRIX 5 specific stuff)
+#
+# Copyright (c) 1994, Regents of the University of California
+#
+#
+# IDENTIFICATION
+# /usr/local/devel/pglite/cvs/src/backend/port/sparc_solaris/Makefile.inc,v 1.3 1995/03/21 06:51:21 andrew Exp
+#
+#-------------------------------------------------------------------------
+
+CFLAGS+= -DUSE_POSIX_TIME -DNEED_ISINF -DNO_EMPTY_STMTS
+
+LDADD+= -ll
+
+SUBSRCS+= port.c
+
+HEADERS+= machine.h port-protos.h