~ubuntu-branches/ubuntu/lucid/fpc/lucid-proposed

« back to all changes in this revision

Viewing changes to fpcsrc/rtl/darwin/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-10-09 23:29:00 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081009232900-553f61m37jkp6upv
Tags: 2.2.2-4
[ Torsten Werner ]
* Update ABI version in fpc-depends automatically.
* Remove empty directories from binary package fpc-source.

[ Mazen Neifer ]
* Removed leading path when calling update-alternatives to remove a Linitian
  error.
* Fixed clean target.
* Improved description of packages. (Closes: #498882)

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 [2007/08/29]
 
2
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/08/19]
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-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded
 
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-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
6
6
BSDs = freebsd netbsd openbsd darwin
7
7
UNIXs = linux $(BSDs) solaris qnx
8
8
LIMIT83fs = go32v2 os2 emx watcom
 
9
OSNeedsComspecToRunBatch = go32v2 watcom
9
10
FORCE:
10
11
.PHONY: FORCE
11
12
override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
56
57
SRCBATCHEXT=.bat
57
58
endif
58
59
endif
 
60
ifdef COMSPEC
 
61
ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
 
62
RUNBATCH=$(COMSPEC) /C
 
63
endif
 
64
endif
59
65
ifdef inUnix
60
66
PATHSEP=/
61
67
else
103
109
FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
104
110
ifneq ($(FPCPROG),)
105
111
FPCPROG:=$(firstword $(FPCPROG))
 
112
ifneq ($(CPU_TARGET),)
 
113
FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
 
114
else
106
115
FPC:=$(shell $(FPCPROG) -PB)
 
116
endif
107
117
ifneq ($(findstring Error,$(FPC)),)
108
118
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
109
119
endif
219
229
ifndef CROSSBINDIR
220
230
CROSSBINDIR:=$(wildcard $(FPCDIR)/bin/$(TARGETSUFFIX))
221
231
endif
 
232
ifeq ($(OS_TARGET),darwin)
 
233
ifeq ($(OS_SOURCE),darwin)
 
234
DARWIN2DARWIN=1
 
235
endif
 
236
endif
222
237
ifndef BINUTILSPREFIX
223
238
ifndef CROSSBINDIR
224
239
ifdef CROSSCOMPILE
 
240
ifndef DARWIN2DARWIN
225
241
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
226
242
endif
227
243
endif
228
244
endif
 
245
endif
229
246
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(TARGETSUFFIX))
230
247
ifeq ($(UNITSDIR),)
231
248
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
263
280
USELIBGGI=NO
264
281
endif
265
282
ifeq ($(FULL_TARGET),i386-linux)
266
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
267
 
endif
268
 
ifeq ($(FULL_TARGET),i386-go32v2)
269
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
270
 
endif
271
 
ifeq ($(FULL_TARGET),i386-win32)
272
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
273
 
endif
274
 
ifeq ($(FULL_TARGET),i386-os2)
275
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
276
 
endif
277
 
ifeq ($(FULL_TARGET),i386-freebsd)
278
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
279
 
endif
280
 
ifeq ($(FULL_TARGET),i386-beos)
281
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
282
 
endif
283
 
ifeq ($(FULL_TARGET),i386-netbsd)
284
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
285
 
endif
286
 
ifeq ($(FULL_TARGET),i386-solaris)
287
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
288
 
endif
289
 
ifeq ($(FULL_TARGET),i386-qnx)
290
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
291
 
endif
292
 
ifeq ($(FULL_TARGET),i386-netware)
293
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
294
 
endif
295
 
ifeq ($(FULL_TARGET),i386-openbsd)
296
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
297
 
endif
298
 
ifeq ($(FULL_TARGET),i386-wdosx)
299
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
300
 
endif
301
 
ifeq ($(FULL_TARGET),i386-darwin)
302
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
303
 
endif
304
 
ifeq ($(FULL_TARGET),i386-emx)
305
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
306
 
endif
307
 
ifeq ($(FULL_TARGET),i386-watcom)
308
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
309
 
endif
310
 
ifeq ($(FULL_TARGET),i386-netwlibc)
311
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
312
 
endif
313
 
ifeq ($(FULL_TARGET),i386-wince)
314
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
315
 
endif
316
 
ifeq ($(FULL_TARGET),i386-embedded)
317
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
318
 
endif
319
 
ifeq ($(FULL_TARGET),i386-symbian)
320
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
321
 
endif
322
 
ifeq ($(FULL_TARGET),m68k-linux)
323
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
324
 
endif
325
 
ifeq ($(FULL_TARGET),m68k-freebsd)
326
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
327
 
endif
328
 
ifeq ($(FULL_TARGET),m68k-netbsd)
329
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
330
 
endif
331
 
ifeq ($(FULL_TARGET),m68k-amiga)
332
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
333
 
endif
334
 
ifeq ($(FULL_TARGET),m68k-atari)
335
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
336
 
endif
337
 
ifeq ($(FULL_TARGET),m68k-openbsd)
338
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
339
 
endif
340
 
ifeq ($(FULL_TARGET),m68k-palmos)
341
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
342
 
endif
343
 
ifeq ($(FULL_TARGET),m68k-embedded)
344
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
345
 
endif
346
 
ifeq ($(FULL_TARGET),powerpc-linux)
347
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
348
 
endif
349
 
ifeq ($(FULL_TARGET),powerpc-netbsd)
350
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
351
 
endif
352
 
ifeq ($(FULL_TARGET),powerpc-amiga)
353
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
354
 
endif
355
 
ifeq ($(FULL_TARGET),powerpc-macos)
356
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
357
 
endif
358
 
ifeq ($(FULL_TARGET),powerpc-darwin)
359
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
360
 
endif
361
 
ifeq ($(FULL_TARGET),powerpc-morphos)
362
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
363
 
endif
364
 
ifeq ($(FULL_TARGET),powerpc-embedded)
365
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
366
 
endif
367
 
ifeq ($(FULL_TARGET),sparc-linux)
368
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
369
 
endif
370
 
ifeq ($(FULL_TARGET),sparc-netbsd)
371
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
372
 
endif
373
 
ifeq ($(FULL_TARGET),sparc-solaris)
374
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
375
 
endif
376
 
ifeq ($(FULL_TARGET),sparc-embedded)
377
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
378
 
endif
379
 
ifeq ($(FULL_TARGET),x86_64-linux)
380
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
381
 
endif
382
 
ifeq ($(FULL_TARGET),x86_64-freebsd)
383
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
384
 
endif
385
 
ifeq ($(FULL_TARGET),x86_64-win64)
386
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
387
 
endif
388
 
ifeq ($(FULL_TARGET),x86_64-embedded)
389
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
390
 
endif
391
 
ifeq ($(FULL_TARGET),arm-linux)
392
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
393
 
endif
394
 
ifeq ($(FULL_TARGET),arm-palmos)
395
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
396
 
endif
397
 
ifeq ($(FULL_TARGET),arm-wince)
398
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
399
 
endif
400
 
ifeq ($(FULL_TARGET),arm-gba)
401
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
402
 
endif
403
 
ifeq ($(FULL_TARGET),arm-nds)
404
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
405
 
endif
406
 
ifeq ($(FULL_TARGET),arm-embedded)
407
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
408
 
endif
409
 
ifeq ($(FULL_TARGET),arm-symbian)
410
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
411
 
endif
412
 
ifeq ($(FULL_TARGET),powerpc64-linux)
413
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
414
 
endif
415
 
ifeq ($(FULL_TARGET),powerpc64-embedded)
416
 
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd
417
 
endif
418
 
ifeq ($(FULL_TARGET),i386-linux)
419
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
420
 
endif
421
 
ifeq ($(FULL_TARGET),i386-go32v2)
422
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
423
 
endif
424
 
ifeq ($(FULL_TARGET),i386-win32)
425
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
426
 
endif
427
 
ifeq ($(FULL_TARGET),i386-os2)
428
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
429
 
endif
430
 
ifeq ($(FULL_TARGET),i386-freebsd)
431
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
432
 
endif
433
 
ifeq ($(FULL_TARGET),i386-beos)
434
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
435
 
endif
436
 
ifeq ($(FULL_TARGET),i386-netbsd)
437
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
438
 
endif
439
 
ifeq ($(FULL_TARGET),i386-solaris)
440
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
441
 
endif
442
 
ifeq ($(FULL_TARGET),i386-qnx)
443
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
444
 
endif
445
 
ifeq ($(FULL_TARGET),i386-netware)
446
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
447
 
endif
448
 
ifeq ($(FULL_TARGET),i386-openbsd)
449
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
450
 
endif
451
 
ifeq ($(FULL_TARGET),i386-wdosx)
452
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
453
 
endif
454
 
ifeq ($(FULL_TARGET),i386-darwin)
455
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
456
 
endif
457
 
ifeq ($(FULL_TARGET),i386-emx)
458
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
459
 
endif
460
 
ifeq ($(FULL_TARGET),i386-watcom)
461
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
462
 
endif
463
 
ifeq ($(FULL_TARGET),i386-netwlibc)
464
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
465
 
endif
466
 
ifeq ($(FULL_TARGET),i386-wince)
467
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
468
 
endif
469
 
ifeq ($(FULL_TARGET),i386-embedded)
470
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
471
 
endif
472
 
ifeq ($(FULL_TARGET),i386-symbian)
473
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
474
 
endif
475
 
