mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 21:10:03 +01:00
Remove "examples" from Makefile. Examples must be built by other means now.
This commit is contained in:
parent
455af077fa
commit
23fca0b552
5
Makefile
5
Makefile
@ -3713,8 +3713,6 @@ help:
|
|||||||
@$(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) " 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) " Note: There are more examples having their own directory"
|
|
||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
@$(ECHO) " Flags:"
|
@$(ECHO) " Flags:"
|
||||||
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
||||||
@ -3814,8 +3812,6 @@ lazbuild: registration lazutils
|
|||||||
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
||||||
lhelp:
|
lhelp:
|
||||||
$(MAKE) -C components/chmhelp/lhelp
|
$(MAKE) -C components/chmhelp/lhelp
|
||||||
examples:
|
|
||||||
$(MAKE) -C examples
|
|
||||||
all: lazbuild lcl basecomponents ide starter
|
all: lazbuild lcl basecomponents ide starter
|
||||||
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp
|
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp
|
||||||
cleanide:
|
cleanide:
|
||||||
@ -3836,7 +3832,6 @@ purge:
|
|||||||
$(MAKE) -C components distclean
|
$(MAKE) -C components distclean
|
||||||
$(MAKE) -C tools distclean
|
$(MAKE) -C tools distclean
|
||||||
$(MAKE) -C components/chmhelp/lhelp distclean
|
$(MAKE) -C components/chmhelp/lhelp distclean
|
||||||
$(MAKE) -C examples clean
|
|
||||||
cleanall: purge
|
cleanall: purge
|
||||||
distclean: purge
|
distclean: purge
|
||||||
installbase:
|
installbase:
|
||||||
|
|||||||
10
Makefile.fpc
10
Makefile.fpc
@ -78,8 +78,6 @@ help:
|
|||||||
@$(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) " 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) " Note: There are more examples having their own directory"
|
|
||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
@$(ECHO) " Flags:"
|
@$(ECHO) " Flags:"
|
||||||
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
||||||
@ -231,12 +229,6 @@ lazbuild: registration lazutils
|
|||||||
lhelp:
|
lhelp:
|
||||||
$(MAKE) -C components/chmhelp/lhelp
|
$(MAKE) -C components/chmhelp/lhelp
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
|
||||||
# build examples for the LCL_PLATFORM
|
|
||||||
# requires basecomponents
|
|
||||||
examples:
|
|
||||||
$(MAKE) -C examples
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# build lazarus,lcl,lazbuild,startlazarus with base packages for the LCL_PLATFORM
|
# build lazarus,lcl,lazbuild,startlazarus with base packages for the LCL_PLATFORM
|
||||||
all: lazbuild lcl basecomponents ide starter
|
all: lazbuild lcl basecomponents ide starter
|
||||||
@ -268,8 +260,6 @@ purge:
|
|||||||
$(MAKE) -C components distclean
|
$(MAKE) -C components distclean
|
||||||
$(MAKE) -C tools distclean
|
$(MAKE) -C tools distclean
|
||||||
$(MAKE) -C components/chmhelp/lhelp distclean
|
$(MAKE) -C components/chmhelp/lhelp distclean
|
||||||
|
|
||||||
$(MAKE) -C examples clean
|
|
||||||
# $(MAKE) -C doceditor clean
|
# $(MAKE) -C doceditor clean
|
||||||
|
|
||||||
cleanall: purge
|
cleanall: purge
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user