mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 05:52:38 +02:00
Makefiles: removed some fcl dependencies
git-svn-id: trunk@12495 -
This commit is contained in:
parent
3cf6a7f99d
commit
e4a0241fcb
@ -7,7 +7,7 @@ name=lazarus
|
||||
version=0.9b
|
||||
|
||||
[require]
|
||||
packages=fcl regexpr
|
||||
packages=regexpr
|
||||
|
||||
[target]
|
||||
programs=lazarus startlazarus
|
||||
|
@ -8,7 +8,7 @@ name=codetools
|
||||
version=1.0
|
||||
|
||||
[require]
|
||||
packages=fcl
|
||||
packages=
|
||||
|
||||
[compiler]
|
||||
unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
|
||||
|
@ -19,7 +19,7 @@ units=jitform
|
||||
files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
|
||||
[require]
|
||||
packages=fcl
|
||||
packages=
|
||||
|
||||
[default]
|
||||
lcldir=../../lcl
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@ units=hello \
|
||||
trackbar
|
||||
|
||||
[require]
|
||||
packages=fcl regexpr
|
||||
packages=regexpr
|
||||
|
||||
[clean]
|
||||
files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) \
|
||||
|
828
ide/Makefile
828
ide/Makefile
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ name=lazaruside
|
||||
version=0.9b
|
||||
|
||||
[require]
|
||||
packages=fcl regexpr
|
||||
packages=regexpr
|
||||
|
||||
[target]
|
||||
programs=lazarus startlazarus lazbuild
|
||||
|
827
ideintf/Makefile
827
ideintf/Makefile
File diff suppressed because it is too large
Load Diff
@ -55,7 +55,7 @@ files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT))
|
||||
|
||||
[require]
|
||||
packages=fcl
|
||||
packages=
|
||||
|
||||
[default]
|
||||
lcldir=../lcl
|
||||
|
@ -71,7 +71,7 @@ implicitunits= \
|
||||
rsts=lclstrconsts
|
||||
|
||||
[require]
|
||||
packages=fcl
|
||||
packages=
|
||||
|
||||
[prerules]
|
||||
ifeq ($(findstring $(OS_TARGET),win32 win64 wince),)
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
main=lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
packages=rtl
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -7,7 +7,7 @@
|
||||
main=lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl-base
|
||||
packages=rtl
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -7,7 +7,7 @@
|
||||
main=lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl gtk
|
||||
packages=rtl gtk
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -7,7 +7,7 @@
|
||||
main=lazarus/lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl gtk
|
||||
packages=rtl gtk
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -7,7 +7,7 @@
|
||||
main=lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
packages=rtl
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -7,7 +7,7 @@
|
||||
main=lazarus/lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
packages=rtl
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -7,7 +7,7 @@
|
||||
main=lazarus/lcl
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
packages=rtl
|
||||
|
||||
[target]
|
||||
units=interfaces
|
||||
|
@ -1,8 +1,8 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/03/27]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/10/16]
|
||||
#
|
||||
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-darwin 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
|
||||
BSDs = freebsd netbsd openbsd darwin
|
||||
UNIXs = linux $(BSDs) solaris qnx
|
||||
LIMIT83fs = go32v2 os2 emx watcom
|
||||
@ -379,9 +379,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override CLEAN_FILES+=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||
override CLEAN_FILES+=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
||||
override CLEAN_FILES+=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))
|
||||
endif
|
||||
@ -1146,7 +1143,7 @@ override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
||||
endif
|
||||
ifndef CROSSBOOTSTRAP
|
||||
ifneq ($(BINUTILSPREFIX),)
|
||||
override FPCOPT+=-XP$(BINUTILSPREFIX) -Xc
|
||||
override FPCOPT+=-XP$(BINUTILSPREFIX)
|
||||
endif
|
||||
ifneq ($(BINUTILSPREFIX),)
|
||||
override FPCOPT+=-Xr$(RLINKPATH)
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@ files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
|
||||
[require]
|
||||
packages=fcl
|
||||
packages=
|
||||
|
||||
[rules]
|
||||
cleanlaz: clean
|
||||
|
@ -12,7 +12,7 @@ dirs=apiwizz
|
||||
programs=lazres svn2revisioninc updatepofiles lrstolfm
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
packages=rtl
|
||||
|
||||
[compiler]
|
||||
options=-gl $(LAZARUS_LIBPATHS)
|
||||
|
@ -10,7 +10,7 @@ version=0.7a
|
||||
programs=apiwizz
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
packages=rtl
|
||||
|
||||
[clean]
|
||||
#units=apiwizard
|
||||
@ -43,4 +43,4 @@ endif
|
||||
.PHONY: all
|
||||
|
||||
all:
|
||||
$(MAKE) --assume-new=apiwizz.pp apiwizz$(EXEEXT)
|
||||
$(MAKE) --assume-new=apiwizz.pp apiwizz$(EXEEXT)
|
||||
|
Loading…
Reference in New Issue
Block a user