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

« back to all changes in this revision

Viewing changes to rtl/netware/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:
16
16
      charset ucomplex variants \
17
17
      rtlconsts math varutils freebidi utf8bidi \
18
18
      mouse video keyboard cmem sockets \
19
 
      aio nwsnut nwserv nwnit nwprot netware nwcalls ctypes
20
 
rsts=math varutils variants typinfo classes dateutils sysconst convutils rtlconsts
 
19
      aio nwsnut nwserv nwnit nwprot netware nwcalls ctypes fpmkunit
 
20
rsts=math varutils variants typinfo classes dateutils sysconst convutils rtlconsts 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
43
 
 
44
 
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
45
44
SYSTEMUNIT=system
46
 
else
47
 
SYSTEMUNIT=sysnetwa
48
 
endif
49
45
 
50
46
# Use new feature from 1.0.5 version
51
47
# that generates release PPU files
242
238
 
243
239
ctypes$(PPUEXT) :  $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)
244
240
 
 
241
fpmkunit$(PPUEXT) : $(COMMON)/fpmkunit.pp classes$(PPUEXT)
 
242
 
245
243
#
246
244
# Other system-dependent RTL Units
247
245
#