lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev New DOS makefile needed for libwww.a


From: Doug Kaufman
Subject: lynx-dev New DOS makefile needed for libwww.a
Date: Sun, 20 Dec 1998 21:45:58 -0800 (PST)

Now that LyStrings.h is including LyCurses.h, the makefiles for libwww.a
for the DJGPP port are different, depending on whether PDCurses or Slang
is used. The current file works only for PDCurses. The following
makefile works for Slang. I would recommend its inclusion in the
distribution in addition to the makefile currently in the djgpp
subdirectory.
                                 Doug

lynx2-8-2/WWW/Library/djgpp/makefile.sla


#  Make WWW under unix for a.n.other unix system (bsd)
#   Use this as a template

# For W3 distribution, machine type for subdirectories
WWW_MACH = djgpp

# The ASIS repository's name for the machine we are on
#ASIS_MACH = hardware/os

CFLAGS = -O3 -DUSE_SLANG -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDEBUG -DDISP_PARTIAL \
-I../Implementation \
-I../../../djgpp/tcplib/include \
-I../../../djgpp/tcplib/include/tcp \
-I../../../src \
-I../../.. $(SLANGINC)
LFLAGS =
CC = gcc

# Directory for installed binary:
!BINDIR = /usr/local/bin

# Where is the W3 object library to be installed (not normally done)?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)

#_________________ OK if normal W3 distribution
# Where is the WWW source root?
WWW = ../..

#  Where should temporary (object) files go?
WTMP = ../..

include $(WWW)/Library/Implementation/Version.make
#include $(WWW)/Library/Implementation/CommonMakefile
include ./CommonMakefile

__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

reply via email to

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