mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 12:19:57 +02:00
make cleanbigide = clean
git-svn-id: trunk@36447 -
This commit is contained in:
parent
df6f72a520
commit
448302319e
15
Makefile
15
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2012/03/20]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2012/03/28]
|
||||
#
|
||||
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 sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-solaris 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 mips-linux mipsel-linux
|
||||
@ -3853,10 +3853,9 @@ help:
|
||||
@$(ECHO) " clean deletes files that 'all' creates"
|
||||
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
|
||||
@$(ECHO) " starter build startlazarus"
|
||||
@$(ECHO) " bigide build IDE with a standard set of packages"
|
||||
@$(ECHO) " cleanbigide deletes files that 'bigide' creates"
|
||||
@$(ECHO) " bigide build IDE with some stable extra packages"
|
||||
@$(ECHO) " tools build lazres, svn2revisioninc, updatepofiles, lrstolfm"
|
||||
@$(ECHO) " examples build basic examples. Note: special examples have their own directory"
|
||||
@$(ECHO) " examples build basic examples. Note: There are more examples having their own directory"
|
||||
@$(ECHO) " lcl build lcl"
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Examples:"
|
||||
@ -3896,7 +3895,6 @@ useride:
|
||||
bigide: lazbuild lcl ideintf bigidecomponents idebig starter
|
||||
bigidecomponents:
|
||||
$(MAKE) -C components bigidecomponents
|
||||
cleanbigide: cleanlaz
|
||||
starter:
|
||||
$(MAKE) -C ide starter
|
||||
lazbuild: lazutils
|
||||
@ -3917,11 +3915,12 @@ cleanlaz: cleanide
|
||||
$(MAKE) -C components clean
|
||||
$(MAKE) -C packager/registration clean
|
||||
$(MAKE) -C ideintf clean
|
||||
purge: cleanlaz
|
||||
$(MAKE) -C examples clean
|
||||
$(MAKE) -C tools clean
|
||||
clean: cleanlaz
|
||||
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
||||
cleanbigide: clean
|
||||
purge: clean
|
||||
$(MAKE) -C examples clean
|
||||
$(MAKE) -C tools clean
|
||||
cleanall: purge
|
||||
installbase:
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
|
18
Makefile.fpc
18
Makefile.fpc
@ -55,10 +55,9 @@ help:
|
||||
@$(ECHO) " clean deletes files that 'all' creates"
|
||||
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
|
||||
@$(ECHO) " starter build startlazarus"
|
||||
@$(ECHO) " bigide build IDE with a standard set of packages"
|
||||
@$(ECHO) " cleanbigide deletes files that 'bigide' creates"
|
||||
@$(ECHO) " bigide build IDE with some stable extra packages"
|
||||
@$(ECHO) " tools build lazres, svn2revisioninc, updatepofiles, lrstolfm"
|
||||
@$(ECHO) " examples build basic examples. Note: special examples have their own directory"
|
||||
@$(ECHO) " examples build basic examples. Note: There are more examples having their own directory"
|
||||
@$(ECHO) " lcl build lcl"
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Examples:"
|
||||
@ -118,9 +117,6 @@ bigide: lazbuild lcl ideintf bigidecomponents idebig starter
|
||||
bigidecomponents:
|
||||
$(MAKE) -C components bigidecomponents
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
cleanbigide: cleanlaz
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
starter:
|
||||
$(MAKE) -C ide starter
|
||||
@ -154,14 +150,16 @@ cleanlaz: cleanide
|
||||
$(MAKE) -C packager/registration clean
|
||||
$(MAKE) -C ideintf clean
|
||||
|
||||
purge: cleanlaz
|
||||
clean: cleanlaz
|
||||
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
||||
|
||||
cleanbigide: clean
|
||||
|
||||
purge: clean
|
||||
$(MAKE) -C examples clean
|
||||
# $(MAKE) -C doceditor clean
|
||||
$(MAKE) -C tools clean
|
||||
|
||||
clean: cleanlaz
|
||||
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
||||
|
||||
cleanall: purge
|
||||
|
||||
# create dirs
|
||||
|
Loading…
Reference in New Issue
Block a user