ifeq ($(FULL_TARGET),m68k-linux)
476
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
477
 
endif
478
 
ifeq ($(FULL_TARGET),m68k-freebsd)
479
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
480
 
endif
481
 
ifeq ($(FULL_TARGET),m68k-netbsd)
482
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
483
 
endif
484
 
ifeq ($(FULL_TARGET),m68k-amiga)
485
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
486
 
endif
487
 
ifeq ($(FULL_TARGET),m68k-atari)
488
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
489
 
endif
490
 
ifeq ($(FULL_TARGET),m68k-openbsd)
491
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
492
 
endif
493
 
ifeq ($(FULL_TARGET),m68k-palmos)
494
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
495
 
endif
496
 
ifeq ($(FULL_TARGET),m68k-embedded)
497
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
498
 
endif
499
 
ifeq ($(FULL_TARGET),powerpc-linux)
500
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
501
 
endif
502
 
ifeq ($(FULL_TARGET),powerpc-netbsd)
503
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
504
 
endif
505
 
ifeq ($(FULL_TARGET),powerpc-amiga)
506
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
507
 
endif
508
 
ifeq ($(FULL_TARGET),powerpc-macos)
509
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
510
 
endif
511
 
ifeq ($(FULL_TARGET),powerpc-darwin)
512
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
513
 
endif
514
 
ifeq ($(FULL_TARGET),powerpc-morphos)
515
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
516
 
endif
517
 
ifeq ($(FULL_TARGET),powerpc-embedded)
518
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
519
 
endif
520
 
ifeq ($(FULL_TARGET),sparc-linux)
521
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
522
 
endif
523
 
ifeq ($(FULL_TARGET),sparc-netbsd)
524
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
525
 
endif
526
 
ifeq ($(FULL_TARGET),sparc-solaris)
527
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
528
 
endif
529
 
ifeq ($(FULL_TARGET),sparc-embedded)
530
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
531
 
endif
532
 
ifeq ($(FULL_TARGET),x86_64-linux)
533
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
534
 
endif
535
 
ifeq ($(FULL_TARGET),x86_64-freebsd)
536
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
537
 
endif
538
 
ifeq ($(FULL_TARGET),x86_64-win64)
539
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
540
 
endif
541
 
ifeq ($(FULL_TARGET),x86_64-embedded)
542
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
543
 
endif
544
 
ifeq ($(FULL_TARGET),arm-linux)
545
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
546
 
endif
547
 
ifeq ($(FULL_TARGET),arm-palmos)
548
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
549
 
endif
550
 
ifeq ($(FULL_TARGET),arm-wince)
551
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
552
 
endif
553
 
ifeq ($(FULL_TARGET),arm-gba)
554
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
555
 
endif
556
 
ifeq ($(FULL_TARGET),arm-nds)
557
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
558
 
endif
559
 
ifeq ($(FULL_TARGET),arm-embedded)
560
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
561
 
endif
562
 
ifeq ($(FULL_TARGET),arm-symbian)
563
 
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
564
 
endif
565
 
ifeq ($(FULL_TARGET),powerpc64-linux)
 
283
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
284
endif
 
285
ifeq ($(FULL_TARGET),i386-go32v2)
 
286
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
287
endif
 
288
ifeq ($(FULL_TARGET),i386-win32)
 
289
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
290
endif
 
291
ifeq ($(FULL_TARGET),i386-os2)
 
292
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
293
endif
 
294
ifeq ($(FULL_TARGET),i386-freebsd)
 
295
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
296
endif
 
297
ifeq ($(FULL_TARGET),i386-beos)
 
298
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
299
endif
 
300
ifeq ($(FULL_TARGET),i386-netbsd)
 
301
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
302
endif
 
303
ifeq ($(FULL_TARGET),i386-solaris)
 
304
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
305
endif
 
306
ifeq ($(FULL_TARGET),i386-qnx)
 
307
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
308
endif
 
309
ifeq ($(FULL_TARGET),i386-netware)
 
310
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
311
endif
 
312
ifeq ($(FULL_TARGET),i386-openbsd)
 
313
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
314
endif
 
315
ifeq ($(FULL_TARGET),i386-wdosx)
 
316
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
317
endif
 
318
ifeq ($(FULL_TARGET),i386-darwin)
 
319
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
320
endif
 
321
ifeq ($(FULL_TARGET),i386-emx)
 
322
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
323
endif
 
324
ifeq ($(FULL_TARGET),i386-watcom)
 
325
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
326
endif
 
327
ifeq ($(FULL_TARGET),i386-netwlibc)
 
328
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
329
endif
 
330
ifeq ($(FULL_TARGET),i386-wince)
 
331
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
332
endif
 
333
ifeq ($(FULL_TARGET),i386-embedded)
 
334
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
335
endif
 
