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

« back to all changes in this revision

Viewing changes to rtl/netwlibc/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:
15
15
      dateutils strutils convutils \
16
16
      charset ucomplex variants \
17
17
      rtlconsts math varutils freebidi utf8bidi \
18
 
      mouse video keyboard cmem sockets ctypes
 
18
      mouse video keyboard cmem sockets ctypes fpmkunit
19
19
 
20
 
rsts=math varutils variants convutils typinfo classes dateutils sysconst rtlconsts system
 
20
rsts=math varutils variants convutils typinfo classes dateutils sysconst rtlconsts system fpmkunit
21
21
 
22
22
[require]
23
23
nortl=y
31
31
 
32
32
[compiler]
33
33
includedir=$(INC) $(PROCINC)
34
 
sourcedir=$(INC) $(PROCINC)
 
34
sourcedir=$(INC) $(PROCINC) $(COMMON)
35
35
 
36
36
 
37
37
[prerules]
38
38
RTL=..
39
39
INC=$(RTL)/inc
 
40
COMMON=$(RTL)/common
40
41
PROCINC=$(RTL)/$(CPU_TARGET)
41
42
 
42
43
UNITPREFIX=rtl
249
250
 
250
251
ctypes$(PPUEXT) :  $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)
251
252
 
 
253
fpmkunit$(PPUEXT) : $(COMMON)/fpmkunit.pp classes$(PPUEXT)
 
254
 
252
255
#
253
256
# Other system-dependent RTL Units
254
257
#