mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:26:35 +02:00
* updated for new fcl packages
git-svn-id: trunk@6662 -
This commit is contained in:
parent
f4375d547a
commit
103b4202f4
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
# Makefile.fpc for cairo
|
# Makefile.fpc for cairo
|
||||||
#
|
#
|
||||||
[require]
|
[require]
|
||||||
packages=x11 fcl
|
packages=x11 fcl-image
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name=cairo
|
name=cairo
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/26]
|
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/02/26]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded
|
||||||
@ -229,7 +229,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(TARGETSUFFIX))
|
|||||||
ifeq ($(UNITSDIR),)
|
ifeq ($(UNITSDIR),)
|
||||||
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
||||||
endif
|
endif
|
||||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||||
ifeq ($(FULL_TARGET),i386-linux)
|
ifeq ($(FULL_TARGET),i386-linux)
|
||||||
override CLEAN_UNITS+=erroru popuperr ptest
|
override CLEAN_UNITS+=erroru popuperr ptest
|
||||||
endif
|
endif
|
||||||
@ -1646,9 +1646,10 @@ cleanrtl:
|
|||||||
rtl : rtl-stamp.$(FULL_TARGET)
|
rtl : rtl-stamp.$(FULL_TARGET)
|
||||||
DUMMYINSTALLDIR=$(BASEDIR)/tmp
|
DUMMYINSTALLDIR=$(BASEDIR)/tmp
|
||||||
INSTALLOPT=INSTALL_PREFIX=$(DUMMYINSTALLDIR) INSTALL_UNITDIR=$(BASEDIR)/$(COMPILER_TARGETDIR)
|
INSTALLOPT=INSTALL_PREFIX=$(DUMMYINSTALLDIR) INSTALL_UNITDIR=$(BASEDIR)/$(COMPILER_TARGETDIR)
|
||||||
|
FPCUNITDIR=../../packages/fcl-fpcunit/src
|
||||||
fpcunit-stamp.$(FULL_TARGET):
|
fpcunit-stamp.$(FULL_TARGET):
|
||||||
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) ../../fcl/inc/testutils
|
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) $(FPCUNITDIR)/testutils
|
||||||
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) ../../fcl/inc/fpcunit
|
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) $(FPCUNITDIR)/fpcunit
|
||||||
$(ECHO) Compiled > fpcunit-stamp.$(FULL_TARGET)
|
$(ECHO) Compiled > fpcunit-stamp.$(FULL_TARGET)
|
||||||
cleanfpcunit:
|
cleanfpcunit:
|
||||||
$(DELTREE) $(COMPILER_TARGETDIR)
|
$(DELTREE) $(COMPILER_TARGETDIR)
|
||||||
|
@ -45,10 +45,11 @@ rtl : rtl-stamp.$(FULL_TARGET)
|
|||||||
|
|
||||||
DUMMYINSTALLDIR=$(BASEDIR)/tmp
|
DUMMYINSTALLDIR=$(BASEDIR)/tmp
|
||||||
INSTALLOPT=INSTALL_PREFIX=$(DUMMYINSTALLDIR) INSTALL_UNITDIR=$(BASEDIR)/$(COMPILER_TARGETDIR)
|
INSTALLOPT=INSTALL_PREFIX=$(DUMMYINSTALLDIR) INSTALL_UNITDIR=$(BASEDIR)/$(COMPILER_TARGETDIR)
|
||||||
|
FPCUNITDIR=../../packages/fcl-fpcunit/src
|
||||||
|
|
||||||
fpcunit-stamp.$(FULL_TARGET):
|
fpcunit-stamp.$(FULL_TARGET):
|
||||||
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) ../../fcl/inc/testutils
|
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) $(FPCUNITDIR)/testutils
|
||||||
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) ../../fcl/inc/fpcunit
|
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) $(FPCUNITDIR)/fpcunit
|
||||||
$(ECHO) Compiled > fpcunit-stamp.$(FULL_TARGET)
|
$(ECHO) Compiled > fpcunit-stamp.$(FULL_TARGET)
|
||||||
|
|
||||||
cleanfpcunit:
|
cleanfpcunit:
|
||||||
|
808
utils/Makefile
808
utils/Makefile
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@ dirs_freebsd=fpcres
|
|||||||
rsts=rstconv
|
rsts=rstconv
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
packages=fcl paszlib hash
|
packages=fcl-base paszlib hash
|
||||||
|
|
||||||
[clean]
|
[clean]
|
||||||
units=ptopu
|
units=ptopu
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ name=fpdoc
|
|||||||
version=2.0.0
|
version=2.0.0
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
packages=fcl
|
packages=fcl-xml fcl-passrc
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
programs=fpdoc makeskel unitdiff
|
programs=fpdoc makeskel unitdiff
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -35,7 +35,7 @@ fpcpackage=y
|
|||||||
fpcdir=../..
|
fpcdir=../..
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
packages=fcl fpmake libcurl
|
packages=fcl-base fcl-xml fpmake libcurl
|
||||||
|
|
||||||
[prerules]
|
[prerules]
|
||||||
# Compatibility to compile with 2.0.x
|
# Compatibility to compile with 2.0.x
|
||||||
|
Loading…
Reference in New Issue
Block a user