336
ifeq ($(FULL_TARGET),i386-symbian)
 
337
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
338
endif
 
339
ifeq ($(FULL_TARGET),m68k-linux)
 
340
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
341
endif
 
342
ifeq ($(FULL_TARGET),m68k-freebsd)
 
343
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
344
endif
 
345
ifeq ($(FULL_TARGET),m68k-netbsd)
 
346
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
347
endif
 
348
ifeq ($(FULL_TARGET),m68k-amiga)
 
349
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
350
endif
 
351
ifeq ($(FULL_TARGET),m68k-atari)
 
352
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
353
endif
 
354
ifeq ($(FULL_TARGET),m68k-openbsd)
 
355
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
356
endif
 
357
ifeq ($(FULL_TARGET),m68k-palmos)
 
358
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
359
endif
 
360
ifeq ($(FULL_TARGET),m68k-embedded)
 
361
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
362
endif
 
363
ifeq ($(FULL_TARGET),powerpc-linux)
 
364
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
365
endif
 
366
ifeq ($(FULL_TARGET),powerpc-netbsd)
 
367
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
368
endif
 
369
ifeq ($(FULL_TARGET),powerpc-amiga)
 
370
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
371
endif
 
372
ifeq ($(FULL_TARGET),powerpc-macos)
 
373
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
374
endif
 
375
ifeq ($(FULL_TARGET),powerpc-darwin)
 
376
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
377
endif
 
378
ifeq ($(FULL_TARGET),powerpc-morphos)
 
379
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
380
endif
 
381
ifeq ($(FULL_TARGET),powerpc-embedded)
 
382
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
383
endif
 
384
ifeq ($(FULL_TARGET),sparc-linux)
 
385
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
386
endif
 
387
ifeq ($(FULL_TARGET),sparc-netbsd)
 
388
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
389
endif
 
390
ifeq ($(FULL_TARGET),sparc-solaris)
 
391
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
392
endif
 
393
ifeq ($(FULL_TARGET),sparc-embedded)
 
394
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
395
endif
 
396
ifeq ($(FULL_TARGET),x86_64-linux)
 
397
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
398
endif
 
399
ifeq ($(FULL_TARGET),x86_64-freebsd)
 
400
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
401
endif
 
402
ifeq ($(FULL_TARGET),x86_64-darwin)
 
403
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
404
endif
 
405
ifeq ($(FULL_TARGET),x86_64-win64)
 
406
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
407
endif
 
408
ifeq ($(FULL_TARGET),x86_64-embedded)
 
409
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
410
endif
 
411
ifeq ($(FULL_TARGET),arm-linux)
 
412
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
413
endif
 
414
ifeq ($(FULL_TARGET),arm-palmos)
 
415
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
416
endif
 
417
ifeq ($(FULL_TARGET),arm-wince)
 
418
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
419
endif
 
420
ifeq ($(FULL_TARGET),arm-gba)
 
421
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
422
endif
 
423
ifeq ($(FULL_TARGET),arm-nds)
 
424
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
425
endif
 
426
ifeq ($(FULL_TARGET),arm-embedded)
 
427
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
428
endif
 
429
ifeq ($(FULL_TARGET),arm-symbian)
 
430
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
431
endif
 
432
ifeq ($(FULL_TARGET),powerpc64-linux)
 
433
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
434
endif
 
435
ifeq ($(FULL_TARGET),powerpc64-darwin)
 
436
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
437
endif
 
438
ifeq ($(FULL_TARGET),powerpc64-embedded)
 
439
override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd fmtbcd clocale
 
440
endif
 
441
ifeq ($(FULL_TARGET),i386-linux)
 
442
override TARGET_IMPLICITUNITS+=exeinfo
 
443
endif
 
444
ifeq ($(FULL_TARGET),i386-go32v2)
 
445
override TARGET_IMPLICITUNITS+=exeinfo
 
446
endif
 
447
ifeq ($(FULL_TARGET),i386-win32)
 
448
override TARGET_IMPLICITUNITS+=exeinfo
 
449
endif
 
450
ifeq ($(FULL_TARGET),i386-os2)
 
451
override TARGET_IMPLICITUNITS+=exeinfo
 
452
endif
 
453
ifeq ($(FULL_TARGET),i386-freebsd)
 
454
override TARGET_IMPLICITUNITS+=exeinfo
 
455
endif
 
456
ifeq ($(FULL_TARGET),i386-beos)
 
457
override TARGET_IMPLICITUNITS+=exeinfo
 
458
endif
 
459
ifeq ($(FULL_TARGET),i386-netbsd)
 
460
override TARGET_IMPLICITUNITS+=exeinfo
 
461
endif
 
462
ifeq ($(FULL_TARGET),i386-solaris)
 
