~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to api/win32/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2004-08-12 16:29:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812162937-moo8ulvysp1ln771
Tags: 1.9.4-5
fp-compiler: needs ld, adding dependency on binutils.  (Closes: #265265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
#   Makefile.fpc for Free Pascal API (used by Free Vision) for win32
3
 
#
4
 
 
5
 
[defaults]
6
 
defaulttarget=win32
7
 
 
8
 
[targets]
9
 
units=event $(APIOBJECTS)
10
 
 
11
 
[install]
12
 
unitsubdir=api
13
 
packagename=api
14
 
 
15
 
[libs]
16
 
libname=fpapi
17
 
 
18
 
[dirs]
19
 
fpcdir=../..
20
 
targetdir=.
21
 
sourcesdir=$(INC)
22
 
incdir=$(INC)
23
 
 
24
 
[presettings]
25
 
INC=../inc
26
 
 
27
 
# Override defaults
28
 
override PASEXT=.pas
29
 
 
30
 
include $(INC)/Makefile.api
31
 
 
32
 
 
33
 
[rules]
34
 
video$(PPUEXT): $(INC)/video.pas video.inc event$(PPUEXT)
35
 
 
36
 
keyboard$(PPUEXT): $(INC)/keyboard.pas keyboard.inc event$(PPUEXT)
37
 
 
38
 
mouse$(PPUEXT): $(INC)/mouse.pas mouse.inc event$(PPUEXT)
39
 
 
40
 
filectrl$(PPUEXT): $(INC)/filectrl.pas filectrl.inc
41
 
 
42
 
event$(PPUEXT): event.pas