File: Makefile.fpc

package info (click to toggle)
fpc 3.2.2%2Bdfsg-49
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 341,452 kB
  • sloc: pascal: 3,820,194; xml: 194,356; ansic: 9,637; asm: 8,482; java: 5,346; sh: 4,813; yacc: 3,956; makefile: 2,705; lex: 2,661; javascript: 2,454; sql: 929; php: 474; cpp: 145; perl: 136; sed: 132; csh: 34; tcl: 7
file content (63 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
#   Makefile.fpc for Free Pascal Runtime Library
#

[package]
name=rtl
version=3.2.2

[target]
dirs_linux=linux
dirs_win32=win32
dirs_wdosx=win32
dirs_wince=wince
dirs_win64=win64
dirs_go32v2=go32v2
dirs_go32v1=go32v1
dirs_os2=os2
dirs_emx=emx
dirs_freebsd=freebsd
dirs_dragonfly=dragonfly
dirs_darwin=darwin
dirs_iphonesim=darwin
dirs_ios=darwin
dirs_beos=beos
dirs_haiku=haiku
dirs_amiga=amiga
dirs_netbsd=netbsd
dirs_openbsd=openbsd
dirs_macosclassic=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
dirs_embedded=embedded
dirs_nativent=nativent
dirs_wii=wii
dirs_aix=aix
dirs_java=java
dirs_i386_android=android
dirs_x86_64_android=android
dirs_arm_android=android
dirs_aarch64_android=android
dirs_mipsel_android=android
dirs_jvm_android=android/jvm
dirs_msdos=msdos
dirs_aros=aros
dirs_atari=atari
dirs_win16=win16
dirs_watcom=watcom

[install]
fpcpackage=y
createpackagefpc=y

[default]
fpcdir=..

[rules]
.NOTPARALLEL: