diff --git a/src/makefiles/Makefile.irix b/src/makefiles/Makefile.irix deleted file mode 100644 index d087ba83ff372e04bf458472b037770b66ebcbfb..0000000000000000000000000000000000000000 --- a/src/makefiles/Makefile.irix +++ /dev/null @@ -1,19 +0,0 @@ -AROPT = crs -rpath = -Wl,-rpath,'$(rpathdir)' - -DLSUFFIX = .so -# PIC is default -CFLAGS_SL = - -override CPPFLAGS += -U_NO_XOPEN4 - -ifneq ($(GCC), yes) - CFLAGS += -woff 1164,1171,1185,1195,1552 -endif -LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 - -# Rule for building a shared library from a single .o file -%.so: %.o - $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $< - -sqlmansect = 5sql diff --git a/src/template/irix b/src/template/irix deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000