lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV Makefile unzip bug?


From: Philip Webb
Subject: LYNX-DEV Makefile unzip bug?
Date: Wed, 1 Jan 1997 09:53:35 -0500 (EST)

The following is an extract from  Makefile , as unzipped on this system
(SGI UNIX: IRIX 5-3): NB in the 1st & 3rd paras  CRs  have been inserted,
in the 2nd I have deleted them to create a 1-line command which allows 2-6
to compile properly.  I do think Lynx documentation needs more attention,
even if it is less glamorous than writing source code.

dbg:
        cd WWW/Library/osf; $(MAKE) CC="gcc" LYFLAGS="-DDIRED_SUPPORT \
                -DLY_FIND_LEAKS"
        cd src; $(MAKE) all CC="gcc" MCFLAGS="-O -Wall $(ADDFLAGS) \
                -DFANCY_CURSES -DLY_FIND_LEAKS \
                -Dloc_t=_LC_locale_t -D_locp=__lc_locale\
                -DDIRED_SUPPORT -DOK_TAR -DOK_GZIP -DOK_OVERRIDE \
                -DUNIX -I../$(WWWINC) -DEXEC_LINKS \
                -DALLOW_USERS_TO_CHANGE_EXEC_WITHIN_OPTIONS $(SITE_DEFS)" \
                LIBS="-lcurses -ltermcap \
                $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
                WWWLIB="../WWW/Library/osf/libwww.a"

sgi:
# SGI doesn't have or need ranlib. (ignore the error message about that :)
        cd WWW/Library/sgi; $(MAKE) LYFLAGS="$(SITE_LYDEFS)"
        cd src; $(MAKE) all CC="cc" MCFLAGS="-O -cckr -DFANCY_CURSES 
-DNO_CUSERID -DUNIX -DSGI -Dvfork=fork -I../$(WWWINC) -DNO_UTMP $(SITE_DEFS)" 
LIBS="-lcurses -ltermcap -DSYSV -DPERFORMANCE $(WAISLIB) $(SOCKSLIB) 
$(SITE_LIBS)" WWWLIB="../WWW/Library/sgi/libwww.a"

linux:
        cd WWW/Library/unix; $(MAKE) CC="gcc" LYFLAGS="-DLINUX $(SITE_LYDEFS)"
        cd src; $(MAKE) all CC="gcc" MCFLAGS="-O -DUNIX -DLINUX \
                -DNO_KEYPAD -DNO_TTYTYPE \
                -I../$(WWWINC) $(SITE_DEFS)" \
                LIBS="-lcurses -ltermcap \
                $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
                WWWLIB="../WWW/Library/unix/libwww.a"

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : address@hidden
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]