|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/01/27]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/01/29]
|
|
|
#
|
|
|
default: help
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx
|
|
@@ -178,7 +178,7 @@ endif
|
|
|
else
|
|
|
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
|
|
endif
|
|
|
-PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
|
|
|
+PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
|
|
override PACKAGE_NAME=fpc
|
|
|
override PACKAGE_VERSION=1.0.5
|
|
|
ifndef inOS2
|
|
@@ -278,7 +278,7 @@ IDE=1
|
|
|
endif
|
|
|
endif
|
|
|
endif
|
|
|
-override TARGET_DIRS+=compiler rtl utils fcl fv packages ide
|
|
|
+override TARGET_DIRS+=compiler rtl utils fcl fv packages ide installer
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
|
ifdef REQUIRE_UNITSDIR
|
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
@@ -1139,6 +1139,7 @@ TARGET_DIRS_FCL=1
|
|
|
TARGET_DIRS_FV=1
|
|
|
TARGET_DIRS_PACKAGES=1
|
|
|
TARGET_DIRS_IDE=1
|
|
|
+TARGET_DIRS_INSTALLER=1
|
|
|
ifdef TARGET_DIRS_COMPILER
|
|
|
compiler_all:
|
|
|
$(MAKE) -C compiler all
|
|
@@ -1440,6 +1441,49 @@ ide:
|
|
|
$(MAKE) -C ide all
|
|
|
.PHONY: ide_all ide_debug ide_smart ide_release ide_examples ide_shared ide_install ide_sourceinstall ide_exampleinstall ide_distinstall ide_zipinstall ide_zipsourceinstall ide_zipexampleinstall ide_zipdistinstall ide_clean ide_distclean ide_cleanall ide_info ide_makefiles ide
|
|
|
endif
|
|
|
+ifdef TARGET_DIRS_INSTALLER
|
|
|
+installer_all:
|
|
|
+ $(MAKE) -C installer all
|
|
|
+installer_debug:
|
|
|
+ $(MAKE) -C installer debug
|
|
|
+installer_smart:
|
|
|
+ $(MAKE) -C installer smart
|
|
|
+installer_release:
|
|
|
+ $(MAKE) -C installer release
|
|
|
+installer_examples:
|
|
|
+ $(MAKE) -C installer examples
|
|
|
+installer_shared:
|
|
|
+ $(MAKE) -C installer shared
|
|
|
+installer_install:
|
|
|
+ $(MAKE) -C installer install
|
|
|
+installer_sourceinstall:
|
|
|
+ $(MAKE) -C installer sourceinstall
|
|
|
+installer_exampleinstall:
|
|
|
+ $(MAKE) -C installer exampleinstall
|
|
|
+installer_distinstall:
|
|
|
+ $(MAKE) -C installer distinstall
|
|
|
+installer_zipinstall:
|
|
|
+ $(MAKE) -C installer zipinstall
|
|
|
+installer_zipsourceinstall:
|
|
|
+ $(MAKE) -C installer zipsourceinstall
|
|
|
+installer_zipexampleinstall:
|
|
|
+ $(MAKE) -C installer zipexampleinstall
|
|
|
+installer_zipdistinstall:
|
|
|
+ $(MAKE) -C installer zipdistinstall
|
|
|
+installer_clean:
|
|
|
+ $(MAKE) -C installer clean
|
|
|
+installer_distclean:
|
|
|
+ $(MAKE) -C installer distclean
|
|
|
+installer_cleanall:
|
|
|
+ $(MAKE) -C installer cleanall
|
|
|
+installer_info:
|
|
|
+ $(MAKE) -C installer info
|
|
|
+installer_makefiles:
|
|
|
+ $(MAKE) -C installer makefiles
|
|
|
+installer:
|
|
|
+ $(MAKE) -C installer all
|
|
|
+.PHONY: installer_all installer_debug installer_smart installer_release installer_examples installer_shared installer_install installer_sourceinstall installer_exampleinstall installer_distinstall installer_zipinstall installer_zipsourceinstall installer_zipexampleinstall installer_zipdistinstall installer_clean installer_distclean installer_cleanall installer_info installer_makefiles installer
|
|
|
+endif
|
|
|
debug: $(addsuffix _debug,$(TARGET_DIRS))
|
|
|
smart: $(addsuffix _smart,$(TARGET_DIRS))
|
|
|
release: $(addsuffix _release,$(TARGET_DIRS))
|
|
@@ -1475,6 +1519,16 @@ help:
|
|
|
.PHONY: compiler_cycle
|
|
|
compiler_cycle:
|
|
|
$(MAKE) -C compiler cycle
|
|
|
+.PHONY: packages_base_all packages_extra_all \
|
|
|
+ packages_base_smart packages_extra_smart
|
|
|
+packages_base_all:
|
|
|
+ $(MAKE) -C packages base_all
|
|
|
+packages_base_smart:
|
|
|
+ $(MAKE) -C packages base_smart
|
|
|
+packages_extra_all:
|
|
|
+ $(MAKE) -C packages extra_all
|
|
|
+packages_extra_smart:
|
|
|
+ $(MAKE) -C packages extra_smart
|
|
|
demo_install:
|
|
|
$(MAKE) -C $(CVSINSTALL)/demo sourceinstall
|
|
|
man_install:
|
|
@@ -1488,20 +1542,6 @@ optcompinstall:
|
|
|
$(MAKE) rtl_install
|
|
|
optcompzip:
|
|
|
$(MAKE) fpc_zipinstall PACKAGENAME=optcomp ZIPTARGET=optcompinstall
|
|
|
-.PHONY: installer installersrc
|
|
|
-INSTALLERBUILDDIR=fpinst
|
|
|
-installer:
|
|
|
- $(COPYTREE) $(CVSINSTALL)/fpinst $(INSTALLERBUILDDIR)
|
|
|
- $(MAKE) -C $(INSTALLERBUILDDIR) all RELEASE=1
|
|
|
- $(MOVE) $(INSTALLERBUILDDIR)/install.exe .
|
|
|
-ifdef UPXPROG
|
|
|
- -$(UPXPROG) install.exe
|
|
|
-endif
|
|
|
- $(DELTREE) $(INSTALLERBUILDDIR)
|
|
|
-installersrc:
|
|
|
- $(COPYTREE) $(CVSINSTALL)/fpinst $(INSTALLERBUILDDIR)
|
|
|
- $(MAKE) -C $(INSTALLERBUILDDIR) zipsourceinstall
|
|
|
- $(DELTREE) $(INSTALLERBUILDDIR)
|
|
|
.PHONY: all clean distclean build install installbase zipinstall zipinstallbase zipinstallfcl \
|
|
|
zipinstallpackages
|
|
|
all: build
|
|
@@ -1520,11 +1560,14 @@ ifdef IDE
|
|
|
$(MAKE) ide_clean
|
|
|
endif
|
|
|
$(MAKE) rtl_$(ALLTARGET) $(BUILDOPTS)
|
|
|
- $(MAKE) packages_$(ALLTARGET) $(BUILDOPTS)
|
|
|
+ $(MAKE) packages_base_$(ALLTARGET) $(BUILDOPTS)
|
|
|
$(MAKE) fcl_$(ALLTARGET) $(BUILDOPTS)
|
|
|
+ $(MAKE) packages_extra_$(ALLTARGET) $(BUILDOPTS)
|
|
|
$(MAKE) utils_all $(BUILDOPTS)
|
|
|
ifdef IDE
|
|
|
+ $(MAKE) fv_all $(BUILDOPTS)
|
|
|
$(MAKE) ide_all $(BUILDOPTS)
|
|
|
+ $(MAKE) installer_all $(BUILDOPTS)
|
|
|
endif
|
|
|
$(ECHOREDIR) Build > build-stamp.$(OS_TARGET)
|
|
|
installbase: build-stamp.$(OS_TARGET)
|