fpc/rtl/Makefile.fpc
Jonas Maebe 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed
serially with .NOTPARALLEL:
   -> currently parallel: rtl/darwin, packages/base, packages/base/httpd,
      packages/extra/univint, fcl, utils

git-svn-id: trunk@6223 -
2007-01-27 11:05:18 +00:00

42 lines
576 B
Makefile

#
# Makefile.fpc for Free Pascal Runtime Library
#
[package]
name=rtl
version=2.0.0
[target]
dirs_linux=linux
dirs_win32=win32
dirs_wince=wince
dirs_win64=win64
dirs_go32v2=go32v2
dirs_go32v1=go32v1
dirs_os2=os2
dirs_emx=emx
dirs_freebsd=freebsd
dirs_darwin=darwin
dirs_beos=beos
dirs_amiga=amiga
dirs_netbsd=netbsd
dirs_macos=macos
dirs_morphos=morphos
dirs_netware=netware
dirs_netwlibc=netwlibc
dirs_palmos=palmos
dirs_solaris=solaris
dirs_gba=gba
dirs_nds=nds
dirs_symbian=symbian
[install]
fpcpackage=y
createpackagefpc=y
[default]
fpcdir=..
[rules]
.NOTPARALLEL: