diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 22:26:11 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 22:26:11 +0000 |
| commit | e1b4a377222c53a186de6dabca5cb0068a1c7738 (patch) | |
| tree | 7fb9203c1370f8dce595f37d04b75c172be1f6cc /GNUmakefile | |
| parent | 792aeb926e766f8688e534a5803b93283f26627c (diff) | |
| download | rtmux-e1b4a377222c53a186de6dabca5cb0068a1c7738.tar.gz rtmux-e1b4a377222c53a186de6dabca5cb0068a1c7738.tar.bz2 rtmux-e1b4a377222c53a186de6dabca5cb0068a1c7738.zip | |
Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3155aa1c..7e7d7826 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.93 2009-05-13 22:20:47 nicm Exp $ +# $Id: GNUmakefile,v 1.94 2009-05-13 22:26:11 nicm Exp $ .PHONY: clean @@ -76,17 +76,6 @@ CFLAGS+= -DNO_TREE_H -DNO_ASPRINTF -DNO_QUEUE_H -DNO_VSYSLOG \ LDFLAGS+= -L/usr/local/lib endif -ifeq ($(shell uname),IRIX64) -INCDIRS+= -Icompat -I/usr/local/include/ncurses -SRCS+= compat/strlcpy.c compat/strtonum.c compat/daemon.c \ - compat/asprintf.c compat/fgetln.c compat/forkpty-irix.c -CFLAGS+= -DNO_STRLCPY -DNO_STRTONUM -DNO_TREE_H -DNO_SETPROCTITLE \ - -DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \ - -DBROKEN_VSNPRINTF -D_SGI_SOURCE -std=c99 -LDFLAGS+= -L/usr/local/lib -LIBS+= -lgen -endif - ifeq ($(shell uname),SunOS) INCDIRS+= -Icompat -I/usr/include/ncurses SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c \ |