~ubuntu-branches/ubuntu/warty/lynx/warty-security

« back to all changes in this revision

Viewing changes to WWW/Library/djgpp/makefile

  • 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
# Use this option to enable optional and *experimental* color style.
 
11
#ENABLE_COLOR_STYLE = -DUSE_COLOR_STYLE
 
12
 
 
13
# comment this line to suppress DIRED support
 
14
DIRED_DEFS = -DDIRED_SUPPORT
 
15
 
 
16
CFLAGS= -O2 $(MCFLAGS) $(INTLFLAGS) $(SSLFLAGS) $(SSLINC)
 
17
 
 
18
MCFLAGS = \
 
19
 $(DIRED_DEFS) \
 
20
 $(ENABLE_COLOR_STYLE) \
 
21
 -DDISP_PARTIAL \
 
22
 -DDOSPATH \
 
23
 -DUSE_FILE_UPLOAD \
 
24
 -DNOUSERS \
 
25
 -DUSE_SOURCE_CACHE \
 
26
 -DUSE_PRETTYSRC \
 
27
 -DUSE_ZLIB \
 
28
 -I../Implementation \
 
29
 -I../../../src \
 
30
 -I../../.. \
 
31
 -I/djgpp/pdcur26 \
 
32
 -I/djgpp/watt32/inc
 
33
 
 
34
LFLAGS =
 
35
CC = gcc
 
36
 
 
37
# Uncomment the following to enable Internationalization.
 
38
#INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H
 
39
 
 
40
# Uncomment the following to enable SSL.
 
41
#SSLFLAGS = -DUSE_SSL
 
42
#SSLINC = -I/dev/env/DJDIR/include/openssl
 
43
 
 
44
# Directory for installed binary:
 
45
!BINDIR = /usr/local/bin
 
46
 
 
47
# Where is the W3 object library to be installed (not normally done)?
 
48
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
 
49
 
 
50
#_________________ OK if normal W3 distribution
 
51
# Where is the WWW source root?
 
52
WWW = ../..
 
53
 
 
54
#  Where should temporary (object) files go?
 
55
WTMP = ../..
 
56
 
 
57
include $(WWW)/Library/Implementation/Version.make
 
58
#include $(WWW)/Library/Implementation/CommonMakefile
 
59
include ./CommonMakefile