463
override TARGET_IMPLICITUNITS+=exeinfo
 
464
endif
 
465
ifeq ($(FULL_TARGET),i386-qnx)
 
466
override TARGET_IMPLICITUNITS+=exeinfo
 
467
endif
 
468
ifeq ($(FULL_TARGET),i386-netware)
 
469
override TARGET_IMPLICITUNITS+=exeinfo
 
470
endif
 
471
ifeq ($(FULL_TARGET),i386-openbsd)
 
472
override TARGET_IMPLICITUNITS+=exeinfo
 
473
endif
 
474
ifeq ($(FULL_TARGET),i386-wdosx)
 
475
override TARGET_IMPLICITUNITS+=exeinfo
 
476
endif
 
477
ifeq ($(FULL_TARGET),i386-darwin)
 
478
override TARGET_IMPLICITUNITS+=exeinfo
 
479
endif
 
480
ifeq ($(FULL_TARGET),i386-emx)
 
481
override TARGET_IMPLICITUNITS+=exeinfo
 
482
endif
 
483
ifeq ($(FULL_TARGET),i386-watcom)
 
484
override TARGET_IMPLICITUNITS+=exeinfo
 
485
endif
 
486
ifeq ($(FULL_TARGET),i386-netwlibc)
 
487
override TARGET_IMPLICITUNITS+=exeinfo
 
488
endif
 
489
ifeq ($(FULL_TARGET),i386-wince)
 
490
override TARGET_IMPLICITUNITS+=exeinfo
 
491
endif
 
492
ifeq ($(FULL_TARGET),i386-embedded)
 
493
override TARGET_IMPLICITUNITS+=exeinfo
 
494
endif
 
495
ifeq ($(FULL_TARGET),i386-symbian)
 
496
override TARGET_IMPLICITUNITS+=exeinfo
 
497
endif
 
498
ifeq ($(FULL_TARGET),m68k-linux)
 
499
override TARGET_IMPLICITUNITS+=exeinfo
 
500
endif
 
501
ifeq ($(FULL_TARGET),m68k-freebsd)
 
502
override TARGET_IMPLICITUNITS+=exeinfo
 
503
endif
 
504
ifeq ($(FULL_TARGET),m68k-netbsd)
 
505
override TARGET_IMPLICITUNITS+=exeinfo
 
506
endif
 
507
ifeq ($(FULL_TARGET),m68k-amiga)
 
508
override TARGET_IMPLICITUNITS+=exeinfo
 
509
endif
 
510
ifeq ($(FULL_TARGET),m68k-atari)
 
511
override TARGET_IMPLICITUNITS+=exeinfo
 
512
endif
 
513
ifeq ($(FULL_TARGET),m68k-openbsd)
 
514
override TARGET_IMPLICITUNITS+=exeinfo
 
515
endif
 
516
ifeq ($(FULL_TARGET),m68k-palmos)
 
517
override TARGET_IMPLICITUNITS+=exeinfo
 
518
endif
 
519
ifeq ($(FULL_TARGET),m68k-embedded)
 
520
override TARGET_IMPLICITUNITS+=exeinfo
 
521
endif
 
522
ifeq ($(FULL_TARGET),powerpc-linux)
 
523
override TARGET_IMPLICITUNITS+=exeinfo
 
524
endif
 
525
ifeq ($(FULL_TARGET),powerpc-netbsd)
 
526
override TARGET_IMPLICITUNITS+=exeinfo
 
527
endif
 
528
ifeq ($(FULL_TARGET),powerpc-amiga)
 
529
override TARGET_IMPLICITUNITS+=exeinfo
 
530
endif
 
531
ifeq ($(FULL_TARGET),powerpc-macos)
 
532
override TARGET_IMPLICITUNITS+=exeinfo
 
533
endif
 
534
ifeq ($(FULL_TARGET),powerpc-darwin)
 
535
override TARGET_IMPLICITUNITS+=exeinfo
 
536
endif
 
537
ifeq ($(FULL_TARGET),powerpc-morphos)
 
538
override TARGET_IMPLICITUNITS+=exeinfo
 
539
endif
 
540
ifeq ($(FULL_TARGET),powerpc-embedded)
 
541
override TARGET_IMPLICITUNITS+=exeinfo
 
542
endif
 
543
ifeq ($(FULL_TARGET),sparc-linux)
 
544
override TARGET_IMPLICITUNITS+=exeinfo
 
545
endif
 
546
ifeq ($(FULL_TARGET),sparc-netbsd)
 
547
override TARGET_IMPLICITUNITS+=exeinfo
 
548
endif
 
549
ifeq ($(FULL_TARGET),sparc-solaris)
 
550
override TARGET_IMPLICITUNITS+=exeinfo
 
551
endif
 
552
ifeq ($(FULL_TARGET),sparc-embedded)
 
