fpc/packages/fcl-async/Makefile.fpc
Jonas Maebe 8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.

git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00

42 lines
700 B
Makefile

#
# Makefile.fpc for libasync
#
[package]
name=fcl-async
version=2.5.1
[target]
units=libasync fpasync
[install]
fpcpackage=y
[compiler]
sourcedir=src
sourcedir_linux=src/unix
sourcedir_beos=src/unix
sourcedir_haiku=src/unix
sourcedir_freebsd=src/unix
sourcedir_darwin=src/unix
sourcedir_iphonesim=src/unix
sourcedir_solaris=src/unix
sourcedir_netbsd=src/unix
sourcedir_openbsd=src/unix
includedir=src
includedir_linux=src/unix
includedir_beos=src/unix
includedir_haiku=src/unix
includedir_freebsd=src/unix
includedir_darwin=src/unix
includedir_iphonesim=src/unix
includedir_solaris=src/unix
includedir_netbsd=src/unix
includedir_openbsd=src/unix
[default]
fpcdir=../..
[rules]
.NOTPARALLEL: