~ubuntu-branches/ubuntu/edgy/lynx/edgy

« back to all changes in this revision

Viewing changes to WWW/Library/djgpp/makefile.sla

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-cz1gu92c4nqfeyrg
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  Make WWW under unix for a.n.other unix system (bsd)
 
2
#   Use this as a template
 
3
 
 
4
# For W3 distribution, machine type for subdirectories
 
5
WWW_MACH = djgpp
 
6
 
 
7
# The ASIS repository's name for the machine we are on
 
8
#ASIS_MACH = hardware/os
 
9
 
 
10
CFLAGS = -O2 -DUSE_SLANG -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \
 
11
-DDIRED_SUPPORT -DUSE_SOURCE_CACHE -DUSE_PRETTYSRC \
 
12
-I../Implementation \
 
13
-I/dev/env/DJDIR/watt32/inc \
 
14
-I../../../src \
 
15
-I../../.. $(SLANGINC) $(INTLFLAGS) $(SSLFLAGS) $(SSLINC)
 
16
 
 
17
LFLAGS =
 
18
CC = gcc
 
19
#INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H
 
20
 
 
21
# Uncomment the following to enable SSL.
 
22
#SSLFLAGS = -DUSE_SSL
 
23
#SSLINC = -I/dev/env/DJDIR/include/openssl
 
24
 
 
25
# Directory for installed binary:
 
26
!BINDIR = /usr/local/bin
 
27
 
 
28
# Where is the W3 object library to be installed (not normally done)?
 
29
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
 
30
 
 
31
#_________________ OK if normal W3 distribution
 
32
# Where is the WWW source root?
 
33
WWW = ../..
 
34
 
 
35
#  Where should temporary (object) files go?
 
36
WTMP = ../..
 
37
 
 
38
include $(WWW)/Library/Implementation/Version.make
 
39
#include $(WWW)/Library/Implementation/CommonMakefile
 
40
include ./CommonMakefile