553
override TARGET_IMPLICITUNITS+=exeinfo
 
554
endif
 
555
ifeq ($(FULL_TARGET),x86_64-linux)
 
556
override TARGET_IMPLICITUNITS+=exeinfo
 
557
endif
 
558
ifeq ($(FULL_TARGET),x86_64-freebsd)
 
559
override TARGET_IMPLICITUNITS+=exeinfo
 
560
endif
 
561
ifeq ($(FULL_TARGET),x86_64-darwin)
 
562
override TARGET_IMPLICITUNITS+=exeinfo
 
563
endif
 
564
ifeq ($(FULL_TARGET),x86_64-win64)
 
565
override TARGET_IMPLICITUNITS+=exeinfo
 
566
endif
 
567
ifeq ($(FULL_TARGET),x86_64-embedded)
 
568
override TARGET_IMPLICITUNITS+=exeinfo
 
569
endif
 
570
ifeq ($(FULL_TARGET),arm-linux)
 
571
override TARGET_IMPLICITUNITS+=exeinfo
 
572
endif
 
573
ifeq ($(FULL_TARGET),arm-palmos)
 
574
override TARGET_IMPLICITUNITS+=exeinfo
 
575
endif
 
576
ifeq ($(FULL_TARGET),arm-wince)
 
577
override TARGET_IMPLICITUNITS+=exeinfo
 
578
endif
 
579
ifeq ($(FULL_TARGET),arm-gba)
 
580
override TARGET_IMPLICITUNITS+=exeinfo
 
581
endif
 
582
ifeq ($(FULL_TARGET),arm-nds)
 
583
override TARGET_IMPLICITUNITS+=exeinfo
 
584
endif
 
585
ifeq ($(FULL_TARGET),arm-embedded)
 
586
override TARGET_IMPLICITUNITS+=exeinfo
 
587
endif
 
588
ifeq ($(FULL_TARGET),arm-symbian)
 
589
override TARGET_IMPLICITUNITS+=exeinfo
 
590
endif
 
591
ifeq ($(FULL_TARGET),powerpc64-linux)
 
592
override TARGET_IMPLICITUNITS+=exeinfo
 
593
endif
 
594
ifeq ($(FULL_TARGET),powerpc64-darwin)
 
595
override TARGET_IMPLICITUNITS+=exeinfo
 
596
endif
 
597
ifeq ($(FULL_TARGET),powerpc64-embedded)
 
598
override TARGET_IMPLICITUNITS+=exeinfo
 
599
endif
 
600
ifeq ($(FULL_TARGET),i386-linux)
 
601
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
602
endif
 
603
ifeq ($(FULL_TARGET),i386-go32v2)
 
604
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
605
endif
 
606
ifeq ($(FULL_TARGET),i386-win32)
 
607
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
608
endif
 
609
ifeq ($(FULL_TARGET),i386-os2)
 
610
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
611
endif
 
612
ifeq ($(FULL_TARGET),i386-freebsd)
 
613
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
614
endif
 
615
ifeq ($(FULL_TARGET),i386-beos)
 
616
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
617
endif
 
618
ifeq ($(FULL_TARGET),i386-netbsd)
 
619
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
620
endif
 
621
ifeq ($(FULL_TARGET),i386-solaris)
 
622
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
623
endif
 
624
ifeq ($(FULL_TARGET),i386-qnx)
 
625
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
626
endif
 
627
ifeq ($(FULL_TARGET),i386-netware)
 
628
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
629
endif
 
630
ifeq ($(FULL_TARGET),i386-openbsd)
 
631
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
632
endif
 
633
ifeq ($(FULL_TARGET),i386-wdosx)
 
634
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
635
endif
 
636
ifeq ($(FULL_TARGET),i386-darwin)
 
637
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
638
endif
 
639
ifeq ($(FULL_TARGET),i386-emx)
 
640
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
641
endif
 
642
ifeq ($(FULL_TARGET),i386-watcom)
 
643
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
644
endif
 
645
ifeq ($(FULL_TARGET),i386-netwlibc)
 
646
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
647
endif
 
648
ifeq ($(FULL_TARGET),i386-wince)
 
649
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
650
endif
 
651
ifeq ($(FULL_TARGET),i386-embedded)
 
652
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
653
endif
 
654
ifeq ($(FULL_TARGET),i386-symbian)
 
655
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
656
endif
 
657
ifeq ($(FULL_TARGET),m68k-linux)
 
658
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
659
endif
 
660
ifeq ($(FULL_TARGET),m68k-freebsd)
 
661
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
662
endif
 
663
ifeq ($(FULL_TARGET),m68k-netbsd)
 
664
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
665
endif
 
666
ifeq ($(FULL_TARGET),m68k-amiga)
 
