~dannf/ubuntu/saucy/screen/lp1213278-from-debian

« back to all changes in this revision

Viewing changes to doc/make.help

  • Committer: Bazaar Package Importer
  • Author(s): Nathaniel McCallum
  • Date: 2004-09-03 15:15:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040903151533-px02yqlrchs4fv2t
Tags: upstream-4.0.2
ImportĀ upstreamĀ versionĀ 4.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
######
 
2
######
 
3
###### The following lines should be obsolete because of the 'configure' script.
 
4
###### It is here only for reference if 'configure' needs human help.
 
5
######
 
6
 
 
7
 
 
8
### If you choose to compile with the tried and true:
 
9
#CC= cc
 
10
#CFLAGS= -O
 
11
#CFLAGS= -g 
 
12
### gcc specific CFLAGS:
 
13
#CC= gcc
 
14
# If your system include files are bad, don't use -Wall
 
15
#CFLAGS= -O6 -g #-Wall 
 
16
#CFLAGS = -g -fstrength-reduce -fcombine-regs -finline-functions #-Wall
 
17
 
 
18
### On some machines special CFLAGS are required:
 
19
#M_CFLAGS=
 
20
#M_CFLAGS= -D__NetBSD__ # NetBsd Machines like this (a.kalb@rrze)
 
21
#M_CFLAGS= -Dapollo -A cpu,mathchip -A nansi    # Apollo DN3000/4000/4500
 
22
#M_CFLAGS= -DISC -D_POSIX_SOURCE                # isc
 
23
#M_CFLAGS= -systype bsd43 -DMIPS                # mips
 
24
#M_CFLAGS= -fforce-mem -fforce-addr\
 
25
# -fomit-frame-pointer -finline-functions -bsd  # NeXT
 
26
#M_CFLAGS= -qlanglvl=ansi                       # RS6000/AIX
 
27
#M_CFLAGS= -qlanglvl=ansi -D_AIX32              # RS6000/AIX 3.2
 
28
#M_CFLAGS= -ansi                                # sgi/IRIX 3.x ansi 
 
29
#M_CFLAGS= -xansi                               # sgi/IRIX 4.x ext ansi 
 
30
#M_CFLAGS= -YBSD                                # Ultrix 4.x
 
31
#M_CFLAGS= -DSVR4=1     # Bob Kline rvk@blink.att.com 80386 Unix SVR4.0
 
32
#M_CFLAGS= -D_CX_UX     # Ken Beal kbeal@amber.ssd.csd.harris.com Harris CX/UX
 
33
#M_CFLAGS= -K pentium   # Thanh Ma tma@encore.com Unixware, SVR4-2
 
34
 
 
35
### Choose one of the LIBS setting below:
 
36
#LIBS= -ltermcap -lc -lsocket -linet -lsec -lseq        # Sequent/ptx
 
37
#LIBS= -lcurses -lelf -lcrypt -lsocket -lnsl            # Solaris, when it sucks
 
38
#LIBS= -ltermcap                        # SunOS, Linux, Apollo,
 
39
#                                         gould_np1, NeXT, Ultrix
 
40
#LIBS= -ltermcap -lelf                  # SVR4
 
41
#LIBS= -ltermlib -linet -lcposix        # isc
 
42
#LIBS= -ltermcap -lmld                  # mips (nlist is in mld)
 
43
#LIBS= -ltermlib -lsun -lmld #-lc_s     # sgi/IRIX
 
44
#LIBS= -lcurses                         # RS6000/AIX
 
45
#LIBS= -lcrypt_d -ltinfo                # sco32
 
46
#LIBS= -lcrypt_i -ltinfo                # sco32
 
47
#LIBS= -lcrypt -lsec                    # sco322 (msilano@sra.com)
 
48
#LIBS= -ltermcap -lcrypt.o -ldir -lx    # SCO XENIX 2.3.4
 
49
#LIBS= -ltermcap -lcrypt -ldir -l2.3 -lx        # SCO UNIX XENIX cross dev.
 
50
#LIBS= -ltermcap -lelf -lcrypt -lsocket -lnet -lnsl     # Bob Kline SVR4
 
51
#LIBS= -lcurses  -lelf -lcrypt -lgen    # Thanh Ma, Unixware, SVR4-2