mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:40:33 +02:00
make bigide: build lhelp
git-svn-id: trunk@37749 -
This commit is contained in:
parent
cc491168f8
commit
7f01c28850
10
Makefile
10
Makefile
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2012/05/03]
|
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2012/06/20]
|
||||||
#
|
#
|
||||||
default: all
|
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 i386-nativent i386-iphonesim 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 powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd 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 powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux jvm-java jvm-android
|
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 i386-nativent i386-iphonesim 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 powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd 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 powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux jvm-java jvm-android
|
||||||
@ -2738,7 +2738,7 @@ makefiles: fpc_makefiles
|
|||||||
ifneq ($(wildcard fpcmake.loc),)
|
ifneq ($(wildcard fpcmake.loc),)
|
||||||
include fpcmake.loc
|
include fpcmake.loc
|
||||||
endif
|
endif
|
||||||
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter all clean purge install
|
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter lhelp all clean purge install
|
||||||
help:
|
help:
|
||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
@$(ECHO) " Main targets"
|
@$(ECHO) " Main targets"
|
||||||
@ -2759,6 +2759,7 @@ help:
|
|||||||
@$(ECHO) " tools build lazres, svn2revisioninc, updatepofiles, lrstolfm, requires LCL with nogui widgetset"
|
@$(ECHO) " tools build lazres, svn2revisioninc, updatepofiles, lrstolfm, requires LCL with nogui widgetset"
|
||||||
@$(ECHO) " basecomponents build lazcontrols, ideintf, synedit for the LCL_PLATFORM, requires lcl"
|
@$(ECHO) " basecomponents build lazcontrols, ideintf, synedit for the LCL_PLATFORM, requires lcl"
|
||||||
@$(ECHO) " bigidecomponents build many extra packages for the LCL_PLATFORM, requires basecomponents"
|
@$(ECHO) " bigidecomponents build many extra packages for the LCL_PLATFORM, requires basecomponents"
|
||||||
|
@$(ECHO) " lhelp build lhelp, requires bigidecomponents"
|
||||||
@$(ECHO) " starter build startlazarus, requires basecomponents"
|
@$(ECHO) " starter build startlazarus, requires basecomponents"
|
||||||
@$(ECHO) " examples build basic examples, requires basecomponents"
|
@$(ECHO) " examples build basic examples, requires basecomponents"
|
||||||
@$(ECHO) " Note: There are more examples having their own directory"
|
@$(ECHO) " Note: There are more examples having their own directory"
|
||||||
@ -2829,10 +2830,12 @@ lazbuild: registration lazutils codetools
|
|||||||
$(MAKE) -C ideintf LCL_PLATFORM=nogui
|
$(MAKE) -C ideintf LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/synedit LCL_PLATFORM=nogui
|
$(MAKE) -C components/synedit LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
||||||
|
lhelp:
|
||||||
|
$(MAKE) -C components/chmhelp/lhelp
|
||||||
examples:
|
examples:
|
||||||
$(MAKE) -C examples
|
$(MAKE) -C examples
|
||||||
all: lazbuild lcl basecomponents ide starter
|
all: lazbuild lcl basecomponents ide starter
|
||||||
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter
|
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp
|
||||||
cleanide:
|
cleanide:
|
||||||
$(MAKE) -C ide cleanide
|
$(MAKE) -C ide cleanide
|
||||||
cleanlaz: cleanide
|
cleanlaz: cleanide
|
||||||
@ -2843,6 +2846,7 @@ cleanlaz: cleanide
|
|||||||
clean: cleanlaz
|
clean: cleanlaz
|
||||||
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C tools clean
|
$(MAKE) -C tools clean
|
||||||
|
$(MAKE) -C components/chmhelp/lhelp clean
|
||||||
cleanbigide: clean
|
cleanbigide: clean
|
||||||
purge: clean
|
purge: clean
|
||||||
$(MAKE) -C examples clean
|
$(MAKE) -C examples clean
|
||||||
|
12
Makefile.fpc
12
Makefile.fpc
@ -44,7 +44,7 @@ endif
|
|||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
[rules]
|
[rules]
|
||||||
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter all clean purge install
|
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter lhelp all clean purge install
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
help:
|
help:
|
||||||
@ -67,6 +67,7 @@ help:
|
|||||||
@$(ECHO) " tools build lazres, svn2revisioninc, updatepofiles, lrstolfm, requires LCL with nogui widgetset"
|
@$(ECHO) " tools build lazres, svn2revisioninc, updatepofiles, lrstolfm, requires LCL with nogui widgetset"
|
||||||
@$(ECHO) " basecomponents build lazcontrols, ideintf, synedit for the LCL_PLATFORM, requires lcl"
|
@$(ECHO) " basecomponents build lazcontrols, ideintf, synedit for the LCL_PLATFORM, requires lcl"
|
||||||
@$(ECHO) " bigidecomponents build many extra packages for the LCL_PLATFORM, requires basecomponents"
|
@$(ECHO) " bigidecomponents build many extra packages for the LCL_PLATFORM, requires basecomponents"
|
||||||
|
@$(ECHO) " lhelp build lhelp, requires bigidecomponents"
|
||||||
@$(ECHO) " starter build startlazarus, requires basecomponents"
|
@$(ECHO) " starter build startlazarus, requires basecomponents"
|
||||||
@$(ECHO) " examples build basic examples, requires basecomponents"
|
@$(ECHO) " examples build basic examples, requires basecomponents"
|
||||||
@$(ECHO) " Note: There are more examples having their own directory"
|
@$(ECHO) " Note: There are more examples having their own directory"
|
||||||
@ -191,6 +192,12 @@ lazbuild: registration lazutils codetools
|
|||||||
$(MAKE) -C components/synedit LCL_PLATFORM=nogui
|
$(MAKE) -C components/synedit LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
# build lhelp
|
||||||
|
# requires bigidecomponents
|
||||||
|
lhelp:
|
||||||
|
$(MAKE) -C components/chmhelp/lhelp
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# build examples for the LCL_PLATFORM
|
# build examples for the LCL_PLATFORM
|
||||||
# requires basecomponents
|
# requires basecomponents
|
||||||
@ -203,7 +210,7 @@ all: lazbuild lcl basecomponents ide starter
|
|||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# build lazarus,lcl,lazbuild,startlazarus with bigide packages for the LCL_PLATFORM
|
# build lazarus,lcl,lazbuild,startlazarus with bigide packages for the LCL_PLATFORM
|
||||||
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter
|
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
cleanide:
|
cleanide:
|
||||||
@ -218,6 +225,7 @@ cleanlaz: cleanide
|
|||||||
clean: cleanlaz
|
clean: cleanlaz
|
||||||
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C tools clean
|
$(MAKE) -C tools clean
|
||||||
|
$(MAKE) -C components/chmhelp/lhelp clean
|
||||||
|
|
||||||
cleanbigide: clean
|
cleanbigide: clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user