mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 08:37:58 +02: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) " lhelp build lhelp, requires bigidecomponents"
|
||||
@$(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) " Flags:"
|
||||
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
||||
@ -3814,8 +3812,6 @@ lazbuild: registration lazutils
|
||||
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
||||
lhelp:
|
||||
$(MAKE) -C components/chmhelp/lhelp
|
||||
examples:
|
||||
$(MAKE) -C examples
|
||||
all: lazbuild lcl basecomponents ide starter
|
||||
bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp
|
||||
cleanide:
|
||||
@ -3836,7 +3832,6 @@ purge:
|
||||
$(MAKE) -C components distclean
|
||||
$(MAKE) -C tools distclean
|
||||
$(MAKE) -C components/chmhelp/lhelp distclean
|
||||
$(MAKE) -C examples clean
|
||||
cleanall: purge
|
||||
distclean: purge
|
||||
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) " lhelp build lhelp, requires bigidecomponents"
|
||||
@$(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) " Flags:"
|
||||
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
||||
@ -231,12 +229,6 @@ lazbuild: registration lazutils
|
||||
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
|
||||
all: lazbuild lcl basecomponents ide starter
|
||||
@ -268,8 +260,6 @@ purge:
|
||||
$(MAKE) -C components distclean
|
||||
$(MAKE) -C tools distclean
|
||||
$(MAKE) -C components/chmhelp/lhelp distclean
|
||||
|
||||
$(MAKE) -C examples clean
|
||||
# $(MAKE) -C doceditor clean
|
||||
|
||||
cleanall: purge
|
||||
|
Loading…
Reference in New Issue
Block a user