~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to fcl/db/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
main=fcl
7
7
 
8
8
[target]
9
 
dirs=sdf memds sqldb
 
9
dirs=sdf memds sqldb unmaintained
10
10
# dirs_i386=dbase
11
 
dirs_linux=mysql interbase sqlite dbase
12
 
dirs_freebsd=mysql interbase sqlite dbase
13
 
dirs_darwin=mysql interbase sqlite
14
 
dirs_netbsd=mysql interbase sqlite
15
 
dirs_openbsd=mysql interbase sqlite
16
 
dirs_win32=mysql interbase sqlite dbase
17
 
units=dbconst db ddg_ds ddg_rec dbwhtml
18
 
exampledirs=tests
 
11
dirs_linux=dbase sqlite
 
12
dirs_freebsd=dbase sqlite
 
13
dirs_darwin=sqlite
 
14
dirs_netbsd=sqlite
 
15
dirs_openbsd=sqlite
 
16
dirs_win32=dbase sqlite
 
17
dirs_wince=dbase sqlite
 
18
units=dbconst db dbwhtml
19
19
rsts=dbwhtml dbconst
20
20
 
21
21
[compiler]
27
27
[default]
28
28
fpcdir=../..
29
29
 
30
 
 
31
 
[rules]
32
 
db$(PPUEXT): dbconst$(PPUEXT) db.pp bufdataset.inc  database.inc dataset.inc  datasource.inc  fields.inc
33
 
 
34
 
ddg_ds$(PPUEXT): db$(PPUEXT) ddg_rec$(PPUEXT) ddg_ds.pp
35
 
 
36
 
testds$(EXEEXT): ddg_ds$(PPUEXT) testds.pp
37
 
 
38
 
tested$(EXEEXT): ddg_ds$(PPUEXT) tested.pp
39
 
 
40
 
createds$(EXEEXT): createds.pp ddg_rec$(PPUEXT)