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

« back to all changes in this revision

Viewing changes to src/Config.tmpl_CYGWIN

  • 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 CYGWIN/XFree86/MinGW under Windows:
 
2
 
 
3
include $(TCM_HOME)/src/Config.GEN
 
4
 
 
5
STRIP           = $(TCM_HOME)/bin/_cygwin_stripfile.sh
 
6
 
 
7
CFLAGS          = -Wall -pedantic
 
8
CFLAGS          += -O3 -fomit-frame-pointer
 
9
# CFLAGS        += -g
 
10
 
 
11
LEX             = flex
 
12
YACC            = bison
 
13
 
 
14
XWIN_HOME       = /usr/X11R6
 
15
 
 
16
SYSFLAGS        = -DCYGWIN
 
17
# SYSFLAGS += -DDEBUG
 
18
 
 
19
INCLUDEDIRS += -I/usr/include/mingw/g++-3
 
20
 
 
21
# Uncomment one of the following Motif/Lesstif segments or
 
22
# add your own.
 
23
 
 
24
# Lesstif 1.2 (dynamic linked)
 
25
MOTIF_HOME = /usr/X11R6/LessTif/Motif1.2
 
26
LDLIBS = -lXm -lstdc++ -L/lib/mingw -lcrtdll -lmingwthrd -L/lib/gcc-lib/i686-pc-mingw32/3.2 -lgcc 
 
27
LDLIBS = -lXm
 
28
 
 
29
# Lesstif 1.2 (static linked)
 
30
# MOTIF_HOME = /usr/X11R6/LessTif/Motif1.2
 
31
# LDLIBS = $(MOTIF_LIB)/libXm.a
 
32
 
 
33
# OSF/Motif 1.2 (dynamic linked)
 
34
# MOTIF_HOME = /local/opt/motif12
 
35
# LDLIBS = -lXm
 
36
 
 
37
# OSF/Motif 1.2 (static linked)
 
38
# MOTIF_HOME = /local/opt/motif12
 
39
# LDLIBS = $(MOTIF_LIB)/libXm.a
 
40
 
 
41
# OSF/Motif 2.0 (dynamic linked)
 
42
# MOTIF_HOME = /local/opt/motif20
 
43
# LDLIBS = -lXpm -lXm
 
44
 
 
45
# OSF/Motif 2.0 (static linked)
 
46
# MOTIF_HOME = /local/opt/motif20
 
47
# LDLIBS = $(MOTIF_LIB)/libXpm.a $(MOTIF_LIB)/libXm.a
 
48
 
 
49
# OSF/Motif 2.1 (dynamic linked)
 
50
# MOTIF_HOME = /local/opt/motif21
 
51
# LDLIBS = -lXp -lXm
 
52
 
 
53
# OSF/Motif 2.1 (static linked)
 
54
# MOTIF_HOME = /local/opt/motif21
 
55
# LDLIBS = $(MOTIF_LIB)/libXm.a $(XWIN_LIB)/libXp.a
 
56
 
 
57
# OpenMotif 2.1 (dynamic linked)
 
58
# MOTIF_HOME = $(XWIN_HOME)
 
59
# LDLIBS = -lXm -lXp
 
60
 
 
61
# OpenMotif 2.1 (static linked)
 
62
# MOTIF_HOME  = $(XWIN_HOME)
 
63
# LDLIBS = $(MOTIF_LIB)/libXm.a -lXp
 
64
 
 
65
# The other libraries (don't change these)
 
66
LDLIBS += -lXt -lSM -lICE -lXext -lX11 -lm
 
67
 
 
68
# 'make depend' and its flags
 
69
MKDEPEND=$(TCM_HOME)/bin/makedepend.sh
 
70
MKDEPENDFLAGS := $(CPPFLAGS) -D__i386__ -I/usr/include/g++-3 \
 
71
                -I/usr/include/g++-2 \
 
72
                -I/usr/include/g++ \
 
73
                -I/usr/include/mingw
 
74
 
 
75
ADDLIBS=-I/usr/include/mingw -I/usr/include/g++-3 
 
76
 
 
77
# no chmod on cygnus
 
78
CHMOD           = true chmod
 
79
CHMODPLUSX      = $(TCM_HOME)/bin/_cygwin_chmodplusx.sh
 
80
 
 
81
EXEEXTENSION    = .exe