667
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
668
endif
 
669
ifeq ($(FULL_TARGET),m68k-atari)
 
670
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
671
endif
 
672
ifeq ($(FULL_TARGET),m68k-openbsd)
 
673
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
674
endif
 
675
ifeq ($(FULL_TARGET),m68k-palmos)
 
676
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
677
endif
 
678
ifeq ($(FULL_TARGET),m68k-embedded)
 
679
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
680
endif
 
681
ifeq ($(FULL_TARGET),powerpc-linux)
 
682
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
683
endif
 
684
ifeq ($(FULL_TARGET),powerpc-netbsd)
 
685
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
686
endif
 
687
ifeq ($(FULL_TARGET),powerpc-amiga)
 
688
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
689
endif
 
690
ifeq ($(FULL_TARGET),powerpc-macos)
 
691
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
692
endif
 
693
ifeq ($(FULL_TARGET),powerpc-darwin)
 
694
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
695
endif
 
696
ifeq ($(FULL_TARGET),powerpc-morphos)
 
697
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
698
endif
 
699
ifeq ($(FULL_TARGET),powerpc-embedded)
 
700
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
701
endif
 
702
ifeq ($(FULL_TARGET),sparc-linux)
 
703
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
704
endif
 
705
ifeq ($(FULL_TARGET),sparc-netbsd)
 
706
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
707
endif
 
708
ifeq ($(FULL_TARGET),sparc-solaris)
 
709
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
710
endif
 
711
ifeq ($(FULL_TARGET),sparc-embedded)
 
712
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
713
endif
 
714
ifeq ($(FULL_TARGET),x86_64-linux)
 
715
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
716
endif
 
717
ifeq ($(FULL_TARGET),x86_64-freebsd)
 
718
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
719
endif
 
720
ifeq ($(FULL_TARGET),x86_64-darwin)
 
721
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
722
endif
 
723
ifeq ($(FULL_TARGET),x86_64-win64)
 
724
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
725
endif
 
726
ifeq ($(FULL_TARGET),x86_64-embedded)
 
727
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
728
endif
 
729
ifeq ($(FULL_TARGET),arm-linux)
 
730
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
731
endif
 
732
ifeq ($(FULL_TARGET),arm-palmos)
 
733
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
734
endif
 
735
ifeq ($(FULL_TARGET),arm-wince)
 
736
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
737
endif
 
738
ifeq ($(FULL_TARGET),arm-gba)
 
739
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
740
endif
 
741
ifeq ($(FULL_TARGET),arm-nds)
 
742
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
743
endif
 
744
ifeq ($(FULL_TARGET),arm-embedded)
 
745
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
746
endif
 
747
ifeq ($(FULL_TARGET),arm-symbian)
 
748
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
749
endif
 
750
ifeq ($(FULL_TARGET),powerpc64-linux)
 
751
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
 
752
endif
 
753
ifeq ($(FULL_TARGET),powerpc64-darwin)
566
754
override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts
567
755
endif
568
756
ifeq ($(FULL_TARGET),powerpc64-embedded)
689
877
ifeq ($(FULL_TARGET),x86_64-freebsd)
690
878
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
691
879
endif
 
880
ifeq ($(FULL_TARGET),x86_64-darwin)
 
881
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
 
882
endif
692
883
ifeq ($(FULL_TARGET),x86_64-win64)
693
884
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
694
885
endif
719
910
ifeq ($(FULL_TARGET),powerpc64-linux)
720
911
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
721
912
endif
 
913
ifeq ($(FULL_TARGET),powerpc64-darwin)
 
914
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
 
915
endif
722
916
ifeq ($(FULL_TARGET),powerpc64-embedded)
723
917
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
724
918
endif
842
1036
ifeq ($(FULL_TARGET),x86_64-freebsd)
843
1037
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON)
844
1038
endif
 
1039
ifeq ($(FULL_TARGET),x86_64-darwin)
 
1040
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON)
 
1041
endif
845
1042
ifeq ($(FULL_TARGET),x86_64-win64)
846
1043
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON)
847
1044
endif
872
1069
ifeq ($(FULL_TARGET),powerpc64-linux)
873
1070
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON)
874
1071
endif
 
1072
ifeq ($(FULL_TARGET),powerpc64-darwin)
 
1073
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON)
 
1074
endif
875
1075
ifeq ($(FULL_TARGET),powerpc64-embedded)
876
1076
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON)
877
1077
endif
1636
1836
endif
1637
1837
ifndef CROSSBOOTSTRAP
1638
1838
ifneq ($(BINUTILSPREFIX),)
1639
 
override FPCOPT+=-XP$(BINUTILSPREFIX) 
 
