mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
ide: add JCF to the bigide target if UseJCF define is enabled in the ide.inc (disabled by default)
git-svn-id: trunk@17915 -
This commit is contained in:
parent
07f5ba88b0
commit
6116a9aab3
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -416,6 +416,8 @@ components/jcf2/Contributions/StyleEditor/JCFStyle.res -text
|
||||
components/jcf2/Contributions/StyleEditor/Readme.txt svneol=native#text/plain
|
||||
components/jcf2/IdePlugin/JcfIdeMain.pas svneol=native#text/pascal
|
||||
components/jcf2/IdePlugin/JcfIdeRegister.pas svneol=native#text/pascal
|
||||
components/jcf2/IdePlugin/lazarus/Makefile svneol=native#text/plain
|
||||
components/jcf2/IdePlugin/lazarus/Makefile.fpc svneol=native#text/plain
|
||||
components/jcf2/IdePlugin/lazarus/jcfidelazarus.lpk svneol=native#text/plain
|
||||
components/jcf2/IdePlugin/lazarus/jcfidelazarus.pas svneol=native#text/pascal
|
||||
components/jcf2/IdePlugin/lazarus/jcfidemain.pas svneol=native#text/pascal
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/11/17]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/12/22]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku 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-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded
|
||||
@ -2051,6 +2051,7 @@ bigidecomponents: all
|
||||
$(MAKE) -C memds
|
||||
$(MAKE) -C sdf
|
||||
$(MAKE) -C tachart
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus
|
||||
ifneq ($(OS_TARGET),darwin)
|
||||
$(MAKE) -C tdbf
|
||||
$(MAKE) -C sqldb
|
||||
@ -2071,6 +2072,7 @@ bigideclean:
|
||||
$(MAKE) -C memds clean
|
||||
$(MAKE) -C sdf clean
|
||||
$(MAKE) -C tachart clean
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus clean
|
||||
ifneq ($(OS_TARGET),darwin)
|
||||
$(MAKE) -C tdbf clean
|
||||
$(MAKE) -C sqldb clean
|
||||
|
@ -34,6 +34,7 @@ bigidecomponents: all
|
||||
$(MAKE) -C memds
|
||||
$(MAKE) -C sdf
|
||||
$(MAKE) -C tachart
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus
|
||||
ifneq ($(OS_TARGET),darwin)
|
||||
$(MAKE) -C tdbf
|
||||
$(MAKE) -C sqldb
|
||||
@ -57,6 +58,7 @@ bigideclean:
|
||||
$(MAKE) -C memds clean
|
||||
$(MAKE) -C sdf clean
|
||||
$(MAKE) -C tachart clean
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus clean
|
||||
ifneq ($(OS_TARGET),darwin)
|
||||
$(MAKE) -C tdbf clean
|
||||
$(MAKE) -C sqldb clean
|
||||
|
2874
components/jcf2/IdePlugin/lazarus/Makefile
Normal file
2874
components/jcf2/IdePlugin/lazarus/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
51
components/jcf2/IdePlugin/lazarus/Makefile.fpc
Normal file
51
components/jcf2/IdePlugin/lazarus/Makefile.fpc
Normal file
@ -0,0 +1,51 @@
|
||||
# File generated automatically by Lazarus Package Manager
|
||||
#
|
||||
# Makefile.fpc for jcfidelazarus 2.0
|
||||
#
|
||||
# This file was generated on 24.12.2008
|
||||
|
||||
[package]
|
||||
name=jcfidelazarus
|
||||
version=2.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
unitdir=../../ ../../Parse/ ../../Parse/PreProcessor/ ../../Parse/UI/ ../../Process/ ../../Process/Align/ ../../Process/Capitalisation/ ../../Process/Indent/ ../../Process/Info/ ../../Process/Obfuscate/ ../../Process/Onceoffs/ ../../Process/Returns/ ../../Process/Spacing/ ../../Process/Transform/ ../../Process/Warnings/ ../../ReadWrite/ ../../Settings/ ../../Settings/Streams/ ../../Ui/ ../../UI/Settings/ ../../Utils/ ../../Utils/DragDrop/ ../../../../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)/ ../../../../packager/units/$(CPU_TARGET)-$(OS_TARGET)/ ./
|
||||
includedir=../../Include/ ./
|
||||
options=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Sgi
|
||||
|
||||
[target]
|
||||
units=jcfidelazarus.pas
|
||||
|
||||
[clean]
|
||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
|
||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
[prerules]
|
||||
# LCL Platform
|
||||
ifndef LCL_PLATFORM
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),win64)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
LCL_PLATFORM=carbon
|
||||
else
|
||||
LCL_PLATFORM=gtk2
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
export LCL_PLATFORM
|
||||
|
||||
[rules]
|
||||
.PHONY: cleartarget all
|
||||
|
||||
cleartarget:
|
||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/jcfidelazarus$(PPUEXT)
|
||||
|
||||
all: cleartarget $(COMPILER_UNITTARGETDIR) jcfidelazarus$(PPUEXT)
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/09/01]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/12/22]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku 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-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded
|
||||
@ -114,6 +114,10 @@ FPC:=$(shell $(FPCPROG) -PB)
|
||||
endif
|
||||
ifneq ($(findstring Error,$(FPC)),)
|
||||
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
|
||||
else
|
||||
ifeq ($(strip $(wildcard $(FPC))),)
|
||||
FPC:=$(firstword $(FPCPROG))
|
||||
endif
|
||||
endif
|
||||
else
|
||||
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
|
||||
@ -303,7 +307,8 @@ BIG_IDE_OPTIONS=-dBigIDE $(LAZARUS_LIBPATHS) \
|
||||
-Fu../components/sqldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/sdf/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/memds/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/tachart/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
-Fu../components/tachart/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/jcf2/IdePlugin/lazarus/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
LAZBUILD_OPT=$(LAZARUS_LIBPATHS)
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
LAZARUS_OPT+= -WG
|
||||
|
@ -113,7 +113,8 @@ BIG_IDE_OPTIONS=-dBigIDE $(LAZARUS_LIBPATHS) \
|
||||
-Fu../components/sqldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/sdf/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/memds/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/tachart/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
-Fu../components/tachart/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/jcf2/IdePlugin/lazarus/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
|
||||
LAZBUILD_OPT=$(LAZARUS_LIBPATHS)
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
||||
{off $apptype console}
|
||||
|
||||
{off $define UseTurbopowerInHelp}
|
||||
{off $define UseJCF}
|
||||
|
||||
{$inline on}
|
||||
|
||||
|
@ -65,7 +65,9 @@ uses
|
||||
{$IFDEF BigIDE}
|
||||
RunTimeTypeInfoControls, Printer4Lazarus, Printers4LazIDE,
|
||||
CGILaz, CGILazIDE,
|
||||
MemDSLaz, SDFLaz, TurboPowerIPro, {$ifdef UseTurbopowerInHelp}TurboPowerIProDsgn,{$endif}
|
||||
MemDSLaz, SDFLaz,
|
||||
TurboPowerIPro, {$ifdef UseTurbopowerInHelp}TurboPowerIProDsgn,{$endif}
|
||||
{$ifdef UseJCF}jcfidelazarus,{$endif}
|
||||
FPCUnitTestRunner, FPCUnitIDE, ProjTemplates, TAChartLazarusPkg,
|
||||
{$IFDEF windows}
|
||||
SQLDBLaz, DBFLaz,
|
||||
|
Loading…
Reference in New Issue
Block a user