|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
|
|
|
#
|
|
|
default: all
|
|
|
override PATH:=$(subst \,/,$(PATH))
|
|
@@ -674,7 +674,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
|
|
|
ifdef FPCMAKE
|
|
|
ifdef PACKAGE_VERSION
|
|
|
ifneq ($(wildcard Makefile.fpc),)
|
|
|
- $(FPCMAKE) -p Makefile.fpc
|
|
|
+ $(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
|
|
|
$(MKDIR) $(INSTALL_UNITDIR)
|
|
|
$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
|
|
|
endif
|
|
@@ -1217,9 +1217,9 @@ zipinstall: fpc_zipinstall
|
|
|
zipsourceinstall: fpc_zipsourceinstall
|
|
|
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
|
|
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
|
|
-clean: $(addsuffix _clean,$(TARGET_DIRS))
|
|
|
-distclean: $(addsuffix _distclean,$(TARGET_DIRS))
|
|
|
-cleanall: $(addsuffix _cleanall,$(TARGET_DIRS))
|
|
|
+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: all debug smart examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
|
|
ifneq ($(wildcard fpcmake.loc),)
|