File: makefile.exm

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 (92 lines) | stat: -rw-r--r-- 1,714 bytes parent folder | download | duplicates (13)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#
#   Example Makefile.fpc which shows the defaults
#

[targets]
; The units which should be compiled
units=
; The programs which should be compiled
programs=


[defaults]
; the default build target should only compile the units ?
defaultunits=0
; What is the default rule to call
defaultrule=all
; force target OS
defaulttarget=
; force target CPU
defaultcpu=
; options needed to compile (like -S2 or -Sg)
defaultoptions=


[dirs]
; what is the default location of FPC
fpcdir=
; which dirs need to be searched for units
unitdir=
; which dirs need to be searched for libs
libdir=
; which dirs need to be searched for object files
objdir=
; which dirs need to be searched for include files
incdir=
; where to place the created units/files
targetdir=
; where to place the created units
unittargetdir=


[libs]
; linking with libgcc.a needed ?
libgcc=0
; linking with other libraries needed (not in the /lib;/usr/lib;/usr/X11R6/lib)
libother=0


[tools]
; sed needed?
toolsed=0
; cmp needed?
toolcmp=0
; diff needed?
tooldiff=0
; try to use upx for compression ?
toolupx=1
; date needed?
tooldate=1
; zip needed?
toolzip=1


[info]
; show configuration info
infocfg=1
; show directory info
infodir=0
; show which tools are found
infotools=0
; show install dirs
infoinstall=1
; show build objects
infoobjects=1
; show files found in current dir
infofiles=0


[presettings]
; Add here the makefile commands which need to be done at the beginning
; of the user settings section


[postsettings]
; Add here the makefile commands which need to be done at the end
; of the user settings section


[rules]
; here you can add your own rules, the general rules will automatically
; remove the defaults which call fpc_<rule>.