*** src/makefile.ORIG Mon Jan 23 19:27:26 2006 --- src/makefile Mon Jan 23 19:26:13 2006 *************** *** 12,22 **** # Another good idea if you are using gcc is to try OPTS=-ansi. # ! GLOBALDIR = /usr/lib/ne PROGRAM = ne ! CC = cc OBJS = actions.o \ buffer.o \ --- 12,22 ---- # Another good idea if you are using gcc is to try OPTS=-ansi. # ! GLOBALDIR = /opt/freeware/share/ne PROGRAM = ne ! CC = cc -O2 -D_TPARM_COMPAT OBJS = actions.o \ buffer.o \ *************** *** 62,69 **** CFLAGS=$(OPTS) $(if $(NE_NOPOSIX),,-D_POSIX_C_SOURCE=199506L) $(if $(NE_NOWCHAR),-DNOWCHAR,) $(if $(NE_TEST),-DTEST,) $(if $(NE_DEBUG),-g,-O3 -DNODEBUG) $(if $(NE_TERMCAP),-DTERMCAP,) $(if $(NE_ANSI),-DTERMCAP -DANSI,) LIBS=$(if $(NE_TERMCAP)$(NE_ANSI),,-lcurses) ! ne: $(OBJS) $(if $(NE_TERMCAP)$(NE_ANSI),$(TERMCAPOBJS),) ! $(CC) $(LDFLAGS) $^ $(LIBS) -o $(PROGRAM) clean: rm -f *.o core --- 62,69 ---- CFLAGS=$(OPTS) $(if $(NE_NOPOSIX),,-D_POSIX_C_SOURCE=199506L) $(if $(NE_NOWCHAR),-DNOWCHAR,) $(if $(NE_TEST),-DTEST,) $(if $(NE_DEBUG),-g,-O3 -DNODEBUG) $(if $(NE_TERMCAP),-DTERMCAP,) $(if $(NE_ANSI),-DTERMCAP -DANSI,) LIBS=$(if $(NE_TERMCAP)$(NE_ANSI),,-lcurses) ! ne: $(OBJS) $(if $(NE_TERMCAP)$(NE_ANSI),$(TERMCAPOBJS),) tparam.o ! $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $(PROGRAM) tparam.o clean: rm -f *.o core