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

« back to all changes in this revision

Viewing changes to demo/lister/Makefile

  • 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:
1
1
#
2
 
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/05/05]
 
2
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/11/08]
3
3
#
4
4
default: all
5
 
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd arm-linux
 
5
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince powerpc64-linux
6
6
BSDs = freebsd netbsd openbsd darwin
7
7
UNIXs = linux $(BSDs) solaris qnx
8
8
LIMIT83fs = go32v2 os2 emx watcom
275
275
ifeq ($(FULL_TARGET),i386-netwlibc)
276
276
override TARGET_PROGRAMS+=lister
277
277
endif
 
278
ifeq ($(FULL_TARGET),i386-wince)
 
279
override TARGET_PROGRAMS+=lister
 
280
endif
278
281
ifeq ($(FULL_TARGET),m68k-linux)
279
282
override TARGET_PROGRAMS+=lister
280
283
endif
326
329
ifeq ($(FULL_TARGET),x86_64-freebsd)
327
330
override TARGET_PROGRAMS+=lister
328
331
endif
 
332
ifeq ($(FULL_TARGET),x86_64-win64)
 
333
override TARGET_PROGRAMS+=lister
 
334
endif
329
335
ifeq ($(FULL_TARGET),arm-linux)
330
336
override TARGET_PROGRAMS+=lister
331
337
endif
 
338
ifeq ($(FULL_TARGET),arm-wince)
 
339
override TARGET_PROGRAMS+=lister
 
340
endif
 
341
ifeq ($(FULL_TARGET),powerpc64-linux)
 
342
override TARGET_PROGRAMS+=lister
 
343
endif
332
344
ifeq ($(FULL_TARGET),i386-linux)
333
345
override TARGET_UNITS+=flist
334
346
endif
374
386
ifeq ($(FULL_TARGET),i386-netwlibc)
375
387
override TARGET_UNITS+=flist
376
388
endif
 
389
ifeq ($(FULL_TARGET),i386-wince)
 
390
override TARGET_UNITS+=flist
 
391
endif
377
392
ifeq ($(FULL_TARGET),m68k-linux)
378
393
override TARGET_UNITS+=flist
379
394
endif
425
440
ifeq ($(FULL_TARGET),x86_64-freebsd)
426
441
override TARGET_UNITS+=flist
427
442
endif
 
443
ifeq ($(FULL_TARGET),x86_64-win64)
 
444
override TARGET_UNITS+=flist
 
445
endif
428
446
ifeq ($(FULL_TARGET),arm-linux)
429
447
override TARGET_UNITS+=flist
430
448
endif
 
449
ifeq ($(FULL_TARGET),arm-wince)
 
450
override TARGET_UNITS+=flist
 
451
endif
 
452
ifeq ($(FULL_TARGET),powerpc64-linux)
 
453
override TARGET_UNITS+=flist
 
454
endif
431
455
ifdef REQUIRE_UNITSDIR
432
456
override UNITSDIR+=$(REQUIRE_UNITSDIR)
433
457
endif
1202
1226
ifeq ($(FULL_TARGET),i386-netwlibc)
1203
1227
REQUIRE_PACKAGES_RTL=1
1204
1228
endif
 
1229
ifeq ($(FULL_TARGET),i386-wince)
 
1230
REQUIRE_PACKAGES_RTL=1
 
1231
endif
1205
1232
ifeq ($(FULL_TARGET),m68k-linux)
1206
1233
REQUIRE_PACKAGES_RTL=1
1207
1234
endif
1253
1280
ifeq ($(FULL_TARGET),x86_64-freebsd)
1254
1281
REQUIRE_PACKAGES_RTL=1
1255
1282
endif
 
1283
ifeq ($(FULL_TARGET),x86_64-win64)
 
1284
REQUIRE_PACKAGES_RTL=1
 
1285
endif
1256
1286
ifeq ($(FULL_TARGET),arm-linux)
1257
1287
REQUIRE_PACKAGES_RTL=1
1258
1288
endif
 
1289
ifeq ($(FULL_TARGET),arm-wince)
 
1290
REQUIRE_PACKAGES_RTL=1
 
1291
endif
 
1292
ifeq ($(FULL_TARGET),powerpc64-linux)
 
1293
REQUIRE_PACKAGES_RTL=1
 
1294
endif
1259
1295
ifdef REQUIRE_PACKAGES_RTL
1260
1296
PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
1261
1297
ifneq ($(PACKAGEDIR_RTL),)
1326
1362
FPCCPUOPT:=-OG2p3
1327
1363
else
1328
1364
ifeq ($(CPU_TARGET),powerpc)
1329
 
FPCCPUOPT:=-O1
 
1365
FPCCPUOPT:=-O1r
1330
1366
else
1331
1367
FPCCPUOPT:=
1332
1368
endif
1333
1369
endif
1334
 
override FPCOPT+=-Xs $(FPCCPUOPT) -n
 
1370
override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
1335
1371
override FPCOPTDEF+=RELEASE
1336
1372
endif
1337
1373
ifdef STRIP