~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

« back to all changes in this revision

Viewing changes to src/Config.tmpl_linux

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file for Linux 2.x and gcc compiler.
 
2
 
 
3
include $(TCM_HOME)/src/Config.GEN
 
4
 
 
5
# STRIP           = /usr/bin/strip --strip-debug
 
6
STRIP           = true 
 
7
 
 
8
CFLAGS          = -Wall -pedantic
 
9
CFLAGS          += -O3 -fomit-frame-pointer
 
10
# CFLAGS        += -g
 
11
 
 
12
XWIN_HOME       = /usr/X11R6
 
13
 
 
14
SYSFLAGS        = -DLINUX
 
15
# SYSFLAGS += -DDEBUG
 
16
 
 
17
# Uncomment one of the following Motif/Lesstif segments or
 
18
# add your own.
 
19
 
 
20
# Lesstif 1.2 (dynamic linked)
 
21
# MOTIF_HOME = /usr/X11R6/LessTif/Motif1.2
 
22
# LDLIBS = -lXm
 
23
 
 
24
# Lesstif 1.2 (static linked)
 
25
# MOTIF_HOME = /usr/X11R6/LessTif/Motif1.2
 
26
# LDLIBS = $(MOTIF_LIB)/libXm.a
 
27
 
 
28
# OSF/Motif 1.2 (dynamic linked)
 
29
# MOTIF_HOME = /local/opt/motif12
 
30
# LDLIBS = -lXm
 
31
 
 
32
# OSF/Motif 1.2 (static linked)
 
33
# MOTIF_HOME = /local/opt/motif12
 
34
# LDLIBS = $(MOTIF_LIB)/libXm.a
 
35
 
 
36
# OSF/Motif 2.0 (dynamic linked)
 
37
# MOTIF_HOME = /local/opt/motif20
 
38
# LDLIBS = -lXpm -lXm
 
39
 
 
40
# OSF/Motif 2.0 (static linked)
 
41
# MOTIF_HOME = /local/opt/motif20
 
42
# LDLIBS = $(MOTIF_LIB)/libXpm.a $(MOTIF_LIB)/libXm.a
 
43
 
 
44
# OSF/Motif 2.1 (dynamic linked)
 
45
# MOTIF_HOME = /local/opt/motif21
 
46
# LDLIBS = -lXp -lXm
 
47
 
 
48
# OSF/Motif 2.1 (static linked)
 
49
# MOTIF_HOME = /local/opt/motif21
 
50
# LDLIBS = $(MOTIF_LIB)/libXm.a $(XWIN_LIB)/libXp.a
 
51
 
 
52
# OpenMotif 2.1 (dynamic linked)
 
53
# MOTIF_HOME = $(XWIN_HOME)
 
54
# LDLIBS = -lXm -lXp
 
55
 
 
56
# OpenMotif 2.1 (static linked)
 
57
MOTIF_HOME  = $(XWIN_HOME)
 
58
LDLIBS = $(MOTIF_LIB)/libXm.a -lXp
 
59
 
 
60
 
 
61
# The other libraries (don't change these)
 
62
LDLIBS += -lXt -lSM -lICE -lXext -lX11 -lm
 
63
 
 
64
# 'make depend' and its flags
 
65
MKDEPEND=$(TCM_HOME)/bin/makedepend.sh
 
66
MKDEPENDFLAGS = $(CPPFLAGS) -D__i386__ -I/usr/include/g++-3 \
 
67
                -I/usr/include/g++-2 \
 
68
                -I/usr/include/g++