~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to ide/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
[package]
8
8
name=ide
9
 
version=2.0.0
 
9
version=2.0.4
10
10
 
11
11
[target]
12
12
dirs=compiler
181
181
clean_compiler:
182
182
        $(MAKE) -C compiler clean
183
183
        $(MAKE) -C ../compiler ppuclean
184
 
 
185
 
#
186
 
# $Log: Makefile.fpc,v $
187
 
# Revision 1.32  2005/05/05 12:59:59  peter
188
 
#   * 2.0.0
189
 
#
190
 
# Revision 1.31  2005/02/15 22:28:29  peter
191
 
#   * 1.9.8
192
 
#
193
 
# Revision 1.30  2005/01/10 22:49:56  armin
194
 
# * updated makefile.fpc versions to 1.9.7, regenerated makefiles
195
 
#
196
 
# Revision 1.29  2004/12/30 20:57:39  hajny
197
 
#   * version 1.9.6
198
 
#
199
 
# Revision 1.28  2004/12/20 18:58:46  peter
200
 
#   * UnixHier
201
 
#
202
 
# Revision 1.27  2004/11/11 15:20:52  florian
203
 
#   * applied Peter's patch from yesterday
204
 
#
205
 
# Revision 1.26  2004/11/05 19:10:18  peter
206
 
#   * report where libgdb.a is found
207
 
#
208
 
# Revision 1.25  2004/11/05 13:25:10  peter
209
 
# libgdb now will be search in fpcdir
210
 
#
211
 
# Revision 1.24  2004/11/05 12:48:45  peter
212
 
# finding of libgdb.a updated
213
 
#
214
 
# Revision 1.23  2004/11/02 09:14:09  peter
215
 
#   * fix build with gdb
216
 
#
217
 
# Revision 1.22  2004/10/30 12:36:43  peter
218
 
#   * units are now created in separate directory units/cpu-os/
219
 
#   * distclean uses cleanall rule and removes units dir
220
 
#   * cross compile support fixed, it is now possible to cycle a ppcsparc
221
 
#     without deleting ppc386
222
 
#   * bintutilsperfix defaults to cpu-os-
223
 
#
224
 
# Revision 1.21  2004/05/30 09:15:35  florian
225
 
#   * first part of version number update
226
 
#
227
 
# Revision 1.20  2004/04/12 18:16:15  florian
228
 
#   * i386 compilation on debian biarch fixed
229
 
#
230
 
# Revision 1.19  2004/01/05 23:29:35  marco
231
 
#  * fixed a few makefiles version numbers
232
 
#
233
 
# Revision 1.18  2003/11/01 22:45:29  marco
234
 
#  * updated package version
235
 
#
236
 
# Revision 1.17  2003/10/03 17:29:13  florian
237
 
#   + id and log added
238
 
#
239
 
#
240