~ubuntu-branches/ubuntu/lucid/asc/lucid

« back to all changes in this revision

Viewing changes to source/tools/win/mount.mak

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Eddy Petrișor, Gonéri Le Bouder, Cyril Brulebois, Barry deFreese
  • Date: 2008-01-08 19:54:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108195418-n19fc4eobhhqxcy5
Tags: 2.0.1.0-1
[ Eddy Petrișor ]
* fixed Homepage semifield

[ Gonéri Le Bouder ]
* add a watchfile
* move homepage from the description to the new Homepage field

[ Cyril Brulebois ]
* Added Vcs-Svn and Vcs-Browser fields in the control file.

[ Barry deFreese ]
* Fix make-clean lintian warning
* New upstream release
* Bump debhelper build-dep to match compat
* Add desktop file
* Update watch file for new upstream naming
* Remove nostrip check from rules
* Bump Standards Version to 3.7.3
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ---------------------------------------------------------------------------
2
 
!if !$d(BCB)
3
 
BCB = $(MAKEDIR)\..
4
 
!endif
5
 
 
6
 
# ---------------------------------------------------------------------------
7
 
# IDE SECTION
8
 
# ---------------------------------------------------------------------------
9
 
# The following section of the project makefile is managed by the BCB IDE.
10
 
# It is recommended to use the IDE to change any of the values in this
11
 
# section.
12
 
# ---------------------------------------------------------------------------
13
 
 
14
 
VERSION = BCB.05.03
15
 
# ---------------------------------------------------------------------------
16
 
PROJECT = mount.exe
17
 
OBJFILES = ..\mount.obj
18
 
RESFILES = 
19
 
MAINSOURCE = mount.bpf
20
 
RESDEPEN = $(RESFILES)
21
 
LIBFILES = tools.lib ..\..\libs\bzlib\win\bzlib.lib ..\..\..\..\SDL\bin\Sdl.lib
22
 
IDLFILES = 
23
 
IDLGENFILES = 
24
 
LIBRARIES = 
25
 
PACKAGES = VCL50.bpi VCLX50.bpi bcbsmp50.bpi dclocx50.bpi
26
 
SPARELIBS = 
27
 
DEFFILE = 
28
 
# ---------------------------------------------------------------------------
29
 
PATHCPP = .;..\..\tools
30
 
PATHASM = .;
31
 
PATHPAS = .;
32
 
PATHRC = .;
33
 
DEBUGLIBPATH = $(BCB)\lib\debug
34
 
RELEASELIBPATH = $(BCB)\lib\release
35
 
USERDEFINES = _DEBUG;HEXAGON;_WIN32_;WIN32;converter;minimalIO;_NOASM_
36
 
SYSDEFINES = NO_STRICT;_NO_VCL
37
 
INCLUDEPATH = ..\;..\..\tools;$(BCB)\include;$(BCB)\include\vcl;..\..\LIBS\getopt
38
 
LIBPATH = ..\;..\..\tools;$(BCB)\lib\obj;$(BCB)\lib
39
 
WARNINGS= -w-par
40
 
# ---------------------------------------------------------------------------
41
 
CFLAG1 = -Od -Q -Vx -Ve -X- -a1 -b -k -y -v -vi- -tWC -tWM -c -K
42
 
IDLCFLAGS = 
43
 
PFLAGS = -$YD -$W -$O- -v -JPHNE -M
44
 
RFLAGS = 
45
 
AFLAGS = /mx /w2 /zd
46
 
LFLAGS = -D"" -ap -Tpe -x -Gn -v
47
 
# ---------------------------------------------------------------------------
48
 
ALLOBJ = c0x32.obj $(OBJFILES)
49
 
ALLRES = $(RESFILES)
50
 
ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cw32mt.lib
51
 
# ---------------------------------------------------------------------------
52
 
!ifdef IDEOPTIONS
53
 
 
54
 
[Version Info]
55
 
IncludeVerInfo=0
56
 
AutoIncBuild=0
57
 
MajorVer=1
58
 
MinorVer=0
59
 
Release=0
60
 
Build=0
61
 
Debug=0
62
 
PreRelease=0
63
 
Special=0
64
 
Private=0
65
 
DLL=0
66
 
 
67
 
[Version Info Keys]
68
 
CompanyName=
69
 
FileDescription=
70
 
FileVersion=1.0.0.0
71
 
InternalName=
72
 
LegalCopyright=
73
 
LegalTrademarks=
74
 