1839
override FPCOPT+=-XP$(BINUTILSPREFIX)
1640
1840
endif
1641
1841
ifneq ($(BINUTILSPREFIX),)
1642
1842
override FPCOPT+=-Xr$(RLINKPATH)
1768
1968
EXECPPAS=
1769
1969
else
1770
1970
ifeq ($(FULL_SOURCE),$(FULL_TARGET))
 
1971
ifdef RUNBATCH
 
1972
EXECPPAS:=@$(RUNBATCH) $(PPAS)
 
1973
else
1771
1974
EXECPPAS:=@$(PPAS)
1772
1975
endif
1773
1976
endif
 
1977
endif
1774
1978
.PHONY: fpc_units
1775
 
ifneq ($(TARGET_UNITS),)
 
1979
ifneq ($(TARGET_UNITS)$(TARGET_IMPLICITUNITS),)
1776
1980
override ALLTARGET+=fpc_units
1777
1981
override UNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_UNITS))
1778
1982
override IMPLICITUNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_IMPLICITUNITS))
2132
2336
SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
2133
2337
$(SYSTEMUNIT)$(PPUEXT) : $(BSDINC)/$(SYSTEMUNIT).pp $(SYSDEPS)
2134
2338
        $(COMPILER) -Us -Sg $(BSDINC)/$(SYSTEMUNIT).pp
 
2339
clocale$(PPUEXT): initc$(PPUEXT) sysutils$(PPUEXT) unixtype$(PPUEXT)
2135
2340
objpas$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(OBJPASDIR)/objpas.pp $(INC)/except.inc $(SYSTEMUNIT)$(PPUEXT)
2136
2341
        $(COMPILER) -I$(OBJPASDIR) $(OBJPASDIR)/objpas.pp
2137
2342
dateutils$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) sysutils$(PPUEXT) math$(PPUEXT) types$(PPUEXT) sysconst$(PPUEXT) $(OBJPASDIR)/dateutils.pp baseunix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
2184
2389
strutils$(PPUEXT) : $(OBJPASDIR)/strutils.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \
2185
2390
                    sysutils$(PPUEXT)
2186
2391
        $(COMPILER) $(OBJPASDIR)/strutils.pp
2187
 
variants$(PPUEXT) : $(INC)/variants.pp sysutils$(PPUEXT) sysconst$(PPUEXT) varutils$(PPUEXT) typinfo$(PPUEXT) rtlconsts$(PPUEXT)
 
2392
variants$(PPUEXT) : $(INC)/variants.pp sysutils$(PPUEXT) sysconst$(PPUEXT) varutils$(PPUEXT) typinfo$(PPUEXT) rtlconsts$(PPUEXT) math$(PPUEXT)
2188
2393
        $(COMPILER) -Fi$(INC) $(INC)/variants.pp
2189
2394
convutils$(PPUEXT) : $(OBJPASDIR)/convutils.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \
2190
2395
                    sysutils$(PPUEXT)
2191
2396
        $(COMPILER) $(OBJPASDIR)/convutils.pp
2192
2397
stdconvs$(PPUEXT) : $(OBJPASDIR)/stdconvs.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \
2193
 
                    sysutils$(PPUEXT)
 
2398
                    sysutils$(PPUEXT) convutils$(PPUEXT)
2194
2399
        $(COMPILER) $(OBJPASDIR)/stdconvs.pp
2195
2400
macpas$(PPUEXT) : $(INC)/macpas.pp $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT)
2196
2401
        $(COMPILER) $(INC)/macpas.pp $(REDIR)
2202
2407
getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMUNIT)$(PPUEXT)
2203
2408
heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMUNIT)$(PPUEXT)
2204
2409
        $(COMPILER) -Sg $(INC)/heaptrc.pp
2205
 
lineinfo$(PPUEXT) : $(INC)/lineinfo.pp $(SYSTEMUNIT)$(PPUEXT) strings$(PPUEXT)
2206
 
lnfodwrf$(PPUEXT) : $(INC)/lnfodwrf.pp $(SYSTEMUNIT)$(PPUEXT) strings$(PPUEXT)
 
2410
lineinfo$(PPUEXT) : $(INC)/lineinfo.pp $(SYSTEMUNIT)$(PPUEXT) strings$(PPUEXT) $(INC)/exeinfo.pp
 
2411
lnfodwrf$(PPUEXT) : $(INC)/lnfodwrf.pp $(SYSTEMUNIT)$(PPUEXT) strings$(PPUEXT) $(INC)/exeinfo.pp lineinfo$(PPUEXT)
2207
2412
charset$(PPUEXT) : $(INC)/charset.pp objpas$(PPUEXT)
2208
2413
ucomplex$(PPUEXT) : $(INC)/ucomplex.pp math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) math$(PPUEXT)
2209
2414
termio$(PPUEXT) : baseunix$(PPUEXT)