mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:18:02 +02:00
removed targets to recraete the Makefile
git-svn-id: trunk@7613 -
This commit is contained in:
parent
5240d61868
commit
44ec744e10
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/05/09]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/05/08]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd arm-linux
|
||||
@ -340,103 +340,103 @@ ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=apiwizz
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-linux)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-go32v2)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-beos)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-solaris)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-qnx)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netware)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-emx)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-watcom)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-atari)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-palmos)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-macos)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-morphos)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-linux)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_PROGRAMS+=lazres
|
||||
override TARGET_PROGRAMS+=lazres updatepofiles
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-linux)
|
||||
override COMPILER_OPTIONS+=-gl
|
||||
@ -2901,14 +2901,12 @@ clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info
|
||||
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
makefiles: fpc_makefiles
|
||||
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info makefiles
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
.PHONY: all makefile makefiles
|
||||
.PHONY: all
|
||||
all: apiwizz_all
|
||||
$(MAKE) --assume-new=lazres.pp lazres$(EXEEXT)
|
||||
$(MAKE) --assume-new=updatepofiles.pas updatepofiles$(EXEEXT)
|
||||
makefile: Makefile.fpc
|
||||
-$(FPCMAKE) -w
|
||||
makefiles: makefile
|
||||
|
@ -9,7 +9,7 @@ version=0.9b
|
||||
|
||||
[target]
|
||||
dirs=apiwizz
|
||||
programs=lazres
|
||||
programs=lazres updatepofiles
|
||||
|
||||
[require]
|
||||
packages=rtl fcl
|
||||
@ -37,16 +37,11 @@ export LCL_PLATFORM
|
||||
|
||||
|
||||
[rules]
|
||||
.PHONY: all makefile makefiles
|
||||
.PHONY: all
|
||||
|
||||
all: apiwizz_all
|
||||
$(MAKE) --assume-new=lazres.pp lazres$(EXEEXT)
|
||||
$(MAKE) --assume-new=updatepofiles.pas updatepofiles$(EXEEXT)
|
||||
|
||||
makefile: Makefile.fpc
|
||||
-$(FPCMAKE) -w
|
||||
|
||||
makefiles: makefile
|
||||
|
||||
# end.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/05/09]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/05/08]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd arm-linux
|
||||
@ -2658,13 +2658,11 @@ clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
makefiles: fpc_makefiles
|
||||
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info makefiles
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
.PHONY: all makefile makefiles
|
||||
.PHONY: all
|
||||
all:
|
||||
$(MAKE) --assume-new=apiwizz.pp apiwizz$(EXEEXT)
|
||||
makefile: Makefile.fpc
|
||||
-$(FPCMAKE) -w
|
||||
makefiles: makefile
|
||||
|
@ -35,12 +35,7 @@ endif
|
||||
export LCL_PLATFORM
|
||||
|
||||
[rules]
|
||||
.PHONY: all makefile makefiles
|
||||
.PHONY: all
|
||||
|
||||
all:
|
||||
$(MAKE) --assume-new=apiwizz.pp apiwizz$(EXEEXT)
|
||||
|
||||
makefile: Makefile.fpc
|
||||
-$(FPCMAKE) -w
|
||||
|
||||
makefiles: makefile
|
||||
$(MAKE) --assume-new=apiwizz.pp apiwizz$(EXEEXT)
|
Loading…
Reference in New Issue
Block a user