OriginalFilename=
75
 
ProductName=
76
 
ProductVersion=1.0.0.0
77
 
Comments=
78
 
 
79
 
[Debugging]
80
 
DebugSourceDirs=$(BCB)\source\vcl
81
 
 
82
 
!endif
83
 
 
84
 
 
85
 
 
86
 
 
87
 
 
88
 
# ---------------------------------------------------------------------------
89
 
# MAKE SECTION
90
 
# ---------------------------------------------------------------------------
91
 
# This section of the project file is not used by the BCB IDE.  It is for
92
 
# the benefit of building from the command-line using the MAKE utility.
93
 
# ---------------------------------------------------------------------------
94
 
 
95
 
.autodepend
96
 
# ---------------------------------------------------------------------------
97
 
!if "$(USERDEFINES)" != ""
98
 
AUSERDEFINES = -d$(USERDEFINES:;= -d)
99
 
!else
100
 
AUSERDEFINES =
101
 
!endif
102
 
 
103
 
!if !$d(BCC32)
104
 
BCC32 = bcc32
105
 
!endif
106
 
 
107
 
!if !$d(CPP32)
108
 
CPP32 = cpp32
109
 
!endif
110
 
 
111
 
!if !$d(DCC32)
112
 
DCC32 = dcc32
113
 
!endif
114
 
 
115
 
!if !$d(TASM32)
116
 
TASM32 = tasm32
117
 
!endif
118
 
 
119
 
!if !$d(LINKER)
120
 
LINKER = ilink32
121
 
!endif
122
 
 
123
 
!if !$d(BRCC32)
124
 
BRCC32 = brcc32
125
 
!endif
126
 
 
127
 
 
128
 
# ---------------------------------------------------------------------------
129
 
!if $d(PATHCPP)
130
 
.PATH.CPP = $(PATHCPP)
131
 
.PATH.C   = $(PATHCPP)
132
 
!endif
133
 
 
134
 
!if $d(PATHPAS)
135
 
.PATH.PAS = $(PATHPAS)
136
 
!endif
137
 
 
138
 
!if $d(PATHASM)
139
 
.PATH.ASM = $(PATHASM)
140
 
!endif
141
 
 
142
 
!if $d(PATHRC)
143
 
.PATH.RC  = $(PATHRC)
144
 
!endif
145
 
# ---------------------------------------------------------------------------
146
 
$(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
147
 
    $(BCB)\BIN\$(LINKER) @&&!
148
 
    $(LFLAGS) -L$(LIBPATH) +
149
 
    $(ALLOBJ), +
150
 
    $(PROJECT),, +
151
 
    $(ALLLIB), +
152
 
    $(DEFFILE), +
153
 
    $(ALLRES)
154
 
!
155
 
# ---------------------------------------------------------------------------
156
 
.pas.hpp:
157
 
    $(BCB)\BIN\$(DCC32) $(PFLAGS) -U$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -O$(INCLUDEPATH) --BCB {$< }
158
 
 
159
 
.pas.obj:
160
 
    $(BCB)\BIN\$(DCC32) $(PFLAGS) -U$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -O$(INCLUDEPATH) --BCB {$< }
161
 
 
162
 
.cpp.obj:
163
 
    $(BCB)\BIN\$(BCC32) $(CFLAG1) $(WARNINGS) -I$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -n$(@D) {$< }
164
 
 
165
 
.c.obj:
166
 
    $(BCB)\BIN\$(BCC32) $(CFLAG1) $(WARNINGS) -I$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -n$(@D) {$< }
167
 
 
168
 
.c.i:
169
 
    $(BCB)\BIN\$(CPP32) $(CFLAG1) $(WARNINGS) -I$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -n. {$< }
170
 
 
171
 
.cpp.i:
172
 
    $(BCB)\BIN\$(CPP32) $(CFLAG1) $(WARNINGS) -I$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -n. {$< }
173
 
 
174
 
.asm.obj:
175
 
    $(BCB)\BIN\$(TASM32) $(AFLAGS) -i$(INCLUDEPATH:;= -i) $(AUSERDEFINES) -d$(SYSDEFINES:;= -d) $<, $@
176
 
 
177
 
.rc.res:
178
 
    $(BCB)\BIN\$(BRCC32) $(RFLAGS) -I$(INCLUDEPATH) -D$(USERDEFINES);$(SYSDEFINES) -fo$@ $<
179
 
# ---------------------------------------------------------------------------
180
 
 
181
 
 
182
 
 
183