diff --git a/Makefile.fpc b/Makefile.fpc index 0a3c8e39fd..c074ce27a0 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -10,6 +10,7 @@ version=1.0.5 dirs=compiler rtl utils fcl fv packages ide [default] +fpcdir=. rule=help [prerules] diff --git a/compiler/Makefile b/compiler/Makefile index 71594f0deb..ee0aeaac2d 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/compiler/new/Makefile b/compiler/new/Makefile index b3fdeb3f12..4ff31059d1 100644 --- a/compiler/new/Makefile +++ b/compiler/new/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/Makefile b/fcl/Makefile index 80fe24bb03..0d00d5222f 100644 --- a/fcl/Makefile +++ b/fcl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1244,23 +1244,23 @@ shedit/gtk: $(MAKE) -C shedit/gtk all .PHONY: shedit/gtk_all shedit/gtk_debug shedit/gtk_examples shedit/gtk_smart shedit/gtk_shared shedit/gtk_install shedit/gtk_sourceinstall shedit/gtk_exampleinstall shedit/gtk_distinstall shedit/gtk_zipinstall shedit/gtk_zipsourceinstall shedit/gtk_zipexampleinstall shedit/gtk_zipdistinstall shedit/gtk_clean shedit/gtk_distclean shedit/gtk_cleanall shedit/gtk_info shedit/gtk endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall -zipexampleinstall: fpc_zipexampleinstall -zipdistinstall: fpc_zipdistinstall -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS)) +clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS)) $(addsuffix _clean,$(TARGET_EXAMPLEDIRS)) +distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS)) +cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS)) +info: fpc_info $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/fcl/db/Makefile b/fcl/db/Makefile index c1b30de99d..0267f8df4e 100644 --- a/fcl/db/Makefile +++ b/fcl/db/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1024,23 +1024,23 @@ tests: $(MAKE) -C tests all .PHONY: tests_all tests_debug tests_examples tests_smart tests_shared tests_install tests_sourceinstall tests_exampleinstall tests_distinstall tests_zipinstall tests_zipsourceinstall tests_zipexampleinstall tests_zipdistinstall tests_clean tests_distclean tests_cleanall tests_info tests endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) zipinstall: zipsourceinstall: -zipexampleinstall: -zipdistinstall: -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: $(addsuffix _zipdistinstall,$(TARGET_DIRS)) +clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS)) $(addsuffix _clean,$(TARGET_EXAMPLEDIRS)) +distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS)) +cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS)) +info: fpc_info $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/fcl/db/dbase/Makefile b/fcl/db/dbase/Makefile index b2e9c45073..a2b9123bab 100644 --- a/fcl/db/dbase/Makefile +++ b/fcl/db/dbase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/db/interbase/Makefile b/fcl/db/interbase/Makefile index e15c8147d1..e9bc686234 100644 --- a/fcl/db/interbase/Makefile +++ b/fcl/db/interbase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/db/mysql/Makefile b/fcl/db/mysql/Makefile index 5e424a74c1..81477a1760 100644 --- a/fcl/db/mysql/Makefile +++ b/fcl/db/mysql/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/db/tests/Makefile b/fcl/db/tests/Makefile index 71d226772c..4ecaba11b5 100644 --- a/fcl/db/tests/Makefile +++ b/fcl/db/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/shedit/Makefile b/fcl/shedit/Makefile index 0ceff85cbd..c0f9dccfbf 100644 --- a/fcl/shedit/Makefile +++ b/fcl/shedit/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/shedit/gtk/Makefile b/fcl/shedit/gtk/Makefile index 8e7cfff8a6..cdeb6c3f07 100644 --- a/fcl/shedit/gtk/Makefile +++ b/fcl/shedit/gtk/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/tests/Makefile b/fcl/tests/Makefile index ae5eb55a47..2e3f9e4fe8 100644 --- a/fcl/tests/Makefile +++ b/fcl/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/fcl/xml/Makefile b/fcl/xml/Makefile index 9146135f44..5a6ec3edcd 100644 --- a/fcl/xml/Makefile +++ b/fcl/xml/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/ide/Makefile b/ide/Makefile index 1db5e13b7c..4e11052114 100644 --- a/ide/Makefile +++ b/ide/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -855,22 +855,22 @@ text: $(MAKE) -C text all .PHONY: text_all text_debug text_examples text_smart text_shared text_install text_sourceinstall text_exampleinstall text_distinstall text_zipinstall text_zipsourceinstall text_zipexampleinstall text_zipdistinstall text_clean text_distclean text_cleanall text_info text endif -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall -zipexampleinstall: fpc_zipexampleinstall -zipdistinstall: fpc_zipdistinstall -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(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 $(addsuffix _info,$(TARGET_DIRS)) .PHONY: debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/ide/fake/Makefile b/ide/fake/Makefile index 4cf46d0211..e20f15e83f 100644 --- a/ide/fake/Makefile +++ b/ide/fake/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -784,23 +784,23 @@ gdb: $(MAKE) -C gdb all .PHONY: gdb_all gdb_debug gdb_examples gdb_smart gdb_shared gdb_install gdb_sourceinstall gdb_exampleinstall gdb_distinstall gdb_zipinstall gdb_zipsourceinstall gdb_zipexampleinstall gdb_zipdistinstall gdb_clean gdb_distclean gdb_cleanall gdb_info gdb endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install -sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall -zipinstall: -zipsourceinstall: -zipexampleinstall: -zipdistinstall: -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) +sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(TARGET_DIRS)) +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) +zipinstall: $(addsuffix _zipinstall,$(TARGET_DIRS)) +zipsourceinstall: $(addsuffix _zipsourceinstall,$(TARGET_DIRS)) +zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: $(addsuffix _zipdistinstall,$(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 $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/ide/fake/compiler/Makefile b/ide/fake/compiler/Makefile index d353f0b023..00f564668e 100644 --- a/ide/fake/compiler/Makefile +++ b/ide/fake/compiler/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/ide/fake/gdb/Makefile b/ide/fake/gdb/Makefile index 85299d95da..acceac1ffc 100644 --- a/ide/fake/gdb/Makefile +++ b/ide/fake/gdb/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/ide/text/Makefile b/ide/text/Makefile index 20223bc7e9..51603269bb 100644 --- a/ide/text/Makefile +++ b/ide/text/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/demo/Makefile b/install/demo/Makefile index b93e443ca7..65df2c982a 100644 --- a/install/demo/Makefile +++ b/install/demo/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1035,23 +1035,23 @@ os2: $(MAKE) -C os2 all .PHONY: os2_all os2_debug os2_examples os2_smart os2_shared os2_install os2_sourceinstall os2_exampleinstall os2_distinstall os2_zipinstall os2_zipsourceinstall os2_zipexampleinstall os2_zipdistinstall os2_clean os2_distclean os2_cleanall os2_info os2 endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall -zipexampleinstall: fpc_zipexampleinstall -zipdistinstall: fpc_zipdistinstall -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(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 $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/install/demo/graph/Makefile b/install/demo/graph/Makefile index af2efa1629..49637647d0 100644 --- a/install/demo/graph/Makefile +++ b/install/demo/graph/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/demo/linux/Makefile b/install/demo/linux/Makefile index 2a53d4046d..9fd49e853a 100644 --- a/install/demo/linux/Makefile +++ b/install/demo/linux/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/demo/modex/Makefile b/install/demo/modex/Makefile index f6b2e6e376..f94149c727 100644 --- a/install/demo/modex/Makefile +++ b/install/demo/modex/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/demo/os2/Makefile b/install/demo/os2/Makefile index aa39d9fae8..ec2463cc53 100644 --- a/install/demo/os2/Makefile +++ b/install/demo/os2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/demo/text/Makefile b/install/demo/text/Makefile index afdafb085a..0e9395c7c4 100644 --- a/install/demo/text/Makefile +++ b/install/demo/text/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/demo/win32/Makefile b/install/demo/win32/Makefile index 9827fcb7ea..3b58a9d9cf 100644 --- a/install/demo/win32/Makefile +++ b/install/demo/win32/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/install/fpinst/Makefile b/install/fpinst/Makefile index 86ff12dac6..19c8bfa871 100644 --- a/install/fpinst/Makefile +++ b/install/fpinst/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/Makefile b/packages/Makefile index fc8e3dd372..35d81c04cf 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1615,23 +1615,23 @@ unzip: $(MAKE) -C unzip all .PHONY: unzip_all unzip_debug unzip_examples unzip_smart unzip_shared unzip_install unzip_sourceinstall unzip_exampleinstall unzip_distinstall unzip_zipinstall unzip_zipsourceinstall unzip_zipexampleinstall unzip_zipdistinstall unzip_clean unzip_distclean unzip_cleanall unzip_info unzip endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install -sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall -zipinstall: -zipsourceinstall: -zipexampleinstall: -zipdistinstall: -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) +sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(TARGET_DIRS)) +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) +zipinstall: $(addsuffix _zipinstall,$(TARGET_DIRS)) +zipsourceinstall: $(addsuffix _zipsourceinstall,$(TARGET_DIRS)) +zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: $(addsuffix _zipdistinstall,$(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 $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/packages/cmem/Makefile b/packages/cmem/Makefile index 0fc8f87ed8..6699c6a431 100644 --- a/packages/cmem/Makefile +++ b/packages/cmem/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/forms/Makefile b/packages/forms/Makefile index 36f9fddaf5..41a4043ad3 100644 --- a/packages/forms/Makefile +++ b/packages/forms/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -959,7 +959,7 @@ zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall zipexampleinstall: fpc_zipexampleinstall zipdistinstall: fpc_zipdistinstall -clean: fpc_clean +clean: fpc_clean $(addsuffix _clean,$(TARGET_EXAMPLEDIRS)) distclean: fpc_distclean cleanall: fpc_cleanall info: fpc_info diff --git a/packages/forms/demo/Makefile b/packages/forms/demo/Makefile index c60af37156..1cdd37a60b 100644 --- a/packages/forms/demo/Makefile +++ b/packages/forms/demo/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/gdbint/Makefile b/packages/gdbint/Makefile index ec66c9cc1f..5e073130bd 100644 --- a/packages/gdbint/Makefile +++ b/packages/gdbint/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/gdbint/libgdb/Makefile b/packages/gdbint/libgdb/Makefile index 6e57b6d223..f1ad148623 100644 --- a/packages/gdbint/libgdb/Makefile +++ b/packages/gdbint/libgdb/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/ggi/Makefile b/packages/ggi/Makefile index 61f7539366..e298cf09a0 100644 --- a/packages/ggi/Makefile +++ b/packages/ggi/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/gtk/Makefile b/packages/gtk/Makefile index 11b2f26602..8f7bedffe1 100644 --- a/packages/gtk/Makefile +++ b/packages/gtk/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1004,23 +1004,23 @@ examples: $(MAKE) -C examples all .PHONY: examples_all examples_debug examples_examples examples_smart examples_shared examples_install examples_sourceinstall examples_exampleinstall examples_distinstall examples_zipinstall examples_zipsourceinstall examples_zipexampleinstall examples_zipdistinstall examples_clean examples_distclean examples_cleanall examples_info examples endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall -zipexampleinstall: fpc_zipexampleinstall -zipdistinstall: fpc_zipdistinstall -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS)) +clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS)) $(addsuffix _clean,$(TARGET_EXAMPLEDIRS)) +distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS)) +cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS)) +info: fpc_info $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/packages/gtk/examples/Makefile b/packages/gtk/examples/Makefile index 09b6817c5c..4eefd59c03 100644 --- a/packages/gtk/examples/Makefile +++ b/packages/gtk/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -916,23 +916,23 @@ tutorial: $(MAKE) -C tutorial all .PHONY: tutorial_all tutorial_debug tutorial_examples tutorial_smart tutorial_shared tutorial_install tutorial_sourceinstall tutorial_exampleinstall tutorial_distinstall tutorial_zipinstall tutorial_zipsourceinstall tutorial_zipexampleinstall tutorial_zipdistinstall tutorial_clean tutorial_distclean tutorial_cleanall tutorial_info tutorial endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install -sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall -zipinstall: -zipsourceinstall: -zipexampleinstall: -zipdistinstall: -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) +sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(TARGET_DIRS)) +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) +zipinstall: $(addsuffix _zipinstall,$(TARGET_DIRS)) +zipsourceinstall: $(addsuffix _zipsourceinstall,$(TARGET_DIRS)) +zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: $(addsuffix _zipdistinstall,$(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 $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/packages/gtk/examples/tutorial/Makefile b/packages/gtk/examples/tutorial/Makefile index d6f4131ae5..eea3510076 100644 --- a/packages/gtk/examples/tutorial/Makefile +++ b/packages/gtk/examples/tutorial/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/gtk/gtkgl/Makefile b/packages/gtk/gtkgl/Makefile index 66bdfbb962..9fc4e5059b 100644 --- a/packages/gtk/gtkgl/Makefile +++ b/packages/gtk/gtkgl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/ibase/Makefile b/packages/ibase/Makefile index 3be72ff3e6..a8f340250d 100644 --- a/packages/ibase/Makefile +++ b/packages/ibase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/inet/Makefile b/packages/inet/Makefile index d52b8192d9..29438abcb6 100644 --- a/packages/inet/Makefile +++ b/packages/inet/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/mysql/Makefile b/packages/mysql/Makefile index 7970dbd518..bead278b82 100644 --- a/packages/mysql/Makefile +++ b/packages/mysql/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/ncurses/Makefile b/packages/ncurses/Makefile index 6585a7cdc9..47510c3c92 100644 --- a/packages/ncurses/Makefile +++ b/packages/ncurses/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/opengl/Makefile b/packages/opengl/Makefile index e4f6d8dd6f..6adcbff848 100644 --- a/packages/opengl/Makefile +++ b/packages/opengl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -950,7 +950,7 @@ zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall zipexampleinstall: fpc_zipexampleinstall zipdistinstall: fpc_zipdistinstall -clean: fpc_clean +clean: fpc_clean $(addsuffix _clean,$(TARGET_EXAMPLEDIRS)) distclean: fpc_distclean cleanall: fpc_cleanall info: fpc_info diff --git a/packages/opengl/build/Makefile b/packages/opengl/build/Makefile index 3724eeafa9..76c738e372 100644 --- a/packages/opengl/build/Makefile +++ b/packages/opengl/build/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all_units override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/opengl/examples/Makefile b/packages/opengl/examples/Makefile index 699fd37a7f..16fca3fd3f 100644 --- a/packages/opengl/examples/Makefile +++ b/packages/opengl/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/oracle/Makefile b/packages/oracle/Makefile index 031e9d501d..726923df4c 100644 --- a/packages/oracle/Makefile +++ b/packages/oracle/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/paszlib/Makefile b/packages/paszlib/Makefile index 8b52070fca..53bbf2f834 100644 --- a/packages/paszlib/Makefile +++ b/packages/paszlib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/postgres/Makefile b/packages/postgres/Makefile index e48ff7c6c6..25ce852bae 100644 --- a/packages/postgres/Makefile +++ b/packages/postgres/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/regexpr/Makefile b/packages/regexpr/Makefile index b5262653ec..06137deb79 100644 --- a/packages/regexpr/Makefile +++ b/packages/regexpr/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/svgalib/Makefile b/packages/svgalib/Makefile index e8a0ea5094..8b3d23bec5 100644 --- a/packages/svgalib/Makefile +++ b/packages/svgalib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/syslog/Makefile b/packages/syslog/Makefile index 190df32a6d..38507f4c23 100644 --- a/packages/syslog/Makefile +++ b/packages/syslog/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/uncgi/Makefile b/packages/uncgi/Makefile index ab2757360e..c27742302f 100644 --- a/packages/uncgi/Makefile +++ b/packages/uncgi/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/unzip/Makefile b/packages/unzip/Makefile index e44ad439e3..efa8f6373f 100644 --- a/packages/unzip/Makefile +++ b/packages/unzip/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/utmp/Makefile b/packages/utmp/Makefile index 399dfd06f5..b977f4a122 100644 --- a/packages/utmp/Makefile +++ b/packages/utmp/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/x11/Makefile b/packages/x11/Makefile index 6008369105..1ef05d5d27 100644 --- a/packages/x11/Makefile +++ b/packages/x11/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/packages/zlib/Makefile b/packages/zlib/Makefile index 4f2d973aa6..76a491062f 100644 --- a/packages/zlib/Makefile +++ b/packages/zlib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/rtl/Makefile b/rtl/Makefile index 5e94460ebe..5d9ec24623 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1024,23 +1024,23 @@ freebsd: $(MAKE) -C freebsd all .PHONY: freebsd_all freebsd_debug freebsd_examples freebsd_smart freebsd_shared freebsd_install freebsd_sourceinstall freebsd_exampleinstall freebsd_distinstall freebsd_zipinstall freebsd_zipsourceinstall freebsd_zipexampleinstall freebsd_zipdistinstall freebsd_clean freebsd_distclean freebsd_cleanall freebsd_info freebsd endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install -sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall -zipinstall: fpc_zipinstall -zipsourceinstall: fpc_zipsourceinstall -zipexampleinstall: fpc_zipexampleinstall -zipdistinstall: fpc_zipdistinstall -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +all: fpc_all $(addsuffix _all,$(DEFAULT_DIR)) +debug: fpc_debug $(addsuffix _debug,$(DEFAULT_DIR)) +examples: fpc_examples $(addsuffix _examples,$(DEFAULT_DIR)) +smart: fpc_smart $(addsuffix _smart,$(DEFAULT_DIR)) +shared: fpc_shared $(addsuffix _shared,$(DEFAULT_DIR)) +install: fpc_install $(addsuffix _install,$(DEFAULT_DIR)) +sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(DEFAULT_DIR)) +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(DEFAULT_DIR)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(DEFAULT_DIR)) +zipinstall: fpc_zipinstall $(addsuffix _zipinstall,$(DEFAULT_DIR)) +zipsourceinstall: fpc_zipsourceinstall $(addsuffix _zipsourceinstall,$(DEFAULT_DIR)) +zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(DEFAULT_DIR)) +zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(DEFAULT_DIR)) +clean: fpc_clean $(addsuffix _clean,$(DEFAULT_DIR)) +distclean: fpc_distclean $(addsuffix _distclean,$(DEFAULT_DIR)) +cleanall: fpc_cleanall $(addsuffix _cleanall,$(DEFAULT_DIR)) +info: fpc_info $(addsuffix _info,$(DEFAULT_DIR)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index ac46dfbdef..740bb1dff4 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/rtl/go32v1/Makefile b/rtl/go32v1/Makefile index b7c0bcbc02..75778d9dfd 100644 --- a/rtl/go32v1/Makefile +++ b/rtl/go32v1/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index ed204db017..0c52a03e39 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index f5c9c1ad63..92376cb44c 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index 9b1ddad038..0df7331e00 100644 --- a/rtl/os2/Makefile +++ b/rtl/os2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 2564834f9b..f5db86c18f 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/tests/Makefile b/tests/Makefile index 4d7d7351ef..2c6797886a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: allexectests override PATH:=$(subst \,/,$(PATH)) diff --git a/tests/units/Makefile b/tests/units/Makefile index b77e998931..d26dd6ee98 100644 --- a/tests/units/Makefile +++ b/tests/units/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/utils/Makefile b/utils/Makefile index ebca03622c..c3a83f7347 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -1165,23 +1165,23 @@ fprcp: $(MAKE) -C fprcp all .PHONY: fprcp_all fprcp_debug fprcp_examples fprcp_smart fprcp_shared fprcp_install fprcp_sourceinstall fprcp_exampleinstall fprcp_distinstall fprcp_zipinstall fprcp_zipsourceinstall fprcp_zipexampleinstall fprcp_zipdistinstall fprcp_clean fprcp_distclean fprcp_cleanall fprcp_info fprcp endif -all: fpc_all -debug: fpc_debug -examples: fpc_examples -smart: fpc_smart -shared: fpc_shared -install: fpc_install +all: fpc_all $(addsuffix _all,$(TARGET_DIRS)) +debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS)) +examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS)) +smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS)) +shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS)) +install: fpc_install $(addsuffix _install,$(TARGET_DIRS)) sourceinstall: fpc_sourceinstall -exampleinstall: fpc_exampleinstall -distinstall: fpc_distinstall +exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS)) +distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS)) zipinstall: fpc_zipinstall zipsourceinstall: fpc_zipsourceinstall -zipexampleinstall: fpc_zipexampleinstall -zipdistinstall: fpc_zipdistinstall -clean: fpc_clean -distclean: fpc_distclean -cleanall: fpc_cleanall -info: fpc_info +zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS)) +zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(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 $(addsuffix _info,$(TARGET_DIRS)) .PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc diff --git a/utils/fpcm/Makefile b/utils/fpcm/Makefile index fa297163c0..faa5107a6d 100644 --- a/utils/fpcm/Makefile +++ b/utils/fpcm/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/utils/fprcp/Makefile b/utils/fprcp/Makefile index 65e01215d8..473548170c 100644 --- a/utils/fprcp/Makefile +++ b/utils/fprcp/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/utils/h2pas/Makefile b/utils/h2pas/Makefile index 7fff18ea97..ff9fbc0f5e 100644 --- a/utils/h2pas/Makefile +++ b/utils/h2pas/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/utils/simulator/Makefile b/utils/simulator/Makefile index d30bbeb0e4..cfd212fb71 100644 --- a/utils/simulator/Makefile +++ b/utils/simulator/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH)) diff --git a/utils/tply/Makefile b/utils/tply/Makefile index 64a60c50c5..fcb6f8a8f1 100644 --- a/utils/tply/Makefile +++ b/utils/tply/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24] # default: all override PATH:=$(subst \,/,$(PATH))