diff --git a/Makefile b/Makefile index 146c71077b..433242f04c 100644 --- a/Makefile +++ b/Makefile @@ -1340,6 +1340,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/compiler/Makefile b/compiler/Makefile index d8d0ed2b06..82411fa81d 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -3065,6 +3065,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/compiler/utils/Makefile b/compiler/utils/Makefile index 28b6c0d7c5..47f13a022d 100644 --- a/compiler/utils/Makefile +++ b/compiler/utils/Makefile @@ -2132,6 +2132,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/installer/Makefile b/installer/Makefile index 8190ac3819..150a49a721 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -1298,6 +1298,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/Makefile b/packages/Makefile index 2093808fee..576b21ec09 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/a52/Makefile b/packages/a52/Makefile index 7bfe28f968..816bdcac84 100644 --- a/packages/a52/Makefile +++ b/packages/a52/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ami-extra/Makefile b/packages/ami-extra/Makefile index 527ab20196..d276eb9df4 100644 --- a/packages/ami-extra/Makefile +++ b/packages/ami-extra/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/amunits/Makefile b/packages/amunits/Makefile index 8074320aa9..9edfb4e3b1 100644 --- a/packages/amunits/Makefile +++ b/packages/amunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/arosunits/Makefile b/packages/arosunits/Makefile index d6829c6718..b9aaabdeb4 100644 --- a/packages/arosunits/Makefile +++ b/packages/arosunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/aspell/Makefile b/packages/aspell/Makefile index 8203430670..17ae52ac13 100644 --- a/packages/aspell/Makefile +++ b/packages/aspell/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/bfd/Makefile b/packages/bfd/Makefile index df69fb7fff..652679f529 100644 --- a/packages/bfd/Makefile +++ b/packages/bfd/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/bzip2/Makefile b/packages/bzip2/Makefile index e738635900..5791deda49 100644 --- a/packages/bzip2/Makefile +++ b/packages/bzip2/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/cairo/Makefile b/packages/cairo/Makefile index 1968d6966c..c4432f9279 100644 --- a/packages/cairo/Makefile +++ b/packages/cairo/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/cdrom/Makefile b/packages/cdrom/Makefile index a1c9cc3ebc..fd76dab6ed 100644 --- a/packages/cdrom/Makefile +++ b/packages/cdrom/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/cdrom/examples/Makefile b/packages/cdrom/examples/Makefile index cd79c97cd0..fd75e847b3 100644 --- a/packages/cdrom/examples/Makefile +++ b/packages/cdrom/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/chm/Makefile b/packages/chm/Makefile index c977527b21..dfbecc448f 100644 --- a/packages/chm/Makefile +++ b/packages/chm/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/cocoaint/Makefile b/packages/cocoaint/Makefile index c8d3b9eb03..0278aa4d5a 100644 --- a/packages/cocoaint/Makefile +++ b/packages/cocoaint/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/dblib/Makefile b/packages/dblib/Makefile index ced73a7f16..bdc2ba02fa 100644 --- a/packages/dblib/Makefile +++ b/packages/dblib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/dbus/Makefile b/packages/dbus/Makefile index 23243a9b71..631f71235a 100644 --- a/packages/dbus/Makefile +++ b/packages/dbus/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/dbus/examples/Makefile b/packages/dbus/examples/Makefile index a858c34897..423e865c4c 100644 --- a/packages/dbus/examples/Makefile +++ b/packages/dbus/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/dts/Makefile b/packages/dts/Makefile index 6294c23a72..6aee968dff 100644 --- a/packages/dts/Makefile +++ b/packages/dts/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fastcgi/Makefile b/packages/fastcgi/Makefile index 82ef69158f..bbd7b69b67 100644 --- a/packages/fastcgi/Makefile +++ b/packages/fastcgi/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-async/Makefile b/packages/fcl-async/Makefile index 146d0cf90c..78cea2e6f8 100644 --- a/packages/fcl-async/Makefile +++ b/packages/fcl-async/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-base/Makefile b/packages/fcl-base/Makefile index 54500471f5..04bf09bceb 100644 --- a/packages/fcl-base/Makefile +++ b/packages/fcl-base/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-base/examples/Makefile b/packages/fcl-base/examples/Makefile index 942c39de77..9f6251c0a4 100644 --- a/packages/fcl-base/examples/Makefile +++ b/packages/fcl-base/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/Makefile b/packages/fcl-db/Makefile index 774a387cd9..868b097e20 100644 --- a/packages/fcl-db/Makefile +++ b/packages/fcl-db/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/base/Makefile b/packages/fcl-db/src/base/Makefile index 3cf435fd12..6f1d1cf4e7 100644 --- a/packages/fcl-db/src/base/Makefile +++ b/packages/fcl-db/src/base/Makefile @@ -2130,6 +2130,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/codegen/Makefile b/packages/fcl-db/src/codegen/Makefile index 11a0b3ae41..17ae113f14 100644 --- a/packages/fcl-db/src/codegen/Makefile +++ b/packages/fcl-db/src/codegen/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/datadict/Makefile b/packages/fcl-db/src/datadict/Makefile index 215f7e10c3..314d8e9f36 100644 --- a/packages/fcl-db/src/datadict/Makefile +++ b/packages/fcl-db/src/datadict/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/dbase/Makefile b/packages/fcl-db/src/dbase/Makefile index b8c73c9e01..6fa7cb13ce 100644 --- a/packages/fcl-db/src/dbase/Makefile +++ b/packages/fcl-db/src/dbase/Makefile @@ -2455,6 +2455,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/export/Makefile b/packages/fcl-db/src/export/Makefile index 35c0dd2af2..b27d19abb1 100644 --- a/packages/fcl-db/src/export/Makefile +++ b/packages/fcl-db/src/export/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/json/Makefile b/packages/fcl-db/src/json/Makefile index e08ee1fb57..500d4d4a04 100644 --- a/packages/fcl-db/src/json/Makefile +++ b/packages/fcl-db/src/json/Makefile @@ -1175,6 +1175,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/memds/Makefile b/packages/fcl-db/src/memds/Makefile index e7a51e9ab3..04ec603f46 100644 --- a/packages/fcl-db/src/memds/Makefile +++ b/packages/fcl-db/src/memds/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/paradox/Makefile b/packages/fcl-db/src/paradox/Makefile index 610be53491..a0ca270361 100644 --- a/packages/fcl-db/src/paradox/Makefile +++ b/packages/fcl-db/src/paradox/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sdf/Makefile b/packages/fcl-db/src/sdf/Makefile index d9b26cf32c..a62a64326e 100644 --- a/packages/fcl-db/src/sdf/Makefile +++ b/packages/fcl-db/src/sdf/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sql/Makefile b/packages/fcl-db/src/sql/Makefile index c270c6b30c..d6276ff51d 100644 --- a/packages/fcl-db/src/sql/Makefile +++ b/packages/fcl-db/src/sql/Makefile @@ -2129,6 +2129,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/Makefile b/packages/fcl-db/src/sqldb/Makefile index 92ae18ba4f..8fb1a5c93c 100644 --- a/packages/fcl-db/src/sqldb/Makefile +++ b/packages/fcl-db/src/sqldb/Makefile @@ -1937,6 +1937,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/interbase/Makefile b/packages/fcl-db/src/sqldb/interbase/Makefile index 75c6a59a1a..c7f82e9571 100644 --- a/packages/fcl-db/src/sqldb/interbase/Makefile +++ b/packages/fcl-db/src/sqldb/interbase/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/mssql/Makefile b/packages/fcl-db/src/sqldb/mssql/Makefile index 1a86b5e7fb..a5612320c4 100644 --- a/packages/fcl-db/src/sqldb/mssql/Makefile +++ b/packages/fcl-db/src/sqldb/mssql/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/mysql/Makefile b/packages/fcl-db/src/sqldb/mysql/Makefile index 5681e517a9..0cadf94494 100644 --- a/packages/fcl-db/src/sqldb/mysql/Makefile +++ b/packages/fcl-db/src/sqldb/mysql/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/odbc/Makefile b/packages/fcl-db/src/sqldb/odbc/Makefile index 230571e43d..09ce007d2c 100644 --- a/packages/fcl-db/src/sqldb/odbc/Makefile +++ b/packages/fcl-db/src/sqldb/odbc/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/oracle/Makefile b/packages/fcl-db/src/sqldb/oracle/Makefile index 78ea9ad615..0102e5fa45 100644 --- a/packages/fcl-db/src/sqldb/oracle/Makefile +++ b/packages/fcl-db/src/sqldb/oracle/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/postgres/Makefile b/packages/fcl-db/src/sqldb/postgres/Makefile index cd81a64457..a8a8ab1421 100644 --- a/packages/fcl-db/src/sqldb/postgres/Makefile +++ b/packages/fcl-db/src/sqldb/postgres/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqldb/sqlite/Makefile b/packages/fcl-db/src/sqldb/sqlite/Makefile index 996ebc6755..be5159d4ce 100644 --- a/packages/fcl-db/src/sqldb/sqlite/Makefile +++ b/packages/fcl-db/src/sqldb/sqlite/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/src/sqlite/Makefile b/packages/fcl-db/src/sqlite/Makefile index 287dc09258..a703eeaf0d 100644 --- a/packages/fcl-db/src/sqlite/Makefile +++ b/packages/fcl-db/src/sqlite/Makefile @@ -1175,6 +1175,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-db/tests/Makefile b/packages/fcl-db/tests/Makefile index 7a9e98696a..5b2a8edb25 100644 --- a/packages/fcl-db/tests/Makefile +++ b/packages/fcl-db/tests/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-extra/Makefile b/packages/fcl-extra/Makefile index 7d357a9ad6..b823fbe210 100644 --- a/packages/fcl-extra/Makefile +++ b/packages/fcl-extra/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-extra/examples/Makefile b/packages/fcl-extra/examples/Makefile index 8d05f5d57d..4ec2ee393a 100644 --- a/packages/fcl-extra/examples/Makefile +++ b/packages/fcl-extra/examples/Makefile @@ -975,6 +975,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-fpcunit/Makefile b/packages/fcl-fpcunit/Makefile index 6c906a23c3..669ca5b5ab 100644 --- a/packages/fcl-fpcunit/Makefile +++ b/packages/fcl-fpcunit/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-fpcunit/src/exampletests/Makefile b/packages/fcl-fpcunit/src/exampletests/Makefile index 064ea01d71..159d327fce 100644 --- a/packages/fcl-fpcunit/src/exampletests/Makefile +++ b/packages/fcl-fpcunit/src/exampletests/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-fpcunit/src/tests/Makefile b/packages/fcl-fpcunit/src/tests/Makefile index 6aaaeced3d..3c266c7089 100644 --- a/packages/fcl-fpcunit/src/tests/Makefile +++ b/packages/fcl-fpcunit/src/tests/Makefile @@ -1493,6 +1493,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-image/Makefile b/packages/fcl-image/Makefile index 6b99a52af5..ebf9ca87df 100644 --- a/packages/fcl-image/Makefile +++ b/packages/fcl-image/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-image/examples/Makefile b/packages/fcl-image/examples/Makefile index c6c171f8cb..38e54805f9 100644 --- a/packages/fcl-image/examples/Makefile +++ b/packages/fcl-image/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-js/Makefile b/packages/fcl-js/Makefile index 4c573e678b..2a2bec145a 100644 --- a/packages/fcl-js/Makefile +++ b/packages/fcl-js/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-json/Makefile b/packages/fcl-json/Makefile index 36ad15fb35..87bcb195ce 100644 --- a/packages/fcl-json/Makefile +++ b/packages/fcl-json/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-mustache/Makefile b/packages/fcl-mustache/Makefile index f0784c60a9..e0cdb5149d 100644 --- a/packages/fcl-mustache/Makefile +++ b/packages/fcl-mustache/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-net/Makefile b/packages/fcl-net/Makefile index 7b9b0a95dd..6322134e56 100644 --- a/packages/fcl-net/Makefile +++ b/packages/fcl-net/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-net/examples/Makefile b/packages/fcl-net/examples/Makefile index 3e14cd041e..5aad105f3f 100644 --- a/packages/fcl-net/examples/Makefile +++ b/packages/fcl-net/examples/Makefile @@ -1809,6 +1809,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-passrc/Makefile b/packages/fcl-passrc/Makefile index 879fbbedb5..c7fa554a89 100644 --- a/packages/fcl-passrc/Makefile +++ b/packages/fcl-passrc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-pdf/Makefile b/packages/fcl-pdf/Makefile index 7a099dd2bf..5204762330 100644 --- a/packages/fcl-pdf/Makefile +++ b/packages/fcl-pdf/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-process/Makefile b/packages/fcl-process/Makefile index d2a28f77b1..fdf93b247d 100644 --- a/packages/fcl-process/Makefile +++ b/packages/fcl-process/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-registry/Makefile b/packages/fcl-registry/Makefile index e700a0c7a0..553e2d12db 100644 --- a/packages/fcl-registry/Makefile +++ b/packages/fcl-registry/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-registry/tests/Makefile b/packages/fcl-registry/tests/Makefile index 0e59f7920f..691e05f629 100644 --- a/packages/fcl-registry/tests/Makefile +++ b/packages/fcl-registry/tests/Makefile @@ -1175,6 +1175,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-report/Makefile b/packages/fcl-report/Makefile index e274fed5af..1c9e79b0bd 100644 --- a/packages/fcl-report/Makefile +++ b/packages/fcl-report/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-res/Makefile b/packages/fcl-res/Makefile index ecf685cbcc..396f02f64d 100644 --- a/packages/fcl-res/Makefile +++ b/packages/fcl-res/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-sdo/Makefile b/packages/fcl-sdo/Makefile index f7e5e2ed08..4f18ff54da 100644 --- a/packages/fcl-sdo/Makefile +++ b/packages/fcl-sdo/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-sound/Makefile b/packages/fcl-sound/Makefile index 78fa71fe26..34e49d7f50 100644 --- a/packages/fcl-sound/Makefile +++ b/packages/fcl-sound/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-stl/Makefile b/packages/fcl-stl/Makefile index 5ec707884c..8ad8bd3eba 100644 --- a/packages/fcl-stl/Makefile +++ b/packages/fcl-stl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-web/Makefile b/packages/fcl-web/Makefile index f1804ff288..7884a6cc2c 100644 --- a/packages/fcl-web/Makefile +++ b/packages/fcl-web/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-web/src/base/Makefile b/packages/fcl-web/src/base/Makefile index 8163bd7fda..0ed1c14032 100644 --- a/packages/fcl-web/src/base/Makefile +++ b/packages/fcl-web/src/base/Makefile @@ -1812,6 +1812,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-web/src/jsonrpc/Makefile b/packages/fcl-web/src/jsonrpc/Makefile index c8a5427681..892b21f1ff 100644 --- a/packages/fcl-web/src/jsonrpc/Makefile +++ b/packages/fcl-web/src/jsonrpc/Makefile @@ -1494,6 +1494,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-web/src/webdata/Makefile b/packages/fcl-web/src/webdata/Makefile index 37b2862f4a..fe5ae958f7 100644 --- a/packages/fcl-web/src/webdata/Makefile +++ b/packages/fcl-web/src/webdata/Makefile @@ -1494,6 +1494,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fcl-xml/Makefile b/packages/fcl-xml/Makefile index 5b7a84ea72..7e6602015e 100644 --- a/packages/fcl-xml/Makefile +++ b/packages/fcl-xml/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fftw/Makefile b/packages/fftw/Makefile index b43c08e6af..0047670adf 100644 --- a/packages/fftw/Makefile +++ b/packages/fftw/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fpgtk/Makefile b/packages/fpgtk/Makefile index e6f765b463..be7f2ef140 100644 --- a/packages/fpgtk/Makefile +++ b/packages/fpgtk/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fpgtk/examples/Makefile b/packages/fpgtk/examples/Makefile index d9f7fdb261..74357702e2 100644 --- a/packages/fpgtk/examples/Makefile +++ b/packages/fpgtk/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fpindexer/Makefile b/packages/fpindexer/Makefile index 1e476a32f2..1ee8d02e4c 100644 --- a/packages/fpindexer/Makefile +++ b/packages/fpindexer/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fpmkunit/Makefile b/packages/fpmkunit/Makefile index 8508e6fe18..f194614861 100644 --- a/packages/fpmkunit/Makefile +++ b/packages/fpmkunit/Makefile @@ -905,6 +905,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fppkg/Makefile b/packages/fppkg/Makefile index 6a32b1e910..ea13dd52c6 100644 --- a/packages/fppkg/Makefile +++ b/packages/fppkg/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fuse/Makefile b/packages/fuse/Makefile index 95d89d2de9..590d906c33 100644 --- a/packages/fuse/Makefile +++ b/packages/fuse/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fv/Makefile b/packages/fv/Makefile index d7f46b396b..f06a951390 100644 --- a/packages/fv/Makefile +++ b/packages/fv/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/fv/examples/Makefile b/packages/fv/examples/Makefile index 546dca1de7..59f93d3229 100644 --- a/packages/fv/examples/Makefile +++ b/packages/fv/examples/Makefile @@ -1490,6 +1490,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gdbint/Makefile b/packages/gdbint/Makefile index cbc3304257..4884fec98e 100644 --- a/packages/gdbint/Makefile +++ b/packages/gdbint/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gdbm/Makefile b/packages/gdbm/Makefile index 24fb680aee..c215d66655 100644 --- a/packages/gdbm/Makefile +++ b/packages/gdbm/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gdbm/examples/Makefile b/packages/gdbm/examples/Makefile index d461e759e5..4bc0530f46 100644 --- a/packages/gdbm/examples/Makefile +++ b/packages/gdbm/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ggi/Makefile b/packages/ggi/Makefile index 217999e9d8..eaa47a6674 100644 --- a/packages/ggi/Makefile +++ b/packages/ggi/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ggi/examples/Makefile b/packages/ggi/examples/Makefile index 958ba8cccb..02a3d193fa 100644 --- a/packages/ggi/examples/Makefile +++ b/packages/ggi/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gmp/Makefile b/packages/gmp/Makefile index 4195074b13..b88f311c92 100644 --- a/packages/gmp/Makefile +++ b/packages/gmp/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gmp/examples/Makefile b/packages/gmp/examples/Makefile index cae3639989..118c6c958d 100644 --- a/packages/gmp/examples/Makefile +++ b/packages/gmp/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gnome1/Makefile b/packages/gnome1/Makefile index a6dc59ec4c..685ee157c0 100644 --- a/packages/gnome1/Makefile +++ b/packages/gnome1/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gnutls/Makefile b/packages/gnutls/Makefile index 77f855390b..275cf58c11 100644 --- a/packages/gnutls/Makefile +++ b/packages/gnutls/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/googleapi/Makefile b/packages/googleapi/Makefile index 1ae14c0b0b..ebc5670295 100644 --- a/packages/googleapi/Makefile +++ b/packages/googleapi/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/graph/Makefile b/packages/graph/Makefile index 3c1a824253..5c84ac6f6b 100644 --- a/packages/graph/Makefile +++ b/packages/graph/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk1/Makefile b/packages/gtk1/Makefile index 8586fe5f7d..f0ff9564d4 100644 --- a/packages/gtk1/Makefile +++ b/packages/gtk1/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk1/examples/Makefile b/packages/gtk1/examples/Makefile index 96b98efbac..6f99d9a618 100644 --- a/packages/gtk1/examples/Makefile +++ b/packages/gtk1/examples/Makefile @@ -1809,6 +1809,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk1/examples/tutorial/Makefile b/packages/gtk1/examples/tutorial/Makefile index bf94e5b880..2d91737858 100644 --- a/packages/gtk1/examples/tutorial/Makefile +++ b/packages/gtk1/examples/tutorial/Makefile @@ -855,6 +855,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk1/src/gtkgl/Makefile b/packages/gtk1/src/gtkgl/Makefile index 68272bd7ce..bdf07b1d38 100644 --- a/packages/gtk1/src/gtkgl/Makefile +++ b/packages/gtk1/src/gtkgl/Makefile @@ -1495,6 +1495,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/Makefile b/packages/gtk2/Makefile index 4d6e20a947..b89437b0d0 100644 --- a/packages/gtk2/Makefile +++ b/packages/gtk2/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/Makefile b/packages/gtk2/examples/Makefile index 6ab6fc7a09..145f39bb94 100644 --- a/packages/gtk2/examples/Makefile +++ b/packages/gtk2/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/filechooser/Makefile b/packages/gtk2/examples/filechooser/Makefile index 46ac828ff1..97fea7b74c 100644 --- a/packages/gtk2/examples/filechooser/Makefile +++ b/packages/gtk2/examples/filechooser/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/gettingstarted/Makefile b/packages/gtk2/examples/gettingstarted/Makefile index c29323035e..0863ab6223 100644 --- a/packages/gtk2/examples/gettingstarted/Makefile +++ b/packages/gtk2/examples/gettingstarted/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/gtk_demo/Makefile b/packages/gtk2/examples/gtk_demo/Makefile index 9bff4cb7c7..64302106ee 100644 --- a/packages/gtk2/examples/gtk_demo/Makefile +++ b/packages/gtk2/examples/gtk_demo/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/gtkglext/Makefile b/packages/gtk2/examples/gtkglext/Makefile index 2d52fa5884..885c0a5290 100644 --- a/packages/gtk2/examples/gtkglext/Makefile +++ b/packages/gtk2/examples/gtkglext/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/helloworld/Makefile b/packages/gtk2/examples/helloworld/Makefile index d312649fa6..2ab923d4e8 100644 --- a/packages/gtk2/examples/helloworld/Makefile +++ b/packages/gtk2/examples/helloworld/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/helloworld2/Makefile b/packages/gtk2/examples/helloworld2/Makefile index eb9040735a..b9ed157920 100644 --- a/packages/gtk2/examples/helloworld2/Makefile +++ b/packages/gtk2/examples/helloworld2/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/plugins/Makefile b/packages/gtk2/examples/plugins/Makefile index e434302daf..15504861da 100644 --- a/packages/gtk2/examples/plugins/Makefile +++ b/packages/gtk2/examples/plugins/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/gtk2/examples/scribble_simple/Makefile b/packages/gtk2/examples/scribble_simple/Makefile index 9e3926f058..58289f4644 100644 --- a/packages/gtk2/examples/scribble_simple/Makefile +++ b/packages/gtk2/examples/scribble_simple/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/hash/Makefile b/packages/hash/Makefile index bfbc2d05e1..fcf9fc1191 100644 --- a/packages/hash/Makefile +++ b/packages/hash/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/hash/examples/Makefile b/packages/hash/examples/Makefile index 9e31d1f807..3ca12ac916 100644 --- a/packages/hash/examples/Makefile +++ b/packages/hash/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/hermes/Makefile b/packages/hermes/Makefile index 0c1e49854a..9ca4a55759 100644 --- a/packages/hermes/Makefile +++ b/packages/hermes/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd13/Makefile b/packages/httpd13/Makefile index 04393e03ca..bdd97da24f 100644 --- a/packages/httpd13/Makefile +++ b/packages/httpd13/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd20/Makefile b/packages/httpd20/Makefile index 10c834ba14..81f45318e5 100644 --- a/packages/httpd20/Makefile +++ b/packages/httpd20/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd20/examples/Makefile b/packages/httpd20/examples/Makefile index 54ececd28b..eb087d3511 100644 --- a/packages/httpd20/examples/Makefile +++ b/packages/httpd20/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd22/Makefile b/packages/httpd22/Makefile index d78edfb495..addf80e40b 100644 --- a/packages/httpd22/Makefile +++ b/packages/httpd22/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd22/examples/Makefile b/packages/httpd22/examples/Makefile index 983df0ffcf..97ff5a78ea 100644 --- a/packages/httpd22/examples/Makefile +++ b/packages/httpd22/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd24/Makefile b/packages/httpd24/Makefile index 9bbafa3b1c..139e01faa9 100644 --- a/packages/httpd24/Makefile +++ b/packages/httpd24/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/httpd24/examples/Makefile b/packages/httpd24/examples/Makefile index 60108c96ce..852ef9e070 100644 --- a/packages/httpd24/examples/Makefile +++ b/packages/httpd24/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ibase/Makefile b/packages/ibase/Makefile index 9cd2236662..9b4acda91a 100644 --- a/packages/ibase/Makefile +++ b/packages/ibase/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ibase/examples/Makefile b/packages/ibase/examples/Makefile index b53cb0a395..84118ea426 100644 --- a/packages/ibase/examples/Makefile +++ b/packages/ibase/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/iconvenc/Makefile b/packages/iconvenc/Makefile index 8720c627ef..df0e5ecfe8 100644 --- a/packages/iconvenc/Makefile +++ b/packages/iconvenc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/iconvenc/examples/Makefile b/packages/iconvenc/examples/Makefile index 0fe3006d54..34df4718f8 100644 --- a/packages/iconvenc/examples/Makefile +++ b/packages/iconvenc/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ide/Makefile b/packages/ide/Makefile index 8230ee02fd..292945fc75 100644 --- a/packages/ide/Makefile +++ b/packages/ide/Makefile @@ -874,6 +874,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ide/compiler/Makefile b/packages/ide/compiler/Makefile index 6bbcabe3d1..8c7906983b 100644 --- a/packages/ide/compiler/Makefile +++ b/packages/ide/compiler/Makefile @@ -2166,6 +2166,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ide/fakegdb/Makefile b/packages/ide/fakegdb/Makefile index ed54269ea4..a7f3b9eae2 100644 --- a/packages/ide/fakegdb/Makefile +++ b/packages/ide/fakegdb/Makefile @@ -1175,6 +1175,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/imagemagick/Makefile b/packages/imagemagick/Makefile index 8ac9dc9e4a..85e5cffdfa 100644 --- a/packages/imagemagick/Makefile +++ b/packages/imagemagick/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/imlib/Makefile b/packages/imlib/Makefile index af4bd8afc0..c601c14037 100644 --- a/packages/imlib/Makefile +++ b/packages/imlib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/iosxlocale/Makefile b/packages/iosxlocale/Makefile index de1ce37b89..13998a69d5 100644 --- a/packages/iosxlocale/Makefile +++ b/packages/iosxlocale/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/jni/Makefile b/packages/jni/Makefile index a5ba476bde..2b5ade6b49 100644 --- a/packages/jni/Makefile +++ b/packages/jni/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ldap/Makefile b/packages/ldap/Makefile index b12d35e225..7d715f31b8 100644 --- a/packages/ldap/Makefile +++ b/packages/ldap/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libc/Makefile b/packages/libc/Makefile index 19181e6b6a..a981944ffa 100644 --- a/packages/libc/Makefile +++ b/packages/libc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libcups/Makefile b/packages/libcups/Makefile index bbbdda7fa7..9e8fb15eba 100644 --- a/packages/libcups/Makefile +++ b/packages/libcups/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libcurl/Makefile b/packages/libcurl/Makefile index 3ee4fc61f6..a40fef7290 100644 --- a/packages/libcurl/Makefile +++ b/packages/libcurl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libcurl/examples/Makefile b/packages/libcurl/examples/Makefile index c5e68800d5..fe0a38f772 100644 --- a/packages/libcurl/examples/Makefile +++ b/packages/libcurl/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libenet/Makefile b/packages/libenet/Makefile index 046932d599..7e08a7a84d 100644 --- a/packages/libenet/Makefile +++ b/packages/libenet/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libffi/Makefile b/packages/libffi/Makefile index a78b1a9779..055329ab5d 100644 --- a/packages/libffi/Makefile +++ b/packages/libffi/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libfontconfig/Makefile b/packages/libfontconfig/Makefile index 8a9fbac87c..495f824b68 100644 --- a/packages/libfontconfig/Makefile +++ b/packages/libfontconfig/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/Makefile b/packages/libgbafpc/Makefile index 5c128e0a56..8131bc4a08 100644 --- a/packages/libgbafpc/Makefile +++ b/packages/libgbafpc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/Makefile b/packages/libgbafpc/examples/Makefile index a695837150..0dcc75fa1f 100644 --- a/packages/libgbafpc/examples/Makefile +++ b/packages/libgbafpc/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/audio/Makefile b/packages/libgbafpc/examples/audio/Makefile index 924d95aac2..ff47f0ff29 100644 --- a/packages/libgbafpc/examples/audio/Makefile +++ b/packages/libgbafpc/examples/audio/Makefile @@ -1175,6 +1175,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/audio/PlayBoyScout/Makefile b/packages/libgbafpc/examples/audio/PlayBoyScout/Makefile index 945cdd2ee9..a6cf6f8bc1 100644 --- a/packages/libgbafpc/examples/audio/PlayBoyScout/Makefile +++ b/packages/libgbafpc/examples/audio/PlayBoyScout/Makefile @@ -1816,6 +1816,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/graphics/Makefile b/packages/libgbafpc/examples/graphics/Makefile index e62592e8af..ae5caa348b 100644 --- a/packages/libgbafpc/examples/graphics/Makefile +++ b/packages/libgbafpc/examples/graphics/Makefile @@ -1175,6 +1175,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/graphics/PCXView/Makefile b/packages/libgbafpc/examples/graphics/PCXView/Makefile index 33b469f813..0087086588 100644 --- a/packages/libgbafpc/examples/graphics/PCXView/Makefile +++ b/packages/libgbafpc/examples/graphics/PCXView/Makefile @@ -1816,6 +1816,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/graphics/SimpleBGScroll/Makefile b/packages/libgbafpc/examples/graphics/SimpleBGScroll/Makefile index 649e481c6e..96ebc8d878 100644 --- a/packages/libgbafpc/examples/graphics/SimpleBGScroll/Makefile +++ b/packages/libgbafpc/examples/graphics/SimpleBGScroll/Makefile @@ -1816,6 +1816,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/graphics/ansi_console/Makefile b/packages/libgbafpc/examples/graphics/ansi_console/Makefile index 48f30949f7..f894d12c89 100644 --- a/packages/libgbafpc/examples/graphics/ansi_console/Makefile +++ b/packages/libgbafpc/examples/graphics/ansi_console/Makefile @@ -1816,6 +1816,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgbafpc/examples/template/Makefile b/packages/libgbafpc/examples/template/Makefile index 0ecd3203da..0a6f9e9d9a 100644 --- a/packages/libgbafpc/examples/template/Makefile +++ b/packages/libgbafpc/examples/template/Makefile @@ -1818,6 +1818,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgc/Makefile b/packages/libgc/Makefile index 51d7d6f353..5f7512562d 100644 --- a/packages/libgc/Makefile +++ b/packages/libgc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgd/Makefile b/packages/libgd/Makefile index 55e71f4476..bc9b0a3442 100644 --- a/packages/libgd/Makefile +++ b/packages/libgd/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libgd/examples/Makefile b/packages/libgd/examples/Makefile index c26037ecc3..514423927c 100644 --- a/packages/libgd/examples/Makefile +++ b/packages/libgd/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libmagic/Makefile b/packages/libmagic/Makefile index c679f4923c..7557ec538b 100644 --- a/packages/libmagic/Makefile +++ b/packages/libmagic/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libmicrohttpd/Makefile b/packages/libmicrohttpd/Makefile index 5d467697e4..1861e7cf20 100644 --- a/packages/libmicrohttpd/Makefile +++ b/packages/libmicrohttpd/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/Makefile b/packages/libndsfpc/Makefile index b5f07c1a78..01041dc2c8 100644 --- a/packages/libndsfpc/Makefile +++ b/packages/libndsfpc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/Makefile b/packages/libndsfpc/examples/Makefile index f62acd29ff..811ae39127 100644 --- a/packages/libndsfpc/examples/Makefile +++ b/packages/libndsfpc/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/Makefile b/packages/libndsfpc/examples/audio/Makefile index 9ad485da3e..d08e4894cb 100644 --- a/packages/libndsfpc/examples/audio/Makefile +++ b/packages/libndsfpc/examples/audio/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/Makefile b/packages/libndsfpc/examples/audio/maxmod/Makefile index 4bb4dd9b0a..3a13897f47 100644 --- a/packages/libndsfpc/examples/audio/maxmod/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile b/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile index 9c336ed353..a184aec63f 100644 --- a/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile @@ -3093,6 +3093,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile b/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile index 443a3ba660..060058ea46 100644 --- a/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile @@ -3093,6 +3093,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile b/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile index b4b3b785ae..8bb05e732c 100644 --- a/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile @@ -3093,6 +3093,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile b/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile index da9e9b7fcd..0b59fd611d 100644 --- a/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile @@ -3093,6 +3093,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile b/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile index 7afc1016dd..386be336b3 100644 --- a/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile @@ -3093,6 +3093,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile b/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile index 35f1a940e5..c4d9b0c830 100644 --- a/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile +++ b/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/audio/micrecord/Makefile b/packages/libndsfpc/examples/audio/micrecord/Makefile index b01c9613fc..a58674c6a9 100644 --- a/packages/libndsfpc/examples/audio/micrecord/Makefile +++ b/packages/libndsfpc/examples/audio/micrecord/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/card/Makefile b/packages/libndsfpc/examples/card/Makefile index 29bb162800..04514713d4 100644 --- a/packages/libndsfpc/examples/card/Makefile +++ b/packages/libndsfpc/examples/card/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/card/eeprom/Makefile b/packages/libndsfpc/examples/card/eeprom/Makefile index 8baad216f7..2795cff423 100644 --- a/packages/libndsfpc/examples/card/eeprom/Makefile +++ b/packages/libndsfpc/examples/card/eeprom/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/debugging/Makefile b/packages/libndsfpc/examples/debugging/Makefile index a21fcaa419..0ab50a8d2f 100644 --- a/packages/libndsfpc/examples/debugging/Makefile +++ b/packages/libndsfpc/examples/debugging/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/debugging/exceptionTest/Makefile b/packages/libndsfpc/examples/debugging/exceptionTest/Makefile index ac94c3dab7..0cabfd99ed 100644 --- a/packages/libndsfpc/examples/debugging/exceptionTest/Makefile +++ b/packages/libndsfpc/examples/debugging/exceptionTest/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/ds_motion/Makefile b/packages/libndsfpc/examples/ds_motion/Makefile index 0036da5966..36b9b33f03 100644 --- a/packages/libndsfpc/examples/ds_motion/Makefile +++ b/packages/libndsfpc/examples/ds_motion/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/dswifi/Makefile b/packages/libndsfpc/examples/dswifi/Makefile index 9cc4ce64a3..610f2dd91f 100644 --- a/packages/libndsfpc/examples/dswifi/Makefile +++ b/packages/libndsfpc/examples/dswifi/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/dswifi/ap_search/Makefile b/packages/libndsfpc/examples/dswifi/ap_search/Makefile index 02fcba6c2d..20bfce9fd4 100644 --- a/packages/libndsfpc/examples/dswifi/ap_search/Makefile +++ b/packages/libndsfpc/examples/dswifi/ap_search/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/dswifi/autoconnect/Makefile b/packages/libndsfpc/examples/dswifi/autoconnect/Makefile index cff5a0876e..d09b80236a 100644 --- a/packages/libndsfpc/examples/dswifi/autoconnect/Makefile +++ b/packages/libndsfpc/examples/dswifi/autoconnect/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/dswifi/httpget/Makefile b/packages/libndsfpc/examples/dswifi/httpget/Makefile index 0c79223e94..d240f5b6de 100644 --- a/packages/libndsfpc/examples/dswifi/httpget/Makefile +++ b/packages/libndsfpc/examples/dswifi/httpget/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/Makefile b/packages/libndsfpc/examples/filesystem/Makefile index 7e3a6a69c7..b5d58d0192 100644 --- a/packages/libndsfpc/examples/filesystem/Makefile +++ b/packages/libndsfpc/examples/filesystem/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile b/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile index 2dacb6a3f3..d83cc137cb 100644 --- a/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile +++ b/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile @@ -3092,6 +3092,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/libfat/Makefile b/packages/libndsfpc/examples/filesystem/libfat/Makefile index 98e1d94f4e..a25da2403f 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/Makefile +++ b/packages/libndsfpc/examples/filesystem/libfat/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile b/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile index 6b647a327c..45a5513f21 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile +++ b/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile b/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile index 41d4350aae..081a0665c4 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile +++ b/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile b/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile index 6eb3ddc2c9..0c1b58255d 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile +++ b/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile @@ -2773,6 +2773,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/nitrofs/Makefile b/packages/libndsfpc/examples/filesystem/nitrofs/Makefile index 26d17937d7..97e7ff7a4f 100644 --- a/packages/libndsfpc/examples/filesystem/nitrofs/Makefile +++ b/packages/libndsfpc/examples/filesystem/nitrofs/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile b/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile index 11ca0b0ba9..4c99d3636b 100644 --- a/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile +++ b/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile b/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile index 513447d76e..2fdcc650c9 100644 --- a/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile +++ b/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/Makefile b/packages/libndsfpc/examples/gl2d/Makefile index 70be910ba8..a6c8fb20a7 100644 --- a/packages/libndsfpc/examples/gl2d/Makefile +++ b/packages/libndsfpc/examples/gl2d/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/dual_screen/Makefile b/packages/libndsfpc/examples/gl2d/dual_screen/Makefile index 6952e57e93..4eea39e22d 100644 --- a/packages/libndsfpc/examples/gl2d/dual_screen/Makefile +++ b/packages/libndsfpc/examples/gl2d/dual_screen/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/fonts/Makefile b/packages/libndsfpc/examples/gl2d/fonts/Makefile index 0a35a912f5..69e0cb5ffe 100644 --- a/packages/libndsfpc/examples/gl2d/fonts/Makefile +++ b/packages/libndsfpc/examples/gl2d/fonts/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/primitives/Makefile b/packages/libndsfpc/examples/gl2d/primitives/Makefile index f01034e555..1a19aede76 100644 --- a/packages/libndsfpc/examples/gl2d/primitives/Makefile +++ b/packages/libndsfpc/examples/gl2d/primitives/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/scrolling/Makefile b/packages/libndsfpc/examples/gl2d/scrolling/Makefile index 4fb16f72c7..05e7cdbb50 100644 --- a/packages/libndsfpc/examples/gl2d/scrolling/Makefile +++ b/packages/libndsfpc/examples/gl2d/scrolling/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/gl2d/sprites/Makefile b/packages/libndsfpc/examples/gl2d/sprites/Makefile index 4facdb0e1f..5a445fd07d 100644 --- a/packages/libndsfpc/examples/gl2d/sprites/Makefile +++ b/packages/libndsfpc/examples/gl2d/sprites/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile b/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile index eebf86f61b..6cf4a1f8e4 100644 --- a/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile b/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile index 98931466fa..a365382845 100644 --- a/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile b/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile index 20d218fa6a..c8e3a14fa8 100644 --- a/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile b/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile index a7671c3fac..85826d0823 100644 --- a/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile b/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile index c634390ab9..c12aa9f69c 100644 --- a/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Makefile b/packages/libndsfpc/examples/graphics/3D/Makefile index 163d1a20f1..caa4275710 100644 --- a/packages/libndsfpc/examples/graphics/3D/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile b/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile index cb22af399f..1874097f9f 100644 --- a/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile b/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile index 23b29e8f2b..6a2ec363d4 100644 --- a/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile b/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile index 3423612e3a..2ab23a3684 100644 --- a/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Picking/Makefile b/packages/libndsfpc/examples/graphics/3D/Picking/Makefile index c8f23a18af..7cdd0d9dc8 100644 --- a/packages/libndsfpc/examples/graphics/3D/Picking/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Picking/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile b/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile index fb42d3f41f..c225801c4f 100644 --- a/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile b/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile index aa77fcaff8..2487edb2f2 100644 --- a/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile b/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile index 91e66473d5..ccd17f2604 100644 --- a/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile b/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile index ffa5e97e1a..1711ecea47 100644 --- a/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile b/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile index bc6594ab31..36487215fe 100644 --- a/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/Makefile index d09618198d..3f9a0a58fe 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile index 7bb31deef3..4679d1f6bc 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile index 18328f7051..f09885e1b6 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile index 402aeb6f5a..b1aa382b0d 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile index f1e8caeb9e..282f323998 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile index 0477bedd5d..1f09182f20 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile index 1db5a9e803..1a0f60f21b 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile index eb066dfdf6..c30d700ae0 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile index 66639d85b0..cd653fd54e 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile index ad212a119d..bc867e1d6d 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile index 01db571139..531e15c0b0 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile index df23ff54eb..d1d23efc5c 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile b/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile index 446e50cd29..6b07e8c5a7 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile b/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile index 3b9b091382..677d311351 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile +++ b/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile b/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile index 127d660b52..5acdd66154 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile +++ b/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile b/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile index 3c9e380b31..562109394d 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile +++ b/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/Makefile b/packages/libndsfpc/examples/graphics/Backgrounds/Makefile index 2478920f41..b3610b0324 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/Makefile +++ b/packages/libndsfpc/examples/graphics/Backgrounds/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile b/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile index c699e1c8b4..f67e727493 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile +++ b/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile @@ -2776,6 +2776,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile b/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile index 2a21f0ef72..c150eebe44 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile +++ b/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Effects/Makefile b/packages/libndsfpc/examples/graphics/Effects/Makefile index 37ed1f3243..c5a713d9b7 100644 --- a/packages/libndsfpc/examples/graphics/Effects/Makefile +++ b/packages/libndsfpc/examples/graphics/Effects/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Effects/windows/Makefile b/packages/libndsfpc/examples/graphics/Effects/windows/Makefile index 187e0b5cc8..85e9c36023 100644 --- a/packages/libndsfpc/examples/graphics/Effects/windows/Makefile +++ b/packages/libndsfpc/examples/graphics/Effects/windows/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Ext_Palettes/Makefile b/packages/libndsfpc/examples/graphics/Ext_Palettes/Makefile index 5e2a6bb953..0656a21a89 100644 --- a/packages/libndsfpc/examples/graphics/Ext_Palettes/Makefile +++ b/packages/libndsfpc/examples/graphics/Ext_Palettes/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile b/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile index 4ba5f2ccaf..bb5a691d15 100644 --- a/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile +++ b/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Makefile b/packages/libndsfpc/examples/graphics/Makefile index fd589c39ce..4fd92f3bba 100644 --- a/packages/libndsfpc/examples/graphics/Makefile +++ b/packages/libndsfpc/examples/graphics/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Printing/Makefile b/packages/libndsfpc/examples/graphics/Printing/Makefile index f4709a9ab1..345e9408ab 100644 --- a/packages/libndsfpc/examples/graphics/Printing/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile b/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile index 81f05600df..b412b309bf 100644 --- a/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile b/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile index 51387555aa..23de6105f2 100644 --- a/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile b/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile index fe85eeaad5..7763189e3d 100644 --- a/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile b/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile index 56495216d0..5d845d3b51 100644 --- a/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile b/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile index 9134c48a1a..c49fa913cb 100644 --- a/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/Makefile b/packages/libndsfpc/examples/graphics/Sprites/Makefile index 1c4d297f36..c6ae38e901 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile b/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile index 9a7882c025..a357feaac1 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile b/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile index 99a50a40b0..34f7683c1c 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile b/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile index 83cfe6e381..26e2926563 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile b/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile index 13f5a9dbb0..876670362d 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile b/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile index d7c930c5c0..2b0163139e 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile b/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile index 59021321f8..3c2403df07 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile b/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile index be3cd2da62..d61eab977b 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile +++ b/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/grit/256colorTilemap/Makefile b/packages/libndsfpc/examples/graphics/grit/256colorTilemap/Makefile index 6d57b4d997..737ad8dfe2 100644 --- a/packages/libndsfpc/examples/graphics/grit/256colorTilemap/Makefile +++ b/packages/libndsfpc/examples/graphics/grit/256colorTilemap/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/graphics/grit/Makefile b/packages/libndsfpc/examples/graphics/grit/Makefile index 62c319ddef..5e1895a660 100644 --- a/packages/libndsfpc/examples/graphics/grit/Makefile +++ b/packages/libndsfpc/examples/graphics/grit/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/hello_world/Makefile b/packages/libndsfpc/examples/hello_world/Makefile index de0d859248..1ba41d1780 100644 --- a/packages/libndsfpc/examples/hello_world/Makefile +++ b/packages/libndsfpc/examples/hello_world/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/Makefile b/packages/libndsfpc/examples/input/Makefile index 03fc36a497..54d561913d 100644 --- a/packages/libndsfpc/examples/input/Makefile +++ b/packages/libndsfpc/examples/input/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/Touch_Pad/Makefile b/packages/libndsfpc/examples/input/Touch_Pad/Makefile index 0b94f4779d..7523b1e903 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/Makefile +++ b/packages/libndsfpc/examples/input/Touch_Pad/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile b/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile index 3e42f2902f..cbe47670de 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile +++ b/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile b/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile index 44c6e9c4b1..98ee3a0f99 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile +++ b/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile b/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile index e9c6250b7e..8691b92fe6 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile +++ b/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/keyboard/Makefile b/packages/libndsfpc/examples/input/keyboard/Makefile index 92d84e389d..6b943b9858 100644 --- a/packages/libndsfpc/examples/input/keyboard/Makefile +++ b/packages/libndsfpc/examples/input/keyboard/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile b/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile index f43de84fa4..3c34d3c23a 100644 --- a/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile +++ b/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile b/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile index 6afde9233b..4d1e64409f 100644 --- a/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile +++ b/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/time/Makefile b/packages/libndsfpc/examples/time/Makefile index 9e24079e92..684c9d5aeb 100644 --- a/packages/libndsfpc/examples/time/Makefile +++ b/packages/libndsfpc/examples/time/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/time/RealTimeClock/Makefile b/packages/libndsfpc/examples/time/RealTimeClock/Makefile index c252e72283..4f573b6e7c 100644 --- a/packages/libndsfpc/examples/time/RealTimeClock/Makefile +++ b/packages/libndsfpc/examples/time/RealTimeClock/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/time/stopwatch/Makefile b/packages/libndsfpc/examples/time/stopwatch/Makefile index 10a5c7b2bf..5428a32a2f 100644 --- a/packages/libndsfpc/examples/time/stopwatch/Makefile +++ b/packages/libndsfpc/examples/time/stopwatch/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libndsfpc/examples/time/timercallback/Makefile b/packages/libndsfpc/examples/time/timercallback/Makefile index dd0e8dd821..875e5f420e 100644 --- a/packages/libndsfpc/examples/time/timercallback/Makefile +++ b/packages/libndsfpc/examples/time/timercallback/Makefile @@ -2775,6 +2775,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/Makefile b/packages/libogcfpc/Makefile index 6778eb3b88..84762959e4 100644 --- a/packages/libogcfpc/Makefile +++ b/packages/libogcfpc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/Makefile b/packages/libogcfpc/examples/Makefile index e2955d108e..accedc9f1d 100644 --- a/packages/libogcfpc/examples/Makefile +++ b/packages/libogcfpc/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/audio/Makefile b/packages/libogcfpc/examples/audio/Makefile index 1fa88c3f64..f67cc12099 100644 --- a/packages/libogcfpc/examples/audio/Makefile +++ b/packages/libogcfpc/examples/audio/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/audio/modplay/Makefile b/packages/libogcfpc/examples/audio/modplay/Makefile index aee389abb3..2da52231cb 100644 --- a/packages/libogcfpc/examples/audio/modplay/Makefile +++ b/packages/libogcfpc/examples/audio/modplay/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/audio/mp3player/Makefile b/packages/libogcfpc/examples/audio/mp3player/Makefile index 48c66535ee..d1e49daf90 100644 --- a/packages/libogcfpc/examples/audio/mp3player/Makefile +++ b/packages/libogcfpc/examples/audio/mp3player/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/Makefile b/packages/libogcfpc/examples/devices/Makefile index 60d3a47111..82976b0ab7 100644 --- a/packages/libogcfpc/examples/devices/Makefile +++ b/packages/libogcfpc/examples/devices/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/network/Makefile b/packages/libogcfpc/examples/devices/network/Makefile index a778d9593b..8be32216a7 100644 --- a/packages/libogcfpc/examples/devices/network/Makefile +++ b/packages/libogcfpc/examples/devices/network/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/network/sockettest/Makefile b/packages/libogcfpc/examples/devices/network/sockettest/Makefile index b3fc0c2cd6..4236812b83 100644 --- a/packages/libogcfpc/examples/devices/network/sockettest/Makefile +++ b/packages/libogcfpc/examples/devices/network/sockettest/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/usbgecko/Makefile b/packages/libogcfpc/examples/devices/usbgecko/Makefile index 31fd3d3f5b..41cda4ab76 100644 --- a/packages/libogcfpc/examples/devices/usbgecko/Makefile +++ b/packages/libogcfpc/examples/devices/usbgecko/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/usbgecko/gdbstub/Makefile b/packages/libogcfpc/examples/devices/usbgecko/gdbstub/Makefile index 47b85a5d0c..3b32d24a33 100644 --- a/packages/libogcfpc/examples/devices/usbgecko/gdbstub/Makefile +++ b/packages/libogcfpc/examples/devices/usbgecko/gdbstub/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/usbkeyboard/Makefile b/packages/libogcfpc/examples/devices/usbkeyboard/Makefile index ea1bf84845..560fcb08e4 100644 --- a/packages/libogcfpc/examples/devices/usbkeyboard/Makefile +++ b/packages/libogcfpc/examples/devices/usbkeyboard/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/Makefile b/packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/Makefile index 766f7cec53..199ddd194c 100644 --- a/packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/Makefile +++ b/packages/libogcfpc/examples/devices/usbkeyboard/basic_stdin/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/filesystem/Makefile b/packages/libogcfpc/examples/filesystem/Makefile index 15350f0e45..f9f7339c40 100644 --- a/packages/libogcfpc/examples/filesystem/Makefile +++ b/packages/libogcfpc/examples/filesystem/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/filesystem/directory/Makefile b/packages/libogcfpc/examples/filesystem/directory/Makefile index 2229a5afaf..bfabac33f0 100644 --- a/packages/libogcfpc/examples/filesystem/directory/Makefile +++ b/packages/libogcfpc/examples/filesystem/directory/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/Makefile b/packages/libogcfpc/examples/graphics/Makefile index d8a4ef6ca8..db2fb9ccb8 100644 --- a/packages/libogcfpc/examples/graphics/Makefile +++ b/packages/libogcfpc/examples/graphics/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/Makefile b/packages/libogcfpc/examples/graphics/gx/Makefile index 2c2870e84b..309c4c927e 100644 --- a/packages/libogcfpc/examples/graphics/gx/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/gxSprites/Makefile b/packages/libogcfpc/examples/graphics/gx/gxSprites/Makefile index 13c74bd5e2..a2d17940fc 100644 --- a/packages/libogcfpc/examples/graphics/gx/gxSprites/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/gxSprites/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/Makefile index 8691820c76..638518aa98 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/Makefile index 5fdbdb7875..624b117bc5 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson1/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/Makefile index 3522a73547..61f1b78beb 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/Makefile index 8ff919451f..0d63902b75 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson3/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/Makefile index 43d7f29c7b..ae4a0ac127 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson4/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/Makefile index adf8ed6991..227e53dd8b 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson5/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/Makefile index 5d737b5647..45e60c73ff 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson6/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/Makefile index 29be994b15..d363cb7899 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/Makefile index bd840ee613..d8180eec29 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson8/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/Makefile b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/Makefile index 18a3c0a896..7346f5cfb4 100644 --- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/graphics/gx/triangle/Makefile b/packages/libogcfpc/examples/graphics/gx/triangle/Makefile index e0c5454747..a7e09c2e13 100644 --- a/packages/libogcfpc/examples/graphics/gx/triangle/Makefile +++ b/packages/libogcfpc/examples/graphics/gx/triangle/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libogcfpc/examples/template/Makefile b/packages/libogcfpc/examples/template/Makefile index 3d1a8fe589..c7b461796a 100644 --- a/packages/libogcfpc/examples/template/Makefile +++ b/packages/libogcfpc/examples/template/Makefile @@ -2135,6 +2135,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libpng/Makefile b/packages/libpng/Makefile index 336c423185..75ab2b28a1 100644 --- a/packages/libpng/Makefile +++ b/packages/libpng/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/librsvg/Makefile b/packages/librsvg/Makefile index 6da9c5fe33..20275a3640 100644 --- a/packages/librsvg/Makefile +++ b/packages/librsvg/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libsee/Makefile b/packages/libsee/Makefile index fc6c4c8b9c..588d29eb26 100644 --- a/packages/libsee/Makefile +++ b/packages/libsee/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libsee/examples/Makefile b/packages/libsee/examples/Makefile index 9a773aa416..f7bb7bb35f 100644 --- a/packages/libsee/examples/Makefile +++ b/packages/libsee/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libtar/Makefile b/packages/libtar/Makefile index 3cb0edd5a3..544438df81 100644 --- a/packages/libtar/Makefile +++ b/packages/libtar/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libusb/Makefile b/packages/libusb/Makefile index dc52c980c3..f4828d3a28 100644 --- a/packages/libusb/Makefile +++ b/packages/libusb/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libvlc/Makefile b/packages/libvlc/Makefile index 02a13ce30a..a41a57da5d 100644 --- a/packages/libvlc/Makefile +++ b/packages/libvlc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libxml/Makefile b/packages/libxml/Makefile index b97dfe4375..5fc31afc8b 100644 --- a/packages/libxml/Makefile +++ b/packages/libxml/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/libxml/examples/Makefile b/packages/libxml/examples/Makefile index 101ec87dfc..3516f07c6b 100644 --- a/packages/libxml/examples/Makefile +++ b/packages/libxml/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/lua/Makefile b/packages/lua/Makefile index 4903def29b..69e3891652 100644 --- a/packages/lua/Makefile +++ b/packages/lua/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/mad/Makefile b/packages/mad/Makefile index 88a8f8959c..87023a3422 100644 --- a/packages/mad/Makefile +++ b/packages/mad/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/matroska/Makefile b/packages/matroska/Makefile index dd24f43932..a45c3a312d 100644 --- a/packages/matroska/Makefile +++ b/packages/matroska/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/modplug/Makefile b/packages/modplug/Makefile index dba987ab61..96717e5769 100644 --- a/packages/modplug/Makefile +++ b/packages/modplug/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/morphunits/Makefile b/packages/morphunits/Makefile index 301663c7ce..be472f12a9 100644 --- a/packages/morphunits/Makefile +++ b/packages/morphunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/mysql/Makefile b/packages/mysql/Makefile index b6af6d2e53..a7f7eefaeb 100644 --- a/packages/mysql/Makefile +++ b/packages/mysql/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/mysql/examples/Makefile b/packages/mysql/examples/Makefile index ee0fe160de..53fd0466e1 100644 --- a/packages/mysql/examples/Makefile +++ b/packages/mysql/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ncurses/Makefile b/packages/ncurses/Makefile index 5b2b6b4b59..71128e3d03 100644 --- a/packages/ncurses/Makefile +++ b/packages/ncurses/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ncurses/examples/Makefile b/packages/ncurses/examples/Makefile index be0b7886a1..993848752b 100644 --- a/packages/ncurses/examples/Makefile +++ b/packages/ncurses/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/newt/Makefile b/packages/newt/Makefile index 6d4fe5af59..cc0370ef4b 100644 --- a/packages/newt/Makefile +++ b/packages/newt/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/newt/examples/Makefile b/packages/newt/examples/Makefile index ac341f2713..7f5afea64b 100644 --- a/packages/newt/examples/Makefile +++ b/packages/newt/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/numlib/Makefile b/packages/numlib/Makefile index 69e63cdc32..538b791844 100644 --- a/packages/numlib/Makefile +++ b/packages/numlib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/numlib/examples/Makefile b/packages/numlib/examples/Makefile index 47eb35d755..e481235eca 100644 --- a/packages/numlib/examples/Makefile +++ b/packages/numlib/examples/Makefile @@ -2764,6 +2764,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/nvapi/Makefile b/packages/nvapi/Makefile index 91b660f95f..0b17739a8f 100644 --- a/packages/nvapi/Makefile +++ b/packages/nvapi/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/objcrtl/Makefile b/packages/objcrtl/Makefile index 74ef6557ac..2a6583d582 100644 --- a/packages/objcrtl/Makefile +++ b/packages/objcrtl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/odata/Makefile b/packages/odata/Makefile index 7981f3e6d7..7c67d75f27 100644 --- a/packages/odata/Makefile +++ b/packages/odata/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/odbc/Makefile b/packages/odbc/Makefile index 06d5bc54cb..4fba0e9d0f 100644 --- a/packages/odbc/Makefile +++ b/packages/odbc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/odbc/examples/Makefile b/packages/odbc/examples/Makefile index b874e9ab2a..f08c36d91b 100644 --- a/packages/odbc/examples/Makefile +++ b/packages/odbc/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/oggvorbis/Makefile b/packages/oggvorbis/Makefile index 272e5d7e09..26c685917d 100644 --- a/packages/oggvorbis/Makefile +++ b/packages/oggvorbis/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/openal/Makefile b/packages/openal/Makefile index ca68047652..5c4532021d 100644 --- a/packages/openal/Makefile +++ b/packages/openal/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/openal/examples/Makefile b/packages/openal/examples/Makefile index a547418400..c05b9bd9a7 100644 --- a/packages/openal/examples/Makefile +++ b/packages/openal/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/opencl/Makefile b/packages/opencl/Makefile index b746f8937b..7826cc4a19 100644 --- a/packages/opencl/Makefile +++ b/packages/opencl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/opengl/Makefile b/packages/opengl/Makefile index cae8cdd356..14a04dacce 100644 --- a/packages/opengl/Makefile +++ b/packages/opengl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/opengl/examples/Makefile b/packages/opengl/examples/Makefile index 01105bfa75..77995aae11 100644 --- a/packages/opengl/examples/Makefile +++ b/packages/opengl/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/opengles/Makefile b/packages/opengles/Makefile index 6dcf3edf31..1c98f02067 100644 --- a/packages/opengles/Makefile +++ b/packages/opengles/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/opengles/examples/Makefile b/packages/opengles/examples/Makefile index baad347e04..1d1c1ab6fd 100644 --- a/packages/opengles/examples/Makefile +++ b/packages/opengles/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/openssl/Makefile b/packages/openssl/Makefile index 25e5eceaef..1fa004d3cc 100644 --- a/packages/openssl/Makefile +++ b/packages/openssl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/oracle/Makefile b/packages/oracle/Makefile index 8820b4da45..553d76a016 100644 --- a/packages/oracle/Makefile +++ b/packages/oracle/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/oracle/examples/Makefile b/packages/oracle/examples/Makefile index ae42aa1a39..9f73eb7c0e 100644 --- a/packages/oracle/examples/Makefile +++ b/packages/oracle/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/os2units/Makefile b/packages/os2units/Makefile index cb545913b8..685a958bf7 100644 --- a/packages/os2units/Makefile +++ b/packages/os2units/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/os2units/examples/Makefile b/packages/os2units/examples/Makefile index 379bd097b5..66c0315aad 100644 --- a/packages/os2units/examples/Makefile +++ b/packages/os2units/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/os4units/Makefile b/packages/os4units/Makefile index c0d9678907..f1410a2e76 100644 --- a/packages/os4units/Makefile +++ b/packages/os4units/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/palmunits/Makefile b/packages/palmunits/Makefile index db3741dab2..17fb0c4cec 100644 --- a/packages/palmunits/Makefile +++ b/packages/palmunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/pasjpeg/Makefile b/packages/pasjpeg/Makefile index ed844f8230..51b67bd076 100644 --- a/packages/pasjpeg/Makefile +++ b/packages/pasjpeg/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/pastojs/Makefile b/packages/pastojs/Makefile index f4d216f40c..2ba327b7d7 100644 --- a/packages/pastojs/Makefile +++ b/packages/pastojs/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/paszlib/Makefile b/packages/paszlib/Makefile index 8f96992e4f..f54a74ad9b 100644 --- a/packages/paszlib/Makefile +++ b/packages/paszlib/Makefile @@ -889,6 +889,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/paszlib/examples/Makefile b/packages/paszlib/examples/Makefile index 059de17140..a22d46a47b 100644 --- a/packages/paszlib/examples/Makefile +++ b/packages/paszlib/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/pcap/Makefile b/packages/pcap/Makefile index 241812b744..75dea8c5db 100644 --- a/packages/pcap/Makefile +++ b/packages/pcap/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/postgres/Makefile b/packages/postgres/Makefile index 191a687039..20973076ad 100644 --- a/packages/postgres/Makefile +++ b/packages/postgres/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/postgres/examples/Makefile b/packages/postgres/examples/Makefile index bb9be1c4d1..d5d5597861 100644 --- a/packages/postgres/examples/Makefile +++ b/packages/postgres/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/proj4/Makefile b/packages/proj4/Makefile index 246f83a708..100392a3d6 100644 --- a/packages/proj4/Makefile +++ b/packages/proj4/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ptc/Makefile b/packages/ptc/Makefile index d9ff790d32..b306bd3ed5 100644 --- a/packages/ptc/Makefile +++ b/packages/ptc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/ptc/examples/Makefile b/packages/ptc/examples/Makefile index 788281f8d5..6f69b31b0f 100644 --- a/packages/ptc/examples/Makefile +++ b/packages/ptc/examples/Makefile @@ -1492,6 +1492,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/pthreads/Makefile b/packages/pthreads/Makefile index 38428b8637..7cb96b701d 100644 --- a/packages/pthreads/Makefile +++ b/packages/pthreads/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/pxlib/Makefile b/packages/pxlib/Makefile index fc1f8cf393..96158f9cde 100644 --- a/packages/pxlib/Makefile +++ b/packages/pxlib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/pxlib/examples/Makefile b/packages/pxlib/examples/Makefile index 357e4c911e..38d60ad26c 100644 --- a/packages/pxlib/examples/Makefile +++ b/packages/pxlib/examples/Makefile @@ -963,6 +963,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/qlunits/Makefile b/packages/qlunits/Makefile index db31075096..273e96cfa9 100644 --- a/packages/qlunits/Makefile +++ b/packages/qlunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/regexpr/Makefile b/packages/regexpr/Makefile index 407fd8b20d..a381c9d678 100644 --- a/packages/regexpr/Makefile +++ b/packages/regexpr/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/regexpr/examples/Makefile b/packages/regexpr/examples/Makefile index 78f5b13fd5..82802cef02 100644 --- a/packages/regexpr/examples/Makefile +++ b/packages/regexpr/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rexx/Makefile b/packages/rexx/Makefile index 95d0314d06..21d300fe8c 100644 --- a/packages/rexx/Makefile +++ b/packages/rexx/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rexx/examples/Makefile b/packages/rexx/examples/Makefile index 2460f292be..25ae602c1c 100644 --- a/packages/rexx/examples/Makefile +++ b/packages/rexx/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rtl-console/Makefile b/packages/rtl-console/Makefile index 5ac1882bc1..a9a3512a18 100644 --- a/packages/rtl-console/Makefile +++ b/packages/rtl-console/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rtl-extra/Makefile b/packages/rtl-extra/Makefile index 1d2a4d4427..f4e9d6cdad 100644 --- a/packages/rtl-extra/Makefile +++ b/packages/rtl-extra/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rtl-generics/Makefile b/packages/rtl-generics/Makefile index 1ae14c0b0b..ebc5670295 100644 --- a/packages/rtl-generics/Makefile +++ b/packages/rtl-generics/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rtl-objpas/Makefile b/packages/rtl-objpas/Makefile index 30892af86f..5a8005b6a6 100644 --- a/packages/rtl-objpas/Makefile +++ b/packages/rtl-objpas/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/rtl-unicode/Makefile b/packages/rtl-unicode/Makefile index e52a400fcd..47068d9ae0 100644 --- a/packages/rtl-unicode/Makefile +++ b/packages/rtl-unicode/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/sdl/Makefile b/packages/sdl/Makefile index e919fd7422..95b2f7f685 100644 --- a/packages/sdl/Makefile +++ b/packages/sdl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/sndfile/Makefile b/packages/sndfile/Makefile index 94cce894ad..e70c35f820 100644 --- a/packages/sndfile/Makefile +++ b/packages/sndfile/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/sqlite/Makefile b/packages/sqlite/Makefile index c1b158bd27..e278cd436a 100644 --- a/packages/sqlite/Makefile +++ b/packages/sqlite/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/svgalib/Makefile b/packages/svgalib/Makefile index 524f5c320f..36cc5075dd 100644 --- a/packages/svgalib/Makefile +++ b/packages/svgalib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/svgalib/examples/Makefile b/packages/svgalib/examples/Makefile index 793864ed9a..821a07869d 100644 --- a/packages/svgalib/examples/Makefile +++ b/packages/svgalib/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/symbolic/Makefile b/packages/symbolic/Makefile index 5a8054ea68..8377ee6161 100644 --- a/packages/symbolic/Makefile +++ b/packages/symbolic/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/symbolic/examples/Makefile b/packages/symbolic/examples/Makefile index d0a8292e7b..0349ee3c24 100644 --- a/packages/symbolic/examples/Makefile +++ b/packages/symbolic/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/syslog/Makefile b/packages/syslog/Makefile index 29be21e670..93626cb6e6 100644 --- a/packages/syslog/Makefile +++ b/packages/syslog/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/syslog/examples/Makefile b/packages/syslog/examples/Makefile index afedde1a45..a565ed8ec8 100644 --- a/packages/syslog/examples/Makefile +++ b/packages/syslog/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/tcl/Makefile b/packages/tcl/Makefile index 161734fc1a..c053ea2a86 100644 --- a/packages/tcl/Makefile +++ b/packages/tcl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/tosunits/Makefile b/packages/tosunits/Makefile index 59af7a6030..f9b1258604 100644 --- a/packages/tosunits/Makefile +++ b/packages/tosunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/tplylib/Makefile b/packages/tplylib/Makefile index 600bda0c79..7f53cb999a 100644 --- a/packages/tplylib/Makefile +++ b/packages/tplylib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/univint/Makefile b/packages/univint/Makefile index 695618dc61..cff2357679 100644 --- a/packages/univint/Makefile +++ b/packages/univint/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/univint/examples/Makefile b/packages/univint/examples/Makefile index 585e209274..6839c0bc93 100644 --- a/packages/univint/examples/Makefile +++ b/packages/univint/examples/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/unixutil/Makefile b/packages/unixutil/Makefile index c9943ee308..54646cef54 100644 --- a/packages/unixutil/Makefile +++ b/packages/unixutil/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/unzip/Makefile b/packages/unzip/Makefile index ee3a117042..ce9abfd847 100644 --- a/packages/unzip/Makefile +++ b/packages/unzip/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/users/Makefile b/packages/users/Makefile index 5a38d09b11..d2c9b366b0 100644 --- a/packages/users/Makefile +++ b/packages/users/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/users/examples/Makefile b/packages/users/examples/Makefile index fb4f3186a2..cac3283016 100644 --- a/packages/users/examples/Makefile +++ b/packages/users/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/utmp/Makefile b/packages/utmp/Makefile index f374684bdb..501e7bfe2f 100644 --- a/packages/utmp/Makefile +++ b/packages/utmp/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/utmp/examples/Makefile b/packages/utmp/examples/Makefile index 46baf7fa74..bffc0f7445 100644 --- a/packages/utmp/examples/Makefile +++ b/packages/utmp/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/uuid/Makefile b/packages/uuid/Makefile index 8823a6335d..ec62da9d4b 100644 --- a/packages/uuid/Makefile +++ b/packages/uuid/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/uuid/examples/Makefile b/packages/uuid/examples/Makefile index b2170962a4..d35310d6d9 100644 --- a/packages/uuid/examples/Makefile +++ b/packages/uuid/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/vcl-compat/Makefile b/packages/vcl-compat/Makefile index ece8fc772c..7e1a2bf367 100644 --- a/packages/vcl-compat/Makefile +++ b/packages/vcl-compat/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/webidl/Makefile b/packages/webidl/Makefile index 6272075d6d..4df724ae8c 100644 --- a/packages/webidl/Makefile +++ b/packages/webidl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/winceunits/Makefile b/packages/winceunits/Makefile index 5b9e878fa9..e437783ce1 100644 --- a/packages/winceunits/Makefile +++ b/packages/winceunits/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/winunits-base/Makefile b/packages/winunits-base/Makefile index da9d3f895b..e21018e1f7 100644 --- a/packages/winunits-base/Makefile +++ b/packages/winunits-base/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/winunits-jedi/Makefile b/packages/winunits-jedi/Makefile index 308c6a8419..72d7597b30 100644 --- a/packages/winunits-jedi/Makefile +++ b/packages/winunits-jedi/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/x11/Makefile b/packages/x11/Makefile index bad031c72a..15ad2e3606 100644 --- a/packages/x11/Makefile +++ b/packages/x11/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/xforms/Makefile b/packages/xforms/Makefile index 14228ef766..15f62078aa 100644 --- a/packages/xforms/Makefile +++ b/packages/xforms/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/xforms/examples/Makefile b/packages/xforms/examples/Makefile index 5bdcb0f7c0..1310aa6808 100644 --- a/packages/xforms/examples/Makefile +++ b/packages/xforms/examples/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/zlib/Makefile b/packages/zlib/Makefile index 32302c295f..019704977b 100644 --- a/packages/zlib/Makefile +++ b/packages/zlib/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/packages/zorba/Makefile b/packages/zorba/Makefile index 00820c4e2d..0564fb809e 100644 --- a/packages/zorba/Makefile +++ b/packages/zorba/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/Makefile b/rtl/Makefile index a1b156bdec..b5c4778c3f 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/aix/Makefile b/rtl/aix/Makefile index 212d3b45e8..4763dcadc6 100644 --- a/rtl/aix/Makefile +++ b/rtl/aix/Makefile @@ -2473,6 +2473,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/amiga/Makefile b/rtl/amiga/Makefile index d4bb730865..1b08fa65a3 100644 --- a/rtl/amiga/Makefile +++ b/rtl/amiga/Makefile @@ -2790,6 +2790,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/android/Makefile b/rtl/android/Makefile index 4d9231da9f..be4e6e505b 100644 --- a/rtl/android/Makefile +++ b/rtl/android/Makefile @@ -3425,6 +3425,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/android/jvm/Makefile b/rtl/android/jvm/Makefile index d18acfb249..dbf37581da 100644 --- a/rtl/android/jvm/Makefile +++ b/rtl/android/jvm/Makefile @@ -1823,6 +1823,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/aros/Makefile b/rtl/aros/Makefile index fb6fc4db99..5e349bc9ca 100644 --- a/rtl/aros/Makefile +++ b/rtl/aros/Makefile @@ -2784,6 +2784,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/atari/Makefile b/rtl/atari/Makefile index c8c8de8c33..77fcec4e2f 100644 --- a/rtl/atari/Makefile +++ b/rtl/atari/Makefile @@ -2778,6 +2778,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/beos/Makefile b/rtl/beos/Makefile index 0942519c40..5ef33b8084 100644 --- a/rtl/beos/Makefile +++ b/rtl/beos/Makefile @@ -3096,6 +3096,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/darwin/Makefile b/rtl/darwin/Makefile index 18ad8c7628..9594489b85 100644 --- a/rtl/darwin/Makefile +++ b/rtl/darwin/Makefile @@ -2477,6 +2477,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/dragonfly/Makefile b/rtl/dragonfly/Makefile index d7a354cbf5..334c04eed1 100644 --- a/rtl/dragonfly/Makefile +++ b/rtl/dragonfly/Makefile @@ -2790,6 +2790,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/embedded/Makefile b/rtl/embedded/Makefile index 25db9656f0..61bd62f36c 100644 --- a/rtl/embedded/Makefile +++ b/rtl/embedded/Makefile @@ -2312,6 +2312,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/emx/Makefile b/rtl/emx/Makefile index 2df319fb91..9712a36911 100644 --- a/rtl/emx/Makefile +++ b/rtl/emx/Makefile @@ -2782,6 +2782,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 70b0c3229d..06d931057b 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -2795,6 +2795,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/freertos/Makefile b/rtl/freertos/Makefile index dc88439827..abfe76a59e 100644 --- a/rtl/freertos/Makefile +++ b/rtl/freertos/Makefile @@ -2628,6 +2628,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/gba/Makefile b/rtl/gba/Makefile index ce89a290fa..e5d4f848c1 100644 --- a/rtl/gba/Makefile +++ b/rtl/gba/Makefile @@ -2461,6 +2461,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index 10a71e16ad..3a4bc1b4d8 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -2783,6 +2783,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/haiku/Makefile b/rtl/haiku/Makefile index b7278782a8..ebd080b4df 100644 --- a/rtl/haiku/Makefile +++ b/rtl/haiku/Makefile @@ -3104,6 +3104,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/java/Makefile b/rtl/java/Makefile index 1c7b055885..05644a5c42 100644 --- a/rtl/java/Makefile +++ b/rtl/java/Makefile @@ -1827,6 +1827,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index c42850ad97..e2f2476269 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -3459,6 +3459,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/macos/Makefile b/rtl/macos/Makefile index b8e50d94a6..5d92871f89 100644 --- a/rtl/macos/Makefile +++ b/rtl/macos/Makefile @@ -2464,6 +2464,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/morphos/Makefile b/rtl/morphos/Makefile index 2594a04e05..0c98d08302 100644 --- a/rtl/morphos/Makefile +++ b/rtl/morphos/Makefile @@ -2462,6 +2462,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/msdos/Makefile b/rtl/msdos/Makefile index c74a4a995d..5596d11cdc 100644 --- a/rtl/msdos/Makefile +++ b/rtl/msdos/Makefile @@ -2462,6 +2462,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/msxdos/Makefile b/rtl/msxdos/Makefile index fc1678b70c..d59aa8c5d2 100644 --- a/rtl/msxdos/Makefile +++ b/rtl/msxdos/Makefile @@ -2144,6 +2144,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/nativent/Makefile b/rtl/nativent/Makefile index 6c17a46323..4bf5c156c1 100644 --- a/rtl/nativent/Makefile +++ b/rtl/nativent/Makefile @@ -2470,6 +2470,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/nds/Makefile b/rtl/nds/Makefile index ece55d9565..13a7fba15f 100644 --- a/rtl/nds/Makefile +++ b/rtl/nds/Makefile @@ -2461,6 +2461,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/netbsd/Makefile b/rtl/netbsd/Makefile index d997c127a8..ead5cf4d70 100644 --- a/rtl/netbsd/Makefile +++ b/rtl/netbsd/Makefile @@ -2792,6 +2792,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/netware/Makefile b/rtl/netware/Makefile index 85da75fcfc..103fa6b5b8 100644 --- a/rtl/netware/Makefile +++ b/rtl/netware/Makefile @@ -2786,6 +2786,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/netwlibc/Makefile b/rtl/netwlibc/Makefile index f015dad68d..100f679629 100644 --- a/rtl/netwlibc/Makefile +++ b/rtl/netwlibc/Makefile @@ -2779,6 +2779,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/openbsd/Makefile b/rtl/openbsd/Makefile index 52a32f5024..03cc549f58 100644 --- a/rtl/openbsd/Makefile +++ b/rtl/openbsd/Makefile @@ -2797,6 +2797,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index c505c34a33..d38757546c 100644 --- a/rtl/os2/Makefile +++ b/rtl/os2/Makefile @@ -2782,6 +2782,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/palmos/Makefile b/rtl/palmos/Makefile index 1a727ddf4e..ac887068cd 100644 --- a/rtl/palmos/Makefile +++ b/rtl/palmos/Makefile @@ -2460,6 +2460,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/qnx/Makefile b/rtl/qnx/Makefile index f1e3c075d9..5aae7ec4b2 100644 --- a/rtl/qnx/Makefile +++ b/rtl/qnx/Makefile @@ -2783,6 +2783,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/sinclairql/Makefile b/rtl/sinclairql/Makefile index 70bfdc9a12..efa4796742 100644 --- a/rtl/sinclairql/Makefile +++ b/rtl/sinclairql/Makefile @@ -2778,6 +2778,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/solaris/Makefile b/rtl/solaris/Makefile index 9424a6e1bd..637ff8528e 100644 --- a/rtl/solaris/Makefile +++ b/rtl/solaris/Makefile @@ -2473,6 +2473,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/symbian/Makefile b/rtl/symbian/Makefile index 9d2ec55fb4..a2caf416de 100644 --- a/rtl/symbian/Makefile +++ b/rtl/symbian/Makefile @@ -2140,6 +2140,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/wasi/Makefile b/rtl/wasi/Makefile index 483f3a5eee..8dd7056cc4 100644 --- a/rtl/wasi/Makefile +++ b/rtl/wasi/Makefile @@ -1827,6 +1827,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/watcom/Makefile b/rtl/watcom/Makefile index 8294dd1b3e..f1aa56f6fd 100644 --- a/rtl/watcom/Makefile +++ b/rtl/watcom/Makefile @@ -2781,6 +2781,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/wii/Makefile b/rtl/wii/Makefile index 65f569e505..89049f586c 100644 --- a/rtl/wii/Makefile +++ b/rtl/wii/Makefile @@ -2143,6 +2143,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/win16/Makefile b/rtl/win16/Makefile index 15ab63f864..59426dcf91 100644 --- a/rtl/win16/Makefile +++ b/rtl/win16/Makefile @@ -2144,6 +2144,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index da3314fdf8..ce35cbff57 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -2779,6 +2779,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/win64/Makefile b/rtl/win64/Makefile index a9430a8580..6cf944a3c6 100644 --- a/rtl/win64/Makefile +++ b/rtl/win64/Makefile @@ -2783,6 +2783,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/wince/Makefile b/rtl/wince/Makefile index 664b6fee30..b6b9602ffe 100644 --- a/rtl/wince/Makefile +++ b/rtl/wince/Makefile @@ -2146,6 +2146,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/rtl/zxspectrum/Makefile b/rtl/zxspectrum/Makefile index 9f8ab53b73..fabfeb5158 100644 --- a/rtl/zxspectrum/Makefile +++ b/rtl/zxspectrum/Makefile @@ -1826,6 +1826,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/tests/Makefile b/tests/Makefile index 8ccd7148d6..3bb4f11fc0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1173,6 +1173,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/tests/tstunits/Makefile b/tests/tstunits/Makefile index f67a88e7c3..446675c57d 100644 --- a/tests/tstunits/Makefile +++ b/tests/tstunits/Makefile @@ -1491,6 +1491,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/tests/utils/Makefile b/tests/utils/Makefile index de027bc432..b09f02466d 100644 --- a/tests/utils/Makefile +++ b/tests/utils/Makefile @@ -1496,6 +1496,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/tests/utils/testsuite/Makefile b/tests/utils/testsuite/Makefile index c60157184e..aca3a1bade 100644 --- a/tests/utils/testsuite/Makefile +++ b/tests/utils/testsuite/Makefile @@ -1492,6 +1492,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/Makefile b/utils/Makefile index 76d55919fa..d1a50ae1f7 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -874,6 +874,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/debugsvr/Makefile b/utils/debugsvr/Makefile index d4c6b6d072..322169a416 100644 --- a/utils/debugsvr/Makefile +++ b/utils/debugsvr/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/debugsvr/console/Makefile b/utils/debugsvr/console/Makefile index edcb627997..615248aace 100644 --- a/utils/debugsvr/console/Makefile +++ b/utils/debugsvr/console/Makefile @@ -1809,6 +1809,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/debugsvr/gtk/Makefile b/utils/debugsvr/gtk/Makefile index a34812db1e..e42e86db7e 100644 --- a/utils/debugsvr/gtk/Makefile +++ b/utils/debugsvr/gtk/Makefile @@ -2127,6 +2127,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/dxegen/Makefile b/utils/dxegen/Makefile index fe87f5f73e..010d4b4676 100644 --- a/utils/dxegen/Makefile +++ b/utils/dxegen/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpcm/Makefile b/utils/fpcm/Makefile index d9dfe6d26f..cda4e3d431 100644 --- a/utils/fpcm/Makefile +++ b/utils/fpcm/Makefile @@ -866,6 +866,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpcm/fpcmake.inc b/utils/fpcm/fpcmake.inc index 7e45e396db..06ccd18c42 100644 --- a/utils/fpcm/fpcmake.inc +++ b/utils/fpcm/fpcmake.inc @@ -1302,15 +1302,20 @@ const fpcmakeini : array[0..258,1..240] of char=( 'OEXT=.rel'#010+ 'endif'#010+ #010+ - #010, + '#',' WASI'#010+ + 'ifeq ($(OS_TARGET),wasi)'#010+ + 'EXEEXT=.wasm'#010+ + 'endif'#010+ + #010+ + #010+ '# For 8.3 limited OS'#039's the short suffixes'#010+ '# Otherwise use the full source/target names'#010+ 'ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)'#010+ 'FPCMADE=fpcmade.$(SHORTSUFFIX)'#010+ - 'ZIPSUFFIX=$(SHORTSUFFIX)'#010+ + 'ZIPSUFFIX=$(SHORTSUFF','IX)'#010+ 'ZIPCROSSPREFIX='#010+ 'ZIPSOURCESUFFIX=src'#010+ - 'ZIPEXAMPLESU','FFIX=exm'#010+ + 'ZIPEXAMPLESUFFIX=exm'#010+ 'else'#010+ 'FPCMADE=fpcmade.$(TARGETSUFFIX)'#010+ 'ZIPSOURCESUFFIX=.source'#010+ @@ -1319,19 +1324,19 @@ const fpcmakeini : array[0..258,1..240] of char=( 'ZIPSUFFIX=.$(SOURCESUFFIX)'#010+ 'ZIPCROSSPREFIX=$(TARGETSUFFIX)-'#010+ 'else'#010+ - 'ZIPSUFFIX=.$(TARGETSUFFIX)'#010+ + 'ZIPSUFFI','X=.$(TARGETSUFFIX)'#010+ 'ZIPCROSSPREFIX='#010+ 'endif'#010+ 'endif'#010+ #010+ - '[def','aulttools]'#010+ + '[defaulttools]'#010+ '#####################################################################'#010+ '# Default Tools'#010+ '#####################################################################'#010+ #010+ - '# Names of the binutils tools'#010+ + '# Names of the binut','ils tools'#010+ 'ASNAME=$(BINUTILSPREFIX)as'#010+ - 'LDNAME=$(BINUTI','LSPREFIX)ld'#010+ + 'LDNAME=$(BINUTILSPREFIX)ld'#010+ 'ARNAME=$(BINUTILSPREFIX)ar'#010+ 'RCNAME=$(BINUTILSPREFIX)rc'#010+ 'NASMNAME=$(BINUTILSPREFIX)nasm'#010+ @@ -1339,9 +1344,9 @@ const fpcmakeini : array[0..258,1..240] of char=( '# assembler, redefine it if cross compiling'#010+ 'ifndef ASPROG'#010+ 'ifdef CROSSBINDIR'#010+ - 'ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)'#010+ + 'ASPROG=$(CROSS','BINDIR)/$(ASNAME)$(SRCEXEEXT)'#010+ 'else'#010+ - 'ASPROG=$(ASNAME)'#010, + 'ASPROG=$(ASNAME)'#010+ 'endif'#010+ 'endif'#010+ #010+ @@ -1355,9 +1360,9 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ '# Resource compiler'#010+ - 'ifndef RCPROG'#010+ + 'ifndef RCPRO','G'#010+ 'ifdef CROSSBINDIR'#010+ - 'RCPROG=$(CROSSBINDIR)/$(RCNAME)$','(SRCEXEEXT)'#010+ + 'RCPROG=$(CROSSBINDIR)/$(RCNAME)$(SRCEXEEXT)'#010+ 'else'#010+ 'RCPROG=$(RCNAME)'#010+ 'endif'#010+ @@ -1372,9 +1377,9 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ 'endif'#010+ #010+ - '# NASM assembler, redefine it if cross compiling'#010+ + '# NASM assembler, r','edefine it if cross compiling'#010+ 'ifndef NASMPROG'#010+ - 'ifdef ','CROSSBINDIR'#010+ + 'ifdef CROSSBINDIR'#010+ 'NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)'#010+ 'else'#010+ 'NASMPROG=$(NASMNAME)'#010+ @@ -1386,11 +1391,11 @@ const fpcmakeini : array[0..258,1..240] of char=( 'LD=$(LDPROG)'#010+ 'RC=$(RCPROG)'#010+ 'AR=$(ARPROG)'#010+ - 'NASM=$(NASMPROG)'#010+ + 'NASM=$(NASMPROG)'#010, #010+ '# ppas.bat / ppas.sh'#010+ 'ifdef inUnix'#010+ - 'PPAS=./ppas$(SRCB','ATCHEXT)'#010+ + 'PPAS=./ppas$(SRCBATCHEXT)'#010+ 'else'#010+ 'PPAS=ppas$(SRCBATCHEXT)'#010+ 'endif'#010+ @@ -1405,14 +1410,14 @@ const fpcmakeini : array[0..258,1..240] of char=( 'ifdef DATE'#010+ 'DATESTR:=$(shell $(DATE) +%Y%m%d)'#010+ 'else'#010+ - 'DATESTR='#010+ + 'DATESTR=',#010+ 'endif'#010+ #010+ '# Zip options'#010+ 'ZIPOPT=-9'#010+ 'ZIPEXT=.zip'#010+ #010+ - '# Tar o','ptions'#010+ + '# Tar options'#010+ 'ifeq ($(USETAR),bz2)'#010+ 'TAROPT=vj'#010+ 'TAREXT=.tar.bz2'#010+ @@ -1424,18 +1429,17 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ '[command_begin]'#010+ '#####################################################################'#010+ - '# Compiler Command Line'#010+ - '######################################','##############################'+ - '#'#010+ + '# Compiler',' Command Line'#010+ + '#####################################################################'#010+ #010+ '# Load commandline OPTDEF and add FPC_CPU define, for compiling the'#010+ '# compiler this needs to be turned off'#010+ 'ifndef NOCPUDEF'#010+ 'override FPCOPTDEF=$(ARCH)'#010+ - 'endif'#010+ + 'endif',#010+ #010+ #010+ - '# Load commandline OPT and add target and unit di','r to be sure'#010+ + '# Load commandline OPT and add target and unit dir to be sure'#010+ 'ifneq ($(OS_TARGET),$(OS_SOURCE))'#010+ 'override FPCOPT+=-T$(OS_TARGET)'#010+ 'endif'#010+ @@ -1445,18 +1449,18 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ 'ifeq ($(OS_SOURCE),openbsd)'#010+ - 'override FPCOPT+=-FD$(NEW_BINUTILS_PATH)'#010+ - 'override FPCMAK','EOPT+=-FD$(NEW_BINUTILS_PATH)'#010+ + 'over','ride FPCOPT+=-FD$(NEW_BINUTILS_PATH)'#010+ + 'override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)'#010+ 'override FPMAKE_BUILD_OPT+=-FD$(NEW_BINUTILS_PATH)'#010+ 'endif'#010+ #010+ 'ifndef CROSSBOOTSTRAP'#010+ 'ifneq ($(BINUTILSPREFIX),)'#010+ 'override FPCOPT+=-XP$(BINUTILSPREFIX)'#010+ - 'ifneq ($(RLINKPATH),)'#010+ + 'ifneq ($(RLIN','KPATH),)'#010+ 'override FPCOPT+=-Xr$(RLINKPATH)'#010+ 'endif'#010+ - 'endi','f'#010+ + 'endif'#010+ 'endif'#010+ #010+ '# When BINUTILSPREFIX is given and we are not cross-compiling then use'+ @@ -1464,19 +1468,19 @@ const fpcmakeini : array[0..258,1..240] of char=( '# it while compiling the fpmake file. (For example to build i386-freeb'+ 'sd'#010+ '# with BINUTILSPREFIX=i386-)'#010+ - 'ifndef CROSSCOMPILE'#010+ + 'ifndef',' CROSSCOMPILE'#010+ 'ifneq ($(BINUTILSPREFIX),)'#010+ - 'override FP','CMAKEOPT+=-XP$(BINUTILSPREFIX)'#010+ + 'override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)'#010+ 'override FPMAKE_BUILD_OPT+=-XP$(BINUTILSPREFIX)'#010+ 'endif'#010+ 'endif'#010+ #010+ '# User dirs should be first, so they are looked at first'#010+ 'ifdef UNITDIR'#010+ - 'override FPCOPT+=$(addprefix -Fu,$(UNITDIR))'#010+ + 'override FPCOPT+=$(addpre','fix -Fu,$(UNITDIR))'#010+ 'endif'#010+ 'ifdef LIBDIR'#010+ - 'override FPCO','PT+=$(addprefix -Fl,$(LIBDIR))'#010+ + 'override FPCOPT+=$(addprefix -Fl,$(LIBDIR))'#010+ 'endif'#010+ 'ifdef OBJDIR'#010+ 'override FPCOPT+=$(addprefix -Fo,$(OBJDIR))'#010+ @@ -1486,11 +1490,11 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ '# Smartlinking'#010+ - 'ifdef LINKSMART'#010+ + 'ifdef LIN','KSMART'#010+ 'override FPCOPT+=-XX'#010+ 'endif'#010+ #010+ - '# Smartlinking cr','eation'#010+ + '# Smartlinking creation'#010+ 'ifdef CREATESMART'#010+ 'override FPCOPT+=-CX'#010+ 'endif'#010+ @@ -1503,9 +1507,9 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ '# Release mode'#010+ '# (strip, optimize and don'#039't load fpc.cfg)'#010+ - 'ifdef RELEASE'#010+ + 'ifd','ef RELEASE'#010+ 'FPCCPUOPT:=-O2'#010+ - 'override FPCOPT+=-Ur -Xs $','(FPCCPUOPT) -n'#010+ + 'override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n'#010+ 'override FPCOPTDEF+=RELEASE'#010+ 'endif'#010+ #010+ @@ -1519,74 +1523,74 @@ const fpcmakeini : array[0..258,1..240] of char=( 'override FPCOPT+=-O2'#010+ 'endif'#010+ #010+ - '# Verbose settings (warning,note,info)'#010+ + '# Verbose settings (warning,note,in','fo)'#010+ 'ifdef VERBOSE'#010+ 'override FPCOPT+=-vwni'#010+ 'endif'#010+ #010+ - '# Ne','eded compiler options'#010+ + '# Needed compiler options'#010+ 'ifdef COMPILER_OPTIONS'#010+ 'override FPCOPT+=$(COMPILER_OPTIONS)'#010+ 'endif'#010+ 'ifdef COMPILER_UNITDIR'#010+ 'override FPCOPT+=$(addprefix -Fu,$(COMPILER_UNITDIR))'#010+ 'endif'#010+ - 'ifdef COMPILER_LIBRARYDIR'#010+ - 'override FPCOPT+=$(addprefix -Fl,$(COMPILER','_LIBRARYDIR))'#010+ + 'ifdef COMPILER_LI','BRARYDIR'#010+ + 'override FPCOPT+=$(addprefix -Fl,$(COMPILER_LIBRARYDIR))'#010+ 'endif'#010+ 'ifdef COMPILER_OBJECTDIR'#010+ 'override FPCOPT+=$(addprefix -Fo,$(COMPILER_OBJECTDIR))'#010+ 'endif'#010+ 'ifdef COMPILER_INCLUDEDIR'#010+ - 'override FPCOPT+=$(addprefix -Fi,$(COMPILER_INCLUDEDIR))'#010+ + 'override FPCOPT+=$(addprefix -Fi,$(COMPILER_INCLUDEDIR)',')'#010+ 'endif'#010+ #010+ '# Cross compiler utils'#010+ 'ifdef CROSSBINDIR'#010+ - 'ov','erride FPCOPT+=-FD$(CROSSBINDIR)'#010+ + 'override FPCOPT+=-FD$(CROSSBINDIR)'#010+ 'endif'#010+ #010+ '# Target dirs and the prefix to use for clean/install'#010+ 'ifdef COMPILER_TARGETDIR'#010+ 'override FPCOPT+=-FE$(COMPILER_TARGETDIR)'#010+ - 'ifeq ($(COMPILER_TARGETDIR),.)'#010+ + 'ifeq ($(COMPILER_TARGETDIR)',',.)'#010+ 'override TARGETDIRPREFIX='#010+ 'else'#010+ - 'override TARGETDI','RPREFIX=$(COMPILER_TARGETDIR)/'#010+ + 'override TARGETDIRPREFIX=$(COMPILER_TARGETDIR)/'#010+ 'endif'#010+ 'endif'#010+ #010+ '# Unit target dir (default is units/-/'#010+ 'ifdef COMPILER_UNITTARGETDIR'#010+ 'override FPCOPT+=-FU$(COMPILER_UNITTARGETDIR)'#010+ - 'ifeq ($(COMPILER_UNITTARGETDIR),.)'#010+ + 'ifeq ($(COMPILER_UNIT','TARGETDIR),.)'#010+ 'override UNITTARGETDIRPREFIX='#010+ 'else'#010+ - 'ove','rride UNITTARGETDIRPREFIX=$(COMPILER_UNITTARGETDIR)/'#010+ + 'override UNITTARGETDIRPREFIX=$(COMPILER_UNITTARGETDIR)/'#010+ 'endif'#010+ 'else'#010+ 'ifdef COMPILER_TARGETDIR'#010+ 'override COMPILER_UNITTARGETDIR=$(COMPILER_TARGETDIR)'#010+ - 'override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)'#010+ + 'override UNITTARGETDIRPREFIX=$(TARGETDIRPREFI','X)'#010+ 'endif'#010+ 'endif'#010+ #010+ 'ifdef SYSROOTPATH'#010+ - 'override FPCOPT+=-','XR$(SYSROOTPATH)'#010+ + 'override FPCOPT+=-XR$(SYSROOTPATH)'#010+ 'else'#010+ '# if we are compiling natively on aarch64-darwin and if -/Library/Deve'+ 'loper/CommandLineTools/SDKs/MacOSX.sdk exists,'#010+ '# add it to the compiler command line'#010+ - 'ifeq ($(OS_TARGET),$(OS_SOURCE))'#010+ - 'ifneq ($(findstring $(OS_TARGE','T),darwin),)'#010+ + 'ifeq ($(OS_','TARGET),$(OS_SOURCE))'#010+ + 'ifneq ($(findstring $(OS_TARGET),darwin),)'#010+ '# so far the only tested one'#010+ 'ifneq ($(findstring $(CPU_TARGET),aarch64),)'#010+ 'ifneq ($(wildcard /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk)'+ ',)'#010+ - 'override FPCOPT+=-XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sd'+ - 'k'#010+ + 'override FPCOPT+=-XR/Library','/Developer/CommandLineTools/SDKs/MacOSX.'+ + 'sdk'#010+ + 'endif'#010+ 'endif'#010+ - 'en','dif'#010+ 'endif'#010+ 'endif'#010+ 'endif'#010+ @@ -1597,9 +1601,9 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ '# create always pic'#039'ed code on x86_64, mips and mipsel'#010+ '# on unix-like systems'#010+ - 'ifneq ($(findstring $(OS_TARGET),dragonfly freebsd openbsd netbsd linu'+ - 'x solaris),)'#010+ - 'ifneq ($(','findstring $(CPU_TARGET),x86_64 mips mipsel riscv64),)'#010+ + 'ifneq ($(findstring $(OS_TARGET),dragonf','ly freebsd openbsd netbsd li'+ + 'nux solaris),)'#010+ + 'ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel riscv64),)'#010+ 'override FPCOPT+=-Cg'#010+ 'endif'#010+ 'endif'#010+ @@ -1610,9 +1614,9 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ #010+ '[command_libc]'#010+ - '# Add GCC lib path if asked'#010+ + '# Add GCC l','ib path if asked'#010+ 'ifdef GCCLIBDIR'#010+ - 'override FPCOPT+=-F','l$(GCCLIBDIR)'#010+ + 'override FPCOPT+=-Fl$(GCCLIBDIR)'#010+ 'ifdef FPCMAKEGCCLIBDIR'#010+ 'override FPCMAKEOPT+=-Fl$(FPCMAKEGCCLIBDIR)'#010+ 'else'#010+ @@ -1620,20 +1624,20 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ 'endif'#010+ 'ifdef OTHERLIBDIR'#010+ - 'override FPCOPT+=$(addprefix -Fl,$(OTHERLIBDIR))'#010+ + 'override FPCOPT+=$(addprefix -Fl,$(','OTHERLIBDIR))'#010+ 'endif'#010+ #010+ #010+ '[command_end]'#010+ - '# Add commandlin','e options last so they can override'#010+ + '# Add commandline options last so they can override'#010+ 'ifdef OPT'#010+ 'override FPCOPT+=$(OPT)'#010+ 'endif'#010+ #010+ '# Override options to compile the fpmake-binary with command-line opti'+ 'ons provided in FPMAKEBUILDOPT'#010+ - 'ifdef FPMAKEBUILDOPT'#010+ - 'override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDO','PT)'#010+ + 'ifdef FPMA','KEBUILDOPT'#010+ + 'override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDOPT)'#010+ 'endif'#010+ #010+ '# Add defines from FPCOPTDEF to FPCOPT'#010+ @@ -1643,10 +1647,10 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ '# Was a config file specified ?'#010+ 'ifdef CFGFILE'#010+ - 'override FPCOPT+=@$(CFGFILE)'#010+ + 'override FPCOPT+=@$(CFG','FILE)'#010+ 'endif'#010+ #010+ - '# Use the environment to pass commandli','ne options?'#010+ + '# Use the environment to pass commandline options?'#010+ 'ifdef USEENV'#010+ 'override FPCEXTCMD:=$(FPCOPT)'#010+ 'override FPCOPT:=!FPCEXTCMD'#010+ @@ -1654,9 +1658,9 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ 'override AFULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)'#010+ - 'override AFULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)'#010+ + 'override AFULL_SOURCE=$(CPU_SOUR','CE)-$(OS_SOURCE)'#010+ #010+ - 'ifneq ($(AFULL_TARGET),$(AFULL_SOU','RCE))'#010+ + 'ifneq ($(AFULL_TARGET),$(AFULL_SOURCE))'#010+ 'override ACROSSCOMPILE=1'#010+ 'endif'#010+ #010+ @@ -1667,20 +1671,20 @@ const fpcmakeini : array[0..258,1..240] of char=( '# Compiler commandline'#010+ 'override COMPILER:=$(strip $(FPC) $(FPCOPT))'#010+ #010+ - '# also call ppas if with command option -s'#010+ - '# but only if the FULL_SOURCE and ','FULL_TARGET are equal'#010+ + '# also call ppas if with ','command option -s'#010+ + '# but only if the FULL_SOURCE and FULL_TARGET are equal'#010+ '# or if -sh is used'#010+ 'ifneq (,$(findstring -sh ,$(COMPILER)))'#010+ 'UseEXECPPAS=1'#010+ 'endif'#010+ 'ifneq (,$(findstring -s ,$(COMPILER)))'#010+ 'ifeq ($(FULL_SOURCE),$(FULL_TARGET))'#010+ - 'UseEXECPPAS=1'#010+ + 'UseEXECPPA','S=1'#010+ 'endif'#010+ 'endif'#010+ 'ifneq ($(UseEXECPPAS),1)'#010+ 'EXECPPAS='#010+ - 'e','lse'#010+ + 'else'#010+ 'ifdef RUNBATCH'#010+ 'EXECPPAS:=@$(RUNBATCH) $(PPAS)'#010+ 'else'#010+ @@ -1692,7 +1696,7 @@ const fpcmakeini : array[0..258,1..240] of char=( '[loaderrules]'#010+ '#####################################################################'#010+ '# Loaders'#010+ - '##########################################################','##########'+ + '######','##############################################################'+ '#'#010+ #010+ '.PHONY: fpc_loaders'#010+ @@ -1702,7 +1706,7 @@ const fpcmakeini : array[0..258,1..240] of char=( 'override CLEANTARGET+=fpc_loaders_clean'#010+ 'override INSTALLTARGET+=fpc_loaders_install'#010+ #010+ - 'override LOADEROFILES:=$(addsuffix $(OEXT),$(TARGET_LOADERS))'#010, + 'override L','OADEROFILES:=$(addsuffix $(OEXT),$(TARGET_LOADERS))'#010+ 'endif'#010+ #010+ '%$(OEXT): %$(LOADEREXT)'#010+ @@ -1712,10 +1716,10 @@ const fpcmakeini : array[0..258,1..240] of char=( ' $(AS) -o $*$(OEXT) $<'#010+ 'endif'#010+ #010+ - 'fpc_loaders: $(COMPILER_UNITTARGETDIR) $(LOADEROFILES)'#010+ + 'fpc_loaders: $(COMPILER_UNITTA','RGETDIR) $(LOADEROFILES)'#010+ #010+ 'fpc_loaders_clean:'#010+ - 'ifdef C','OMPILER_UNITTARGETDIR'#010+ + 'ifdef COMPILER_UNITTARGETDIR'#010+ ' -$(DEL) $(addprefix $(COMPILER_UNITTARGETDIR)/,$(LOADEROFILES)'+ ')'#010+ 'else'#010+ @@ -1723,34 +1727,34 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ 'fpc_loaders_install:'#010+ - ' $(MKDIR) $(INSTALL_UNITDIR)'#010+ + ' $(MKDIR) $(INSTALL_UN','ITDIR)'#010+ 'ifdef COMPILER_UNITTARGETDIR'#010+ - ' $(INSTAL','L) $(addprefix $(COMPILER_UNITTARGETDIR)/,$(LOADEROF'+ - 'ILES)) $(INSTALL_UNITDIR)'#010+ + ' $(INSTALL) $(addprefix $(COMPILER_UNITTARGETDIR)/,$(LOADEROFIL'+ + 'ES)) $(INSTALL_UNITDIR)'#010+ 'else'#010+ ' $(INSTALL) $(LOADEROFILES) $(INSTALL_UNITDIR)'#010+ 'endif'#010+ #010+ #010+ '[unitrules]'#010+ - '#####################################################################'#010+ - '# Units'#010+ - '#####','###############################################################'+ + '###############################','#####################################'+ '#'#010+ + '# Units'#010+ + '#####################################################################'#010+ #010+ '.PHONY: fpc_units'#010+ #010+ 'ifneq ($(TARGET_UNITS)$(TARGET_IMPLICITUNITS),)'#010+ 'override ALLTARGET+=fpc_units'#010+ #010+ - 'override UNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_UNITS))'#010+ - 'override IMPLIC','ITUNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_IMPLICI'+ - 'TUNITS))'#010+ + 'override UNITPPUFILES=$(','addsuffix $(PPUEXT),$(TARGET_UNITS))'#010+ + 'override IMPLICITUNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_IMPLICITU'+ + 'NITS))'#010+ 'override INSTALLPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)'#010+ - 'override CLEANPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)'#010+ + 'override CLEANPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFIL','ES)'#010+ 'endif'#010+ #010+ - 'fpc_units: $(COMPILER_UNITTARGETDIR) $(UN','ITPPUFILES)'#010+ + 'fpc_units: $(COMPILER_UNITTARGETDIR) $(UNITPPUFILES)'#010+ #010+ #010+ '[exerules]'#010+ @@ -1758,27 +1762,27 @@ const fpcmakeini : array[0..258,1..240] of char=( '# Exes'#010+ '#####################################################################'#010+ #010+ - '.PHONY: fpc_exes'#010+ + '.PHONY: fpc_exe','s'#010+ #010+ - '# Programs are not needed for a cross installatio','n'#010+ + '# Programs are not needed for a cross installation'#010+ 'ifndef CROSSINSTALL'#010+ 'ifneq ($(TARGET_PROGRAMS),)'#010+ 'override EXEFILES=$(addsuffix $(EXEEXT),$(TARGET_PROGRAMS))'#010+ 'override EXEOFILES:=$(addsuffix $(OEXT),$(TARGET_PROGRAMS)) $(addsuffi'+ - 'x $(LTOEXT),$(TARGET_PROGRAMS))$(addprefix $(STATICLIBPREFIX','),$(adds'+ + 'x $(LTOE','XT),$(TARGET_PROGRAMS))$(addprefix $(STATICLIBPREFIX),$(adds'+ 'uffix $(STATICLIBEXT),$(TARGET_PROGRAMS))) $(addprefix $(IMPORTLIBPREF'+ 'IX),$(addsuffix $(STATICLIBEXT),$(TARGET_PROGRAMS)))'#010+ - 'override EXEDBGFILES:=$(addsuffix $(EXEDBGEXT),$(TARGET_PROGRAMS))'#010+ + 'override EXEDBGFILES:=$(addsuffix $(EXEDBGEXT),$(TARGET_P','ROGRAMS))'#010+ #010+ 'override ALLTARGET+=fpc_exes'#010+ - 'override INS','TALLEXEFILES+=$(EXEFILES)'#010+ + 'override INSTALLEXEFILES+=$(EXEFILES)'#010+ 'override CLEANEXEFILES+=$(EXEFILES) $(EXEOFILES)'#010+ 'override CLEANEXEDBGFILES+=$(EXEDBGFILES)'#010+ 'ifeq ($(OS_TARGET),os2)'#010+ - 'override CLEANEXEFILES+=$(addsuffix $(AOUTEXT),$(TARGET_PROGRAMS))'#010+ + 'override CLEANEXEFILES+=$(addsuffix $(AOUTEXT),','$(TARGET_PROGRAMS))'#010+ 'endif'#010+ 'ifeq ($(OS_TARGET),emx)'#010+ - 'ov','erride CLEANEXEFILES+=$(addsuffix $(AOUTEXT),$(TARGET_PROGRAMS))'#010+ + 'override CLEANEXEFILES+=$(addsuffix $(AOUTEXT),$(TARGET_PROGRAMS))'#010+ 'endif'#010+ 'endif'#010+ 'endif'#010+ @@ -1787,42 +1791,42 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ #010+ '[rstrules]'#010+ - '#####################################################################'#010+ - '# R','esource strings'#010+ + '#####################','###############################################'+ + '#'#010+ + '# Resource strings'#010+ '#####################################################################'#010+ #010+ 'ifdef TARGET_RSTS'#010+ 'override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))'#010+ #010+ - 'override CLEANRSTFILES+=$(RSTFILES)'#010+ + 'override CLEANRSTFILES+=$(','RSTFILES)'#010+ 'endif'#010+ #010+ #010+ '[examplerules]'#010+ - '###################','#################################################'+ - '#'#010+ + '#####################################################################'#010+ '# Examples'#010+ '#####################################################################'#010+ #010+ '.PHONY: fpc_examples'#010+ #010+ 'ifneq ($(TARGET_EXAMPLES),)'#010+ - 'HASEXAMPLES=1'#010+ - 'override EXAMPLESOURCEFILES=$(wildcard $(ad','dsuffix .pp,$(TARGET_EXAM'+ - 'PLES)) $(addsuffix .pas,$(TARGET_EXAMPLES)) $(addsuffix .lpr,$(TARGET_'+ - 'EXAMPLES)) $(addsuffix .dpr,$(TARGET_EXAMPLES)))'#010+ - 'override EXAMPLEFILES:=$(addsuffix $(EXEEXT),$(TARGET_EXAMPLES))'#010+ - 'override EXAMPLEOFILES:=$(addsu','ffix $(OEXT),$(TARGET_EXAMPLES)) $(ad'+ - 'dsuffix $(LTOEXT),$(TARGET_EXAMPLES)) $(addprefix $(STATICLIBPREFIX),$'+ - '(addsuffix $(STATICLIBEXT),$(TARGET_EXAMPLES))) $(addprefix $(IMPORTLI'+ - 'BPREFIX),$(addsuffix $(STATICLIBEXT),$(TARGET_EXAMPLES)))'#010+ - 'overr','ide EXAMPLEDBGFILES:=$(addsuffix $(EXEDBGEXT),$(TARGET_EXAMPLES'+ - '))'#010+ + 'HASEX','AMPLES=1'#010+ + 'override EXAMPLESOURCEFILES=$(wildcard $(addsuffix .pp,$(TARGET_EXAMPL'+ + 'ES)) $(addsuffix .pas,$(TARGET_EXAMPLES)) $(addsuffix .lpr,$(TARGET_EX'+ + 'AMPLES)) $(addsuffix .dpr,$(TARGET_EXAMPLES)))'#010+ + 'override EXAMPLEFILES:=$(addsuffix $(EXEEXT)',',$(TARGET_EXAMPLES))'#010+ + 'override EXAMPLEOFILES:=$(addsuffix $(OEXT),$(TARGET_EXAMPLES)) $(adds'+ + 'uffix $(LTOEXT),$(TARGET_EXAMPLES)) $(addprefix $(STATICLIBPREFIX),$(a'+ + 'ddsuffix $(STATICLIBEXT),$(TARGET_EXAMPLES))) $(addprefix $(IMPORTLIBP'+ + 'REFIX),$(','addsuffix $(STATICLIBEXT),$(TARGET_EXAMPLES)))'#010+ + 'override EXAMPLEDBGFILES:=$(addsuffix $(EXEDBGEXT),$(TARGET_EXAMPLES))'+ + #010+ #010+ 'override CLEANEXEFILES+=$(EXAMPLEFILES) $(EXAMPLEOFILES)'#010+ 'override CLEANEXEDBGFILES+=$(EXAMPLEDBGFILES)'#010+ - 'ifeq ($(OS_TARGET),os2)'#010+ - 'override CLEANEXEFILES+=$(addsuffix $(AOUTEXT)',',$(TARGET_EXAMPLES))'#010+ + 'ifeq ($(OS_TARGET)',',os2)'#010+ + 'override CLEANEXEFILES+=$(addsuffix $(AOUTEXT),$(TARGET_EXAMPLES))'#010+ 'endif'#010+ 'ifeq ($(OS_TARGET),emx)'#010+ 'override CLEANEXEFILES+=$(addsuffix $(AOUTEXT),$(TARGET_EXAMPLES))'#010+ @@ -1832,16 +1836,17 @@ const fpcmakeini : array[0..258,1..240] of char=( 'HASEXAMPLES=1'#010+ 'endif'#010+ #010+ - 'fpc_examples: all $(EXAMPLEFILES) $(addsuffix _all,$(TARGE','T_EXAMPLED'+ + 'fpc_ex','amples: all $(EXAMPLEFILES) $(addsuffix _all,$(TARGET_EXAMPLED'+ 'IRS))'#010+ #010+ #010+ '[compilerules]'#010+ '#####################################################################'#010+ '# General compile rules'#010+ - '#####################################################################'#010+ + '#############################################################','#######'+ + '#'#010+ #010+ - '.PHONY: fpc_all fpc_smart fpc_debug fpc_re','lease fpc_shared'#010+ + '.PHONY: fpc_all fpc_smart fpc_debug fpc_release fpc_shared'#010+ #010+ '$(FPCMADE): $(ALLDEPENDENCIES) $(ALLTARGET)'#010+ ' @$(ECHOREDIR) Compiled > $(FPCMADE)'#010+ @@ -1851,11 +1856,11 @@ const fpcmakeini : array[0..258,1..240] of char=( 'fpc_smart:'#010+ ' $(MAKE) all LINKSMART=1 CREATESMART=1'#010+ #010+ - 'fpc_debug:'#010+ + 'fp','c_debug:'#010+ ' $(MAKE) all DEBUG=1'#010+ #010+ 'fpc_release:'#010+ - ' ',' $(MAKE) all RELEASE=1'#010+ + ' $(MAKE) all RELEASE=1'#010+ #010+ '# General compile rules, available for both possible .pp and .pas exte'+ 'nsions'#010+ @@ -1863,8 +1868,8 @@ const fpcmakeini : array[0..258,1..240] of char=( '.SUFFIXES: $(EXEEXT) $(PPUEXT) $(OEXT) $(LTOEXT) .pas .lpr .dpr .pp .r'+ 'c .res'#010+ #010+ - '$(COMPILER_UNITTARGETDIR):'#010+ - ' $(MKDIRTREE) $(COMP','ILER_UNITTARGETDIR)'#010+ + '$(','COMPILER_UNITTARGETDIR):'#010+ + ' $(MKDIRTREE) $(COMPILER_UNITTARGETDIR)'#010+ #010+ '$(COMPILER_TARGETDIR):'#010+ ' $(MKDIRTREE) $(COMPILER_TARGETDIR)'#010+ @@ -1874,11 +1879,11 @@ const fpcmakeini : array[0..258,1..240] of char=( ' $(EXECPPAS)'#010+ #010+ '%$(PPUEXT): %.pas'#010+ - ' $(COMPILER) $<'#010+ + ' $(COMPILER) $','<'#010+ ' $(EXECPPAS)'#010+ #010+ '%$(EXEEXT): %.pp'#010+ - ' $(CO','MPILER) $<'#010+ + ' $(COMPILER) $<'#010+ ' $(EXECPPAS)'#010+ #010+ '%$(EXEEXT): %.pas'#010+ @@ -1890,34 +1895,33 @@ const fpcmakeini : array[0..258,1..240] of char=( ' $(EXECPPAS)'#010+ #010+ '%$(EXEEXT): %.dpr'#010+ - ' $(COMPILER) $<'#010+ + ' $(COMP','ILER) $<'#010+ ' $(EXECPPAS)'#010+ #010+ '%.res: %.rc'#010+ - ' wi','ndres -i $< -o $@'#010+ + ' windres -i $< -o $@'#010+ #010+ '# Search paths for .ppu, .pp, .pas, .lpr, .dpr'#010+ 'vpath %.pp $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)'#010+ 'vpath %.pas $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)'#010+ - 'vpath %.lpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)'#010+ - 'vpat','h %.dpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)'#010+ + 'vpath %.l','pr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)'#010+ + 'vpath %.dpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)'#010+ 'vpath %.inc $(COMPILER_INCLUDEDIR)'#010+ 'vpath %$(OEXT) $(COMPILER_UNITTARGETDIR)'#010+ 'vpath %$(LTOEXT) $(COMPILER_UNITTARGETDIR)'#010+ - 'vpath %$(PPUEXT) $(COMPILER_UNITTARGETDIR)'#010+ + 'vpath %$(PPUEXT)',' $(COMPILER_UNITTARGETDIR)'#010+ #010+ '[sharedrules]'#010+ - '##########','##########################################################'+ - '#'#010+ + '#####################################################################'#010+ '# Library'#010+ '#####################################################################'#010+ #010+ '.PHONY: fpc_shared'#010+ #010+ - 'override INSTALLTARGET+=fpc_shared_install'#010+ + 'override INSTALLTARGET+=fpc','_shared_install'#010+ #010+ 'ifndef SHARED_LIBVERSION'#010+ - 'SHARED_LIB','VERSION=$(FPC_VERSION)'#010+ + 'SHARED_LIBVERSION=$(FPC_VERSION)'#010+ 'endif'#010+ #010+ 'ifndef SHARED_LIBNAME'#010+ @@ -1926,33 +1930,33 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ 'ifndef SHARED_FULLNAME'#010+ 'SHARED_FULLNAME=$(SHAREDLIBPREFIX)$(SHARED_LIBNAME)-$(SHARED_LIBVERSIO'+ - 'N)$(SHAREDLIBEXT)'#010+ + 'N)$(S','HAREDLIBEXT)'#010+ 'endif'#010+ #010+ - '# Default sharedlib units are al','l unit objects'#010+ + '# Default sharedlib units are all unit objects'#010+ 'ifndef SHARED_LIBUNITS'#010+ 'SHARED_LIBUNITS:=$(TARGET_UNITS) $(TARGET_IMPLICITUNITS)'#010+ 'override SHARED_LIBUNITS:=$(filter-out $(INSTALL_BUILDUNIT),$(SHARED_L'+ 'IBUNITS))'#010+ 'endif'#010+ #010+ - 'fpc_shared:'#010+ + 'fpc_sh','ared:'#010+ 'ifdef HASSHAREDLIB'#010+ - ' $(MAKE) all CREATES','HARED=1 LINKSHARED=1 CREATESMART=1'#010+ + ' $(MAKE) all CREATESHARED=1 LINKSHARED=1 CREATESMART=1'#010+ 'ifneq ($(SHARED_BUILD),n)'#010+ ' $(PPUMOVE) -q $(SHARED_LIBUNITS) -i$(COMPILER_UNITTARGETDIR) -'+ - 'o$(SHARED_FULLNAME) -d$(COMPILER_UNITTARGETDIR) -P$(BINUTILSPREFIX)'#010+ + 'o$(SHARED_FULLNAME) -d$(COMPILER_UNITTARGETDIR) -P$(BINUT','ILSPREFIX)'#010+ 'endif'#010+ 'else'#010+ - ' @$(ECHO) Shared Librar','ies not supported'#010+ + ' @$(ECHO) Shared Libraries not supported'#010+ 'endif'#010+ #010+ 'fpc_shared_install:'#010+ 'ifneq ($(SHARED_BUILD),n)'#010+ 'ifneq ($(SHARED_LIBUNITS),)'#010+ 'ifneq ($(wildcard $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME)),)'#010+ - ' $(INSTALL) $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(INST'+ - 'ALL_S','HAREDDIR)'#010+ + ' $(INSTALL) $(CO','MPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(IN'+ + 'STALL_SHAREDDIR)'#010+ 'endif'#010+ 'endif'#010+ 'endif'#010+ @@ -1960,49 +1964,51 @@ const fpcmakeini : array[0..258,1..240] of char=( '[installrules]'#010+ '#####################################################################'#010+ '# Install rules'#010+ - '#####################################################################'#010+ + '##########################################################','##########'+ + '#'#010+ #010+ - '.PHONY: fpc_install fpc_sourceinstall f','pc_exampleinstall'#010+ + '.PHONY: fpc_install fpc_sourceinstall fpc_exampleinstall'#010+ #010+ 'ifdef INSTALL_UNITS'#010+ 'override INSTALLPPUFILES+=$(addsuffix $(PPUEXT),$(INSTALL_UNITS))'#010+ 'endif'#010+ #010+ 'ifdef INSTALL_BUILDUNIT'#010+ - 'override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT)$(PPUEXT),$'+ - '(INSTALLPPUFILES))'#010+ + 'override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUI','LDUNIT)$(PPUEXT)'+ + ',$(INSTALLPPUFILES))'#010+ 'endif'#010+ #010+ - 'ifdef IN','STALLPPUFILES'#010+ + 'ifdef INSTALLPPUFILES'#010+ '# Avoid getting the same name twice as some install EXE fail'#010+ '# in this case, happends for instance for OS/2 target'#010+ - 'ifneq ($(IMPORTLIBPREFIX)-$(STATICLIBEXT),$(STATICLIBPREFIX)-$(STATICL'+ - 'IBEXT))'#010+ - 'override INSTALLPPULINKFILES:=$(s','ubst $(PPUEXT),$(OEXT),$(INSTALLPPU'+ - 'FILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $('+ - 'STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))'+ - ') $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT','),$'+ - '(INSTALLPPUFILES)))'#010+ + 'ifneq ($(IMPORTLIBPREFIX)-$(STATICLIBEXT),$(STATICLIBPREFIX',')-$(STATI'+ + 'CLIBEXT))'#010+ + 'override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFI'+ + 'LES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(ST'+ + 'ATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))) '+ + '$(addprefix',' $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(I'+ + 'NSTALLPPUFILES)))'#010+ 'else'#010+ 'override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFI'+ 'LES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(ST'+ - 'ATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))'#010+ - 'en','dif'#010+ + 'ATICLIBPREFIX),$(sub','st $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))'+ + ')'#010+ + 'endif'#010+ #010+ 'ifneq ($(UNITTARGETDIRPREFIX),)'#010+ 'override INSTALLPPUFILENAMES:=$(notdir $(INSTALLPPUFILES))'#010+ 'override INSTALLPPULINKFILENAMES:=$(notdir $(INSTALLPPULINKFILES))'#010+ - 'override INSTALLPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLP'+ - 'PUFILEN','AMES))'#010+ + 'override INSTALLPPUFILES=','$(addprefix $(UNITTARGETDIRPREFIX),$(INSTAL'+ + 'LPPUFILENAMES))'#010+ 'override INSTALLPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPRE'+ 'FIX),$(INSTALLPPULINKFILENAMES)))'#010+ 'endif'#010+ '# Implicitly install Package.fpc'#010+ 'override INSTALL_CREATEPACKAGEFPC=1'#010+ - 'endif'#010+ + 'en','dif'#010+ #010+ 'ifdef INSTALLEXEFILES'#010+ - 'ifneq ($(TARGETDIRPREFIX)',',)'#010+ + 'ifneq ($(TARGETDIRPREFIX),)'#010+ 'override INSTALLEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(notdir $(IN'+ 'STALLEXEFILES)))'#010+ 'endif'#010+ @@ -2010,16 +2016,16 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ 'fpc_install: all $(INSTALLTARGET)'#010+ 'ifdef INSTALLEXEFILES'#010+ - ' $(MKDIR) $(INSTALL_BINDIR)'#010+ - ' $(INSTALLEXE) $(INSTALLEXEFILES) $(INS','TALL_BINDIR)'#010+ + ' $(MKDIR) $(INSTALL_BI','NDIR)'#010+ + ' $(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)'#010+ 'endif'#010+ 'ifdef INSTALL_CREATEPACKAGEFPC'#010+ 'ifdef FPCMAKE'#010+ '# If the fpcpackage variable is set then create and install Package.fp'+ 'c,'#010+ - '# a safety check is done if Makefile.fpc is available'#010+ + '# a safety check is done if Makefile.fpc is availab','le'#010+ 'ifdef PACKAGE_VERSION'#010+ - 'ifneq ($(wildcard Makefile.','fpc),)'#010+ + 'ifneq ($(wildcard Makefile.fpc),)'#010+ ' $(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc'#010+ ' $(MKDIR) $(INSTALL_UNITDIR)'#010+ ' $(INSTALL) Package.fpc $(INSTALL_UNITDIR)'#010+ @@ -2027,40 +2033,40 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ 'endif'#010+ 'endif'#010+ - 'ifdef INSTALLPPUFILES'#010+ + 'ifdef I','NSTALLPPUFILES'#010+ ' $(MKDIR) $(INSTALL_UNITDIR)'#010+ - ' ',' $(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)'#010+ + ' $(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)'#010+ 'ifneq ($(INSTALLPPULINKFILES),)'#010+ ' $(INSTALL) $(INSTALLPPULINKFILES) $(INSTALL_UNITDIR)'#010+ 'endif'#010+ - 'ifneq ($(wildcard $(LIB_FULLNAME)),)'#010+ + 'ifneq ($(wildcard $(LIB_FULLNAME)','),)'#010+ ' $(MKDIR) $(INSTALL_LIBDIR)'#010+ - ' $(INS','TALL) $(LIB_FULLNAME) $(INSTALL_LIBDIR)'#010+ + ' $(INSTALL) $(LIB_FULLNAME) $(INSTALL_LIBDIR)'#010+ 'ifdef inUnix'#010+ ' ln -sf $(LIB_FULLNAME) $(INSTALL_LIBDIR)/$(LIB_NAME)'#010+ 'endif'#010+ 'endif'#010+ 'endif'#010+ 'ifdef INSTALL_FILES'#010+ - ' $(MKDIR) $(INSTALL_DATADIR)'#010+ - ' $(INSTALL) $(INSTALL_FILES) $(INSTALL_DATADI','R)'#010+ + ' $(MKDIR) $(INSTALL_DATADIR)'#010, + ' $(INSTALL) $(INSTALL_FILES) $(INSTALL_DATADIR)'#010+ 'endif'#010+ #010+ 'fpc_sourceinstall: distclean'#010+ ' $(MKDIR) $(INSTALL_SOURCEDIR)'#010+ ' $(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)'#010+ #010+ - 'fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix _distclean,$(T'+ - 'ARGET_EXAMPLEDIRS))'#010+ - 'ifdef HASEXAMPLES'#010, + 'fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix ','_distclean,$'+ + '(TARGET_EXAMPLEDIRS))'#010+ + 'ifdef HASEXAMPLES'#010+ ' $(MKDIR) $(INSTALL_EXAMPLEDIR)'#010+ 'endif'#010+ 'ifdef EXAMPLESOURCEFILES'#010+ ' $(COPY) $(EXAMPLESOURCEFILES) $(INSTALL_EXAMPLEDIR)'#010+ 'endif'#010+ 'ifdef TARGET_EXAMPLEDIRS'#010+ - ' $(COPYTREE) $(addsuffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_EX'+ - 'AMPLEDIR)',#010+ + ' $(COPYTREE) $(addsu','ffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_'+ + 'EXAMPLEDIR)'#010+ 'endif'#010+ #010+ '[distinstallrules]'#010+ @@ -2068,9 +2074,9 @@ const fpcmakeini : array[0..258,1..240] of char=( '# Dist Install'#010+ '#####################################################################'#010+ #010+ - '.PHONY: fpc_distinstall'#010+ + '.PHON','Y: fpc_distinstall'#010+ #010+ - 'fpc_distinstall: install example','install'#010+ + 'fpc_distinstall: install exampleinstall'#010+ #010+ #010+ '[zipinstallrules]'#010+ @@ -2078,19 +2084,19 @@ const fpcmakeini : array[0..258,1..240] of char=( '# Zip'#010+ '#####################################################################'#010+ #010+ - '.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall',#010+ + '.PHONY: fpc_z','ipinstall fpc_zipsourceinstall fpc_zipexampleinstall'#010+ #010+ '# Temporary path to pack a file, can only use a single deep'#010+ '# subdir, because the deltree can'#039't see the whole tree to remove'#010+ 'ifndef PACKDIR'#010+ 'ifndef inUnix'#010+ 'PACKDIR=$(BASEDIR)/../fpc-pack'#010+ - 'else'#010+ + 'e','lse'#010+ 'PACKDIR=/tmp/fpc-pack'#010+ 'endif'#010+ 'endif'#010+ #010+ - '# Maybe creat','e default zipname from packagename'#010+ + '# Maybe create default zipname from packagename'#010+ 'ifndef ZIPNAME'#010+ 'ifdef DIST_ZIPNAME'#010+ 'ZIPNAME=$(DIST_ZIPNAME)'#010+ @@ -2100,11 +2106,11 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ 'ifndef FULLZIPNAME'#010+ - 'FULLZIPNAME=$(ZIPCROSSPREFIX)$(ZIPPREFIX)$(ZIPNAME)$(ZIPSUFFIX)'#010+ + 'FULLZIPNAME=$(ZIPCROSSPREFIX)$(ZIP','PREFIX)$(ZIPNAME)$(ZIPSUFFIX)'#010+ 'endif'#010+ #010+ '# ZipTarget'#010+ - 'ifn','def ZIPTARGET'#010+ + 'ifndef ZIPTARGET'#010+ 'ifdef DIST_ZIPTARGET'#010+ 'ZIPTARGET=DIST_ZIPTARGET'#010+ 'else'#010+ @@ -2119,26 +2125,27 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ 'endif'#010+ #010+ - '# Use a wrapper script by default for Os/2'#010+ + '# Use a wr','apper script by default for Os/2'#010+ 'ifndef inUnix'#010+ - 'USEZI','PWRAPPER=1'#010+ + 'USEZIPWRAPPER=1'#010+ 'endif'#010+ #010+ '# We need to be able to run in the current OS so fix'#010+ '# the path separator'#010+ 'ifdef USEZIPWRAPPER'#010+ 'ZIPPATHSEP=$(PATHSEP)'#010+ - 'ZIPWRAPPER=$(subst /,$(PATHSEP),$(DIST_DESTDIR)/fpczip$(SRCBATCHEXT))'#010+ + 'ZIPWRAPPER=$(subst /,$(PATHSEP),$(DIST_DESTDIR)/fpczip','$(SRCBATCHEXT)'+ + ')'#010+ 'else'#010+ 'ZIPPATHSEP=/'#010+ 'endif'#010+ #010+ - '# Create co','mmands to create the zip/tar file'#010+ + '# Create commands to create the zip/tar file'#010+ 'ZIPCMD_CDPACK:=cd $(subst /,$(ZIPPATHSEP),$(PACKDIR))'#010+ 'ZIPCMD_CDBASE:=cd $(subst /,$(ZIPPATHSEP),$(BASEDIR))'#010+ 'ifdef USETAR'#010+ - 'ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)'#010+ - 'ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT',')f $(ZIPDESTFILE) *'#010+ + 'ZIPDESTFILE:=$(DIST_DESTDIR)/$(FU','LLZIPNAME)$(TAREXT)'#010+ + 'ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *'#010+ 'else'#010+ 'ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)'#010+ 'ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSEP),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPDES'+ @@ -2146,21 +2153,21 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ 'fpc_zipinstall:'#010+ - ' $(MAKE) $(ZIPTARGET) INSTALL_PREFIX=$(PACKDIR) ZIPIN','STALL=1'#010+ + ' ','$(MAKE) $(ZIPTARGET) INSTALL_PREFIX=$(PACKDIR) ZIPINSTALL=1'#010+ ' $(MKDIR) $(DIST_DESTDIR)'#010+ ' $(DEL) $(ZIPDESTFILE)'#010+ 'ifdef USEZIPWRAPPER'#010+ '# Handle gecho separate as we need to espace \ with \\'#010+ 'ifneq ($(ECHOREDIR),echo)'#010+ - ' $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDPACK))" > $(ZIPWRAP','P'+ - 'ER)'#010+ + ' $(ECHORE','DIR) -e "$(subst \,\\,$(ZIPCMD_CDPACK))" > $(ZIPWRAP'+ + 'PER)'#010+ ' $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_ZIP))" >> $(ZIPWRAPPER)'+ #010+ ' $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDBASE))" >> $(ZIPWRAPP'+ 'ER)'#010+ 'else'#010+ - ' echo $(ZIPCMD_CDPACK) > $(ZIPWRAPPER)'#010+ - ' echo $(ZIPCMD_ZIP) >> $(ZIPWRAP','PER)'#010+ + ' echo $(ZIPCMD_CDPACK) > $','(ZIPWRAPPER)'#010+ + ' echo $(ZIPCMD_ZIP) >> $(ZIPWRAPPER)'#010+ ' echo $(ZIPCMD_CDBASE) >> $(ZIPWRAPPER)'#010+ 'endif'#010+ 'ifdef inUnix'#010+ @@ -2170,22 +2177,22 @@ const fpcmakeini : array[0..258,1..240] of char=( ' $(RUNBATCH) $(ZIPWRAPPER)'#010+ 'else'#010+ ' $(ZIPWRAPPER)'#010+ - 'endif'#010+ + 'endif'#010, 'endif'#010+ ' $(DEL) $(ZIPWRAPPER)'#010+ 'else'#010+ - ' $(ZI','PCMD_CDPACK) ; $(ZIPCMD_ZIP) ; $(ZIPCMD_CDBASE)'#010+ + ' $(ZIPCMD_CDPACK) ; $(ZIPCMD_ZIP) ; $(ZIPCMD_CDBASE)'#010+ 'endif'#010+ ' $(DELTREE) $(PACKDIR)'#010+ #010+ 'fpc_zipsourceinstall:'#010+ ' $(MAKE) fpc_zipinstall ZIPTARGET=sourceinstall ZIPSUFFIX=$(ZIP'+ - 'SOURCESUFFIX)'#010+ + 'SOURCESUFFI','X)'#010+ #010+ 'fpc_zipexampleinstall:'#010+ 'ifdef HASEXAMPLES'#010+ - ' ',' $(MAKE) fpc_zipinstall ZIPTARGET=exampleinstall ZIPSUFFIX=$('+ - 'ZIPEXAMPLESUFFIX)'#010+ + ' $(MAKE) fpc_zipinstall ZIPTARGET=exampleinstall ZIPSUFFIX=$(ZI'+ + 'PEXAMPLESUFFIX)'#010+ 'endif'#010+ #010+ 'fpc_zipdistinstall:'#010+ @@ -2193,7 +2200,7 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ #010+ '[cleanrules]'#010+ - '##################################################################','##'+ + '##############','######################################################'+ '#'#010+ '# Clean rules'#010+ '#####################################################################'#010+ @@ -2201,17 +2208,17 @@ const fpcmakeini : array[0..258,1..240] of char=( '.PHONY: fpc_clean fpc_cleanall fpc_distclean'#010+ #010+ 'ifdef EXEFILES'#010+ - 'override CLEANEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEFILES'+ - '))'#010+ - 'override CLEANEXE','DBGFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXE'+ - 'DBGFILES))'#010+ + 'override CLEANEXEFILES:=$(addprefix $(','TARGETDIRPREFIX),$(CLEANEXEFIL'+ + 'ES))'#010+ + 'override CLEANEXEDBGFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEDB'+ + 'GFILES))'#010+ 'endif'#010+ #010+ 'ifdef CLEAN_PROGRAMS'#010+ 'override CLEANEXEFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(E'+ - 'XEEXT), $(CLEAN_PROGRAMS)))'#010+ - 'override CLEANEXEDBGFILES+=$(addprefix $(TARGETDIRPR','EFIX),$(addsuffi'+ - 'x $(EXEDBGEXT), $(CLEAN_PROGRAMS)))'#010+ + 'XEEXT), $(CLEAN_PROGRAMS)))'#010, + 'override CLEANEXEDBGFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix '+ + '$(EXEDBGEXT), $(CLEAN_PROGRAMS)))'#010+ 'endif'#010+ #010+ 'ifdef CLEAN_UNITS'#010+ @@ -2219,55 +2226,54 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ 'ifdef CLEANPPUFILES'#010+ - 'override CLEANPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)'+ - ') $(','subst $(PPUEXT),$(LTOEXT),$(CLEANPPUFILES)) $(addprefix $(STATIC'+ + 'override CLEANPPULINKF','ILES:=$(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILE'+ + 'S)) $(subst $(PPUEXT),$(LTOEXT),$(CLEANPPUFILES)) $(addprefix $(STATIC'+ 'LIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES))) $(addp'+ - 'refix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUF'+ - 'ILES)))'#010+ + 'refix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIB','EXT),$(CLEANPP'+ + 'UFILES)))'#010+ 'ifdef DEBUGSYMEXT'#010+ - 'override C','LEANPPULINKFILES+=$(subst $(PPUEXT),$(DEBUGSYMEXT),$(CLEAN'+ - 'PPUFILES))'#010+ + 'override CLEANPPULINKFILES+=$(subst $(PPUEXT),$(DEBUGSYMEXT),$(CLEANPP'+ + 'UFILES))'#010+ 'endif'#010+ 'override CLEANPPUFILENAMES:=$(CLEANPPUFILES)'#010+ - 'override CLEANPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPUFI'+ - 'LENAMES))'#010+ - 'override CLEANPPULINKFILENAMES:=$(CLEANP','PULINKFILES)'#010+ + 'override CLEANPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPU','F'+ + 'ILENAMES))'#010+ + 'override CLEANPPULINKFILENAMES:=$(CLEANPPULINKFILES)'#010+ 'override CLEANPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFI'+ 'X),$(CLEANPPULINKFILENAMES)))'#010+ 'endif'#010+ #010+ 'fpc_clean: $(CLEANTARGET)'#010+ 'ifdef CLEANEXEFILES'#010+ - ' -$(DEL) $(CLEANEXEFILES)'#010+ + ' -$(DEL) $(CLEA','NEXEFILES)'#010+ 'endif'#010+ - '# DELTREE instead of DEL because on',' Mac OS X these are directories'#010+ + '# DELTREE instead of DEL because on Mac OS X these are directories'#010+ 'ifdef CLEANEXEDBGFILES'#010+ ' -$(DELTREE) $(CLEANEXEDBGFILES)'#010+ 'endif'#010+ 'ifdef CLEANPPUFILES'#010+ ' -$(DEL) $(CLEANPPUFILES)'#010+ 'endif'#010+ - 'ifneq ($(CLEANPPULINKFILES),)'#010+ + 'ifneq ($(CLEANPPULINKFILES),',')'#010+ ' -$(DEL) $(CLEANPPULINKFILES)'#010+ 'endif'#010+ - 'ifdef C','LEANRSTFILES'#010+ + 'ifdef CLEANRSTFILES'#010+ ' -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))'#010+ 'endif'#010+ 'ifdef CLEAN_FILES'#010+ ' -$(DEL) $(CLEAN_FILES)'#010+ 'endif'#010+ 'ifdef LIB_NAME'#010+ - ' -$(DEL) $(LIB_NAME) $(LIB_FULLNAME)'#010+ + ' -$(DEL) $(LIB_NAME) $(','LIB_FULLNAME)'#010+ 'endif'#010+ - ' -$(DEL) $(FPCMADE) *$(FU','LL_TARGET).fpm Package.fpc *$(ASMEXT'+ - ')'#010+ + ' -$(DEL) $(FPCMADE) *$(FULL_TARGET).fpm Package.fpc *$(ASMEXT)'#010+ ' -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_scr'+ 'ipt.res *_link.res'#010+ - ' -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BA'+ - 'TCHEXT)'#010+ + ' -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppa','slink$('+ + 'BATCHEXT)'#010+ #010+ 'fpc_cleanall: $(CLEANTARGET)'#010+ - 'ifdef',' CLEANEXEFILES'#010+ + 'ifdef CLEANEXEFILES'#010+ ' -$(DEL) $(CLEANEXEFILES)'#010+ 'endif'#010+ 'ifdef COMPILER_UNITTARGETDIR'#010+ @@ -2275,11 +2281,10 @@ const fpcmakeini : array[0..258,1..240] of char=( ' -$(DEL) $(CLEANPPUFILES)'#010+ 'endif'#010+ 'ifneq ($(CLEANPPULINKFILES),)'#010+ - ' -$(DEL) $(CLEANPPULINKFILES)'#010+ + ' -$(DEL) ','$(CLEANPPULINKFILES)'#010+ 'endif'#010+ 'ifdef CLEANRSTFILES'#010+ - ' ',' -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))'+ - #010+ + ' -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))'#010+ 'endif'#010+ 'endif'#010+ 'ifdef CLEAN_FILES'#010+ @@ -2287,24 +2292,24 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ ' -$(DELTREE) units'#010+ ' -$(DELTREE) bin'#010+ - ' -$(DEL) *$(OEXT) *$(LTOEXT) *$(PPUEXT) *$(RSTEXT) *','$(ASMEXT)'+ + ' ',' -$(DEL) *$(OEXT) *$(LTOEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT)'+ ' *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)'#010+ 'ifneq ($(PPUEXT),.ppu)'#010+ ' -$(DEL) *.o *.ppu *.a'#010+ 'endif'#010+ ' -$(DELTREE) *$(SMARTEXT)'#010+ - ' -$(DEL) fpcmade.* Package.fpc *.fpm'#010+ - ' -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script','*.res link*.res *_s'+ - 'cript.res *_link.res'#010+ + ' -$(DEL) fpcmade.* Package.fpc *.f','pm'#010+ + ' -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_scr'+ + 'ipt.res *_link.res'#010+ ' -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BA'+ 'TCHEXT)'#010+ 'ifdef AOUTEXT'#010+ ' -$(DEL) *$(AOUTEXT)'#010+ 'endif'#010+ 'ifdef DEBUGSYMEXT'#010+ - ' -$(DEL) *$(DEBUGSYMEXT)'#010+ + ' ',' -$(DEL) *$(DEBUGSYMEXT)'#010+ 'endif'#010+ - 'ifdef LOCALFPMAKEB','IN'#010+ + 'ifdef LOCALFPMAKEBIN'#010+ ' -$(DEL) $(LOCALFPMAKEBIN)'#010+ ' -$(DEL) $(FPMAKEBINOBJ)'#010+ 'endif'#010+ @@ -2313,10 +2318,9 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ #010+ '[baseinforules]'#010+ - '#####################################################################'#010+ + '#####################################################################'#010, '# Base info rules'#010+ - '##################################','##################################'+ - '#'#010+ + '#####################################################################'#010+ #010+ '.PHONY: fpc_baseinfo'#010+ #010+ @@ -2325,96 +2329,95 @@ const fpcmakeini : array[0..258,1..240] of char=( 'fpc_baseinfo:'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) == Package info =='#010+ - ' @$(ECHO) Package Name..... $(PACKAGE_NAME)'#010+ - ' @$(ECHO) Package V','ersion.. $(PACKAGE_VERSION)'#010+ + ' @$(ECHO) Package N','ame..... $(PACKAGE_NAME)'#010+ + ' @$(ECHO) Package Version.. $(PACKAGE_VERSION)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) == Configuration info =='#010+ ' @$(ECHO)'#010+ ' @$(ECHO) FPC.......... $(FPC)'#010+ - ' @$(ECHO) FPC Version.. $(FPC_VERSION)'#010+ + ' @$(ECHO) FPC Version.. $(FPC_VERSIO','N)'#010+ ' @$(ECHO) Source CPU... $(CPU_SOURCE)'#010+ - ' ',' @$(ECHO) Target CPU... $(CPU_TARGET)'#010+ + ' @$(ECHO) Target CPU... $(CPU_TARGET)'#010+ ' @$(ECHO) Source OS.... $(OS_SOURCE)'#010+ ' @$(ECHO) Target OS.... $(OS_TARGET)'#010+ ' @$(ECHO) Full Source.. $(FULL_SOURCE)'#010+ - ' @$(ECHO) Full Target.. $(FULL_TARGET)'#010+ - ' @$(EC','HO) SourceSuffix. $(SOURCESUFFIX)'#010+ + ' ','@$(ECHO) Full Target.. $(FULL_TARGET)'#010+ + ' @$(ECHO) SourceSuffix. $(SOURCESUFFIX)'#010+ ' @$(ECHO) TargetSuffix. $(TARGETSUFFIX)'#010+ ' @$(ECHO) FPC fpmake... $(FPCFPMAKE)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) == Directory info =='#010+ - ' @$(ECHO)'#010+ - ' @$(ECHO) Required pkgs... $(RE','QUIRE_PACKAGES)'#010+ + ' ',' @$(ECHO)'#010+ + ' @$(ECHO) Required pkgs... $(REQUIRE_PACKAGES)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Basedir......... $(BASEDIR)'#010+ ' @$(ECHO) FPCDir.......... $(FPCDIR)'#010+ ' @$(ECHO) CrossBinDir..... $(CROSSBINDIR)'#010+ - ' @$(ECHO) UnitsDir........ $(UNITSDIR)'#010+ - ' @$(ECHO) P','ackagesDir..... $(PACKAGESDIR)'#010+ + ' @$(ECH','O) UnitsDir........ $(UNITSDIR)'#010+ + ' @$(ECHO) PackagesDir..... $(PACKAGESDIR)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) GCC library..... $(GCCLIBDIR)'#010+ ' @$(ECHO) Other library... $(OTHERLIBDIR)'#010+ ' @$(ECHO)'#010+ - ' @$(ECHO) == Tools info =='#010+ + ' @$(ECHO) == Tool','s info =='#010+ ' @$(ECHO)'#010+ - ' @$(ECHO) As.....','... $(AS)'#010+ + ' @$(ECHO) As........ $(AS)'#010+ ' @$(ECHO) Ld........ $(LD)'#010+ ' @$(ECHO) Ar........ $(AR)'#010+ ' @$(ECHO) Rc........ $(RC)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Mv........ $(MVPROG)'#010+ - ' @$(ECHO) Cp........ $(CPPROG)'#010+ - ' @$(ECHO) Rm........ $','(RMPROG)'#010+ + ' @$(ECHO) ',' Cp........ $(CPPROG)'#010+ + ' @$(ECHO) Rm........ $(RMPROG)'#010+ ' @$(ECHO) GInstall.. $(GINSTALL)'#010+ ' @$(ECHO) Echo...... $(ECHO)'#010+ ' @$(ECHO) Shell..... $(SHELL)'#010+ ' @$(ECHO) Date...... $(DATE)'#010+ - ' @$(ECHO) FPCMake... $(FPCMAKE)'#010+ - ' @$(ECHO) PPUMove... $(PPUMOVE',')'#010+ + ' @$(ECHO) FPCMake.','.. $(FPCMAKE)'#010+ + ' @$(ECHO) PPUMove... $(PPUMOVE)'#010+ ' @$(ECHO) Zip....... $(ZIPPROG)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) == Object info =='#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Target Loaders........ $(TARGET_LOADERS)'#010+ - ' @$(ECHO) Target Units.......... $(TARGET_UNITS)'#010+ - ' @$(E','CHO) Target Implicit Units. $(TARGET_IMPLICITUNITS)'#010+ + ' @$(ECHO) ',' Target Units.......... $(TARGET_UNITS)'#010+ + ' @$(ECHO) Target Implicit Units. $(TARGET_IMPLICITUNITS)'#010+ ' @$(ECHO) Target Programs....... $(TARGET_PROGRAMS)'#010+ ' @$(ECHO) Target Dirs........... $(TARGET_DIRS)'#010+ - ' @$(ECHO) Target Examples....... $(TARGET_EXAMPLES)'#010+ - ' @$(','ECHO) Target ExampleDirs.... $(TARGET_EXAMPLEDIRS)'#010+ + ' @$(ECHO) T','arget Examples....... $(TARGET_EXAMPLES)'#010+ + ' @$(ECHO) Target ExampleDirs.... $(TARGET_EXAMPLEDIRS)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Clean Units......... $(CLEAN_UNITS)'#010+ ' @$(ECHO) Clean Files......... $(CLEAN_FILES)'#010+ - ' @$(ECHO)'#010+ - ' @$(ECHO) Install Units....... $(INSTA','LL_UNITS)'#010+ + ' @$(','ECHO)'#010+ + ' @$(ECHO) Install Units....... $(INSTALL_UNITS)'#010+ ' @$(ECHO) Install Files....... $(INSTALL_FILES)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) == Install info =='#010+ ' @$(ECHO)'#010+ - ' @$(ECHO) DateStr.............. $(DATESTR)'#010+ + ' @$(ECHO) DateStr.............. $(DATESTR)'#010, ' @$(ECHO) ZipName.............. $(ZIPNAME)'#010+ - ' ',' @$(ECHO) ZipPrefix............ $(ZIPPREFIX)'#010+ + ' @$(ECHO) ZipPrefix............ $(ZIPPREFIX)'#010+ ' @$(ECHO) ZipCrossPrefix....... $(ZIPCROSSPREFIX)'#010+ ' @$(ECHO) ZipSuffix............ $(ZIPSUFFIX)'#010+ - ' @$(ECHO) FullZipName.......... $(FULLZIPNAME)'#010+ - ' @$(ECHO) Inst','all FPC Package.. $(INSTALL_FPCPACKAGE)'#010+ + ' @$(ECHO) FullZip','Name.......... $(FULLZIPNAME)'#010+ + ' @$(ECHO) Install FPC Package.. $(INSTALL_FPCPACKAGE)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Install base dir..... $(INSTALL_BASEDIR)'#010+ ' @$(ECHO) Install binary dir... $(INSTALL_BINDIR)'#010+ - ' @$(ECHO) Install library dir.. $(INSTALL_LIBDIR)'#010+ - ' ','@$(ECHO) Install units dir.... $(INSTALL_UNITDIR)'#010+ + ' @$(ECH','O) Install library dir.. $(INSTALL_LIBDIR)'#010+ + ' @$(ECHO) Install units dir.... $(INSTALL_UNITDIR)'#010+ ' @$(ECHO) Install source dir... $(INSTALL_SOURCEDIR)'#010+ ' @$(ECHO) Install doc dir...... $(INSTALL_DOCDIR)'#010+ - ' @$(ECHO) Install example dir.. $(INSTALL_EXAMPLEDIR)'#010+ - ' ','@$(ECHO) Install data dir..... $(INSTALL_DATADIR)'#010+ + ' @$(ECHO) ','Install example dir.. $(INSTALL_EXAMPLEDIR)'#010+ + ' @$(ECHO) Install data dir..... $(INSTALL_DATADIR)'#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Dist destination dir. $(DIST_DESTDIR)'#010+ ' @$(ECHO) Dist zip name........ $(DIST_ZIPNAME)'#010+ - ' @$(ECHO)'#010+ + ' ','@$(ECHO)'#010+ #010+ '[inforules]'#010+ - '##############################','######################################'+ - '#'#010+ + '#####################################################################'#010+ '# Info rules'#010+ '#####################################################################'#010+ #010+ @@ -2423,17 +2426,17 @@ const fpcmakeini : array[0..258,1..240] of char=( 'fpc_info: $(INFORULES)'#010+ #010+ '[makefilerules]'#010+ - '##########################################################','##########'+ + '######','##############################################################'+ '#'#010+ '# Rebuild Makefile'#010+ '#####################################################################'#010+ #010+ '.PHONY: fpc_makefile fpc_makefiles fpc_makefile_sub1 fpc_makefile_sub2'+ ' \'#010+ - ' fpc_makefile_dirs'#010+ + ' fpc_m','akefile_dirs'#010+ #010+ 'fpc_makefile:'#010+ - ' $(FPCMAKE) -w -T','$(OS_TARGET) Makefile.fpc'#010+ + ' $(FPCMAKE) -w -T$(OS_TARGET) Makefile.fpc'#010+ #010+ 'fpc_makefile_sub1:'#010+ 'ifdef TARGET_DIRS'#010+ @@ -2441,7 +2444,7 @@ const fpcmakeini : array[0..258,1..240] of char=( 'T_DIRS))'#010+ 'endif'#010+ 'ifdef TARGET_EXAMPLEDIRS'#010+ - ' $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(T','AR'+ + ' $(FPCM','AKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TAR'+ 'GET_EXAMPLEDIRS))'#010+ 'endif'#010+ #010+ @@ -2450,30 +2453,28 @@ const fpcmakeini : array[0..258,1..240] of char=( #010+ 'fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2'#010+ #010+ - 'fpc_makefiles: fpc_makefile fpc_makefile_dirs'#010+ + 'fpc_makefiles: fpc_m','akefile fpc_makefile_dirs'#010+ #010+ '[localmakefile]'#010+ - '#########','###########################################################'+ - '#'#010+ + '#####################################################################'#010+ '# Local Makefile'#010+ '#####################################################################'#010+ #010+ 'ifneq ($(wildcard fpcmake.loc),)'#010+ - 'include fpcmake.loc'#010+ + 'includ','e fpcmake.loc'#010+ 'endif'#010+ #010+ #010+ '[userrules]'#010+ - '##################','##################################################'+ - '#'#010+ + '#####################################################################'#010+ '# Users rules'#010+ '#####################################################################'#010+ #010+ '[lclrules]'#010+ - '#####################################################################'#010+ - '# LCL Rules'#010+ - '##########','##########################################################'+ + '########################################','############################'+ '#'#010+ + '# LCL Rules'#010+ + '#####################################################################'#010+ #010+ '# LCL Platform'#010+ 'ifndef LCL_PLATFORM'#010+ @@ -2481,11 +2482,11 @@ const fpcmakeini : array[0..258,1..240] of char=( 'LCL_PLATFORM=win32'#010+ 'else'#010+ 'LCL_PLATFORM=gtk'#010+ - 'endif'#010+ + 'end','if'#010+ 'endif'#010+ 'export LCL_PLATFORM'#010+ #010+ - '# Check if the specifi','ed LCLDIR is correct'#010+ + '# Check if the specified LCLDIR is correct'#010+ 'ifdef LCLDIR'#010+ 'override LCLDIR:=$(subst \,/,$(LCLDIR))'#010+ 'ifeq ($(wildcard $(LCLDIR)/units/$(LCL_PLATFORM)),)'#010+ @@ -2494,9 +2495,9 @@ const fpcmakeini : array[0..258,1..240] of char=( 'else'#010+ 'override LCLDIR=wrong'#010+ 'endif'#010+ - #010+ + #010, '# Check if the default LCLDIR is correct'#010+ - 'ifdef DEFAU','LT_LCLDIR'#010+ + 'ifdef DEFAULT_LCLDIR'#010+ 'override LCLDIR:=$(subst \,/,$(DEFAULT_LCLDIR))'#010+ 'ifeq ($(wildcard $(LCLDIR)/units/$(LCL_PLATFORM)),)'#010+ 'override LCLDIR=wrong'#010+ @@ -2504,77 +2505,79 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ '# Check for development version'#010+ - 'ifeq ($(LCLDIR),wrong)'#010+ - 'override LCLDIR=$(subst /units/$(LCL_PLA','TFORM),,$(firstword $(wildca'+ - 'rd $(addsuffix /units/$(LCL_PLATFORM),$(BASEDIR)/lcl $(BASEDIR)))))'#010+ + 'ifeq ($(LCL','DIR),wrong)'#010+ + 'override LCLDIR=$(subst /units/$(LCL_PLATFORM),,$(firstword $(wildcard'+ + ' $(addsuffix /units/$(LCL_PLATFORM),$(BASEDIR)/lcl $(BASEDIR)))))'#010+ 'ifeq ($(LCLDIR),)'#010+ 'override LCLDIR=wrong'#010+ 'endif'#010+ 'endif'#010+ #010+ '# Check for release version'#010+ - 'ifeq ($(LCLDIR),wrong)'#010+ - 'override LCLDIR=$(subst /units/$(LCL_PLA','TFORM),,$(firstword $(wildca'+ - 'rd $(addsuffix /lib/lazarus/units/$(LCL_PLATFORM),/usr/local /usr))))'#010+ + 'ifeq ($(LCL','DIR),wrong)'#010+ + 'override LCLDIR=$(subst /units/$(LCL_PLATFORM),,$(firstword $(wildcard'+ + ' $(addsuffix /lib/lazarus/units/$(LCL_PLATFORM),/usr/local /usr))))'#010+ 'ifeq ($(LCLDIR),)'#010+ 'override LCLDIR=wrong'#010+ 'endif'#010+ 'endif'#010+ #010+ '# Generate dirs'#010+ - 'override LCLUNITDIR=$(wildcard $(LCLDIR)/units/$(LCL_PLATFORM) $(LCLDI'+ - 'R)/','units)'#010+ + 'override LCLUNITDIR=$','(wildcard $(LCLDIR)/units/$(LCL_PLATFORM) $(LCL'+ + 'DIR)/units)'#010+ 'override LCLCOMPONENTDIR=$(wildcard $(LCLDIR)/.. $(LCLDIR)/../componen'+ 'ts $(LCLDIR)/components)'#010+ 'export LCLDIR LCLUNITDIR LCLCOMPONENTDIR'#010+ #010+ '# Add LCL dirs to paths'#010+ - 'override REQUIRE_PACKAGESDIR+=$(LCLCOMPONENTDIR)'#010+ - 'override COMPILER_UNITD','IR+=$(LCLUNITDIR)'#010+ + 'override REQUIRE_PAC','KAGESDIR+=$(LCLCOMPONENTDIR)'#010+ + 'override COMPILER_UNITDIR+=$(LCLUNITDIR)'#010+ #010+ '[lclinforules]'#010+ '#####################################################################'#010+ '# LCL Info rules'#010+ - '#####################################################################'#010+ + '###################################################################','#'+ + '#'#010+ 'override INFORULES+=lclinfo'#010+ #010+ '.PHONY: lclinfo'#010+ #010+ - 'lcl','info:'#010+ + 'lclinfo:'#010+ ' @$(ECHO) == LCL info =='#010+ ' @$(ECHO)'#010+ ' @$(ECHO) Platform............. $(LCL_PLATFORM)'#010+ ' @$(ECHO) LCLDIR............... $(LCLDIR)'#010+ - ' @$(ECHO) LCL Unit dir......... $(LCLUNITDIR)'#010+ - ' @$(ECHO) LCL Co','mponent dir.... $(LCLCOMPONENTDIR)'#010+ + ' @$(ECHO) LCL Unit',' dir......... $(LCLUNITDIR)'#010+ + ' @$(ECHO) LCL Component dir.... $(LCLCOMPONENTDIR)'#010+ ' @$(ECHO)'#010+ #010+ '[fpmakeprerules]'#010+ '#####################################################################'#010+ '# fpmake prerules'#010+ - '#####################################################################'#010+ - 'FPMAKEBIN=fp','make$(SRCEXEEXT)'#010+ + '##############################','######################################'+ + '#'#010+ + 'FPMAKEBIN=fpmake$(SRCEXEEXT)'#010+ 'FPMAKEBINOBJ=fpmake$(OEXT) fpmake$(LTOEXT)'#010+ 'LOCALFPMAKEBIN=.$(PATHSEP)$(FPMAKEBIN)'#010+ #010+ '# Convert the OS_TARGET and CPU_TARGET options to fpmake'#039's --os an'+ 'd --cpu parameters'#010+ - 'ifdef OS_TARGET'#010+ + 'ifd','ef OS_TARGET'#010+ 'FPC_TARGETOPT+=--os=$(OS_TARGET)'#010+ - 'endif'#010, + 'endif'#010+ 'ifdef CPU_TARGET'#010+ 'FPC_TARGETOPT+=--cpu=$(CPU_TARGET)'#010+ 'endif'#010+ #010+ '# Get the location of the bootstrap-fpmkunit units'#010+ 'PACKAGEDIR_FPMKUNIT:=$(firstword $(subst /Makefile.fpc,,$(strip $(wild'+ - 'card $(addsuffix /fpmkunit/Makefile.fpc,$(PACKAGESDIR))))))'#010, + 'card $(a','ddsuffix /fpmkunit/Makefile.fpc,$(PACKAGESDIR))))))'#010+ 'ifneq ($(PACKAGEDIR_FPMKUNIT),)'#010+ 'UNITDIR_FPMAKE_FPMKUNIT=$(PACKAGEDIR_FPMKUNIT)/units_bs/$(SOURCESUFFIX'+ ')'#010+ 'override COMPILER_FPMAKE_UNITDIR=$(UNITDIR_FPMAKE_FPMKUNIT)'#010+ - 'FPMKUNIT_SRC=$(PACKAGEDIR_FPMKUNIT)/src/fpmkunit.pp'#010+ - 'FPMKUNIT_PPU=$(UNITDIR_F','PMAKE_FPMKUNIT)/fpmkunit.ppu'#010+ + 'FPMKUNIT_SRC=$(PACKAGEDI','R_FPMKUNIT)/src/fpmkunit.pp'#010+ + 'FPMKUNIT_PPU=$(UNITDIR_FPMAKE_FPMKUNIT)/fpmkunit.ppu'#010+ 'endif'#010+ #010+ 'ifdef FPMAKE_SKIP_CONFIG'#010+ @@ -2582,69 +2585,69 @@ const fpcmakeini : array[0..258,1..240] of char=( 'endif'#010+ #010+ '[fpmakerules]'#010+ - '#####################################################################'#010+ - '# fpmake rules'#010+ - '########################','############################################'+ + '#########################################################','###########'+ '#'#010+ + '# fpmake rules'#010+ + '#####################################################################'#010+ '.PHONY: fpc_fpmake fpc_fpmake_clean fpc_fpmake_install fpc_fpmake_exam'+ 'pleinstall'#010+ #010+ - '# Do not pass the Makefile'#039's unit and binary target locations. fpm'+ - 'ake uses it'#039's own.'#010+ - 'override FPCOPT:=$(filter-o','ut -FU%,$(FPCOPT))'#010+ + '# Do not pass the Makefile'#039's unit and binary target location','s. f'+ + 'pmake uses it'#039's own.'#010+ + 'override FPCOPT:=$(filter-out -FU%,$(FPCOPT))'#010+ 'override FPCOPT:=$(filter-out -FE%,$(FPCOPT))'#010+ '# Compose general fpmake-parameters'#010+ 'ifdef FPMAKEOPT'#010+ 'FPMAKE_OPT+=$(FPMAKEOPT)'#010+ 'endif'#010+ 'FPMAKE_OPT+=--localunitdir=$(FPCDIR)'#010+ - 'FPMAKE_OPT+=--globalunitdir=$(FPCDIR)/packages'#010+ - 'FPMAKE_O','PT+=$(FPC_TARGETOPT)'#010+ + 'FPM','AKE_OPT+=--globalunitdir=$(FPCDIR)/packages'#010+ + 'FPMAKE_OPT+=$(FPC_TARGETOPT)'#010+ 'FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))'#010+ 'FPMAKE_OPT+=--compiler=$(FPC)'#010+ 'FPMAKE_OPT+=-bu'#010+ #010+ 'FPMAKE_INSTALL_OPT+=--unitinstalldir=$(INSTALL_UNITDIR)'#010+ 'ifdef UNIXHier'#010+ - 'FPMAKE_INSTALL_OPT+=--prefix=$(INSTALL_PREFIX)'#010+ - 'FPMAKE_INSTALL_','OPT+=--baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VER'+ - 'SION)'#010+ + 'FPMAKE_INS','TALL_OPT+=--prefix=$(INSTALL_PREFIX)'#010+ + 'FPMAKE_INSTALL_OPT+=--baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSI'+ + 'ON)'#010+ 'else'#010+ 'FPMAKE_INSTALL_OPT+=--prefix=$(INSTALL_BASEDIR)'#010+ 'endif'#010+ #010+ 'override ALLTARGET+=fpc_fpmake'#010+ - 'override INSTALLTARGET+=fpc_fpmake_install'#010+ - 'override EXAMPLEINSTALLTARGET+=fpc_fpmake_examp','leinstall'#010+ + 'override INSTALLTARGET+=fpc_fpmake_ins','tall'#010+ + 'override EXAMPLEINSTALLTARGET+=fpc_fpmake_exampleinstall'#010+ '# If no fpmake exists and (dist)clean is called, do not try to build f'+ 'pmake, it will'#010+ '# most often fail because the dependencies are cleared.'#010+ - '# In case of a clean, simply do nothing'#010+ + '# In case of a clean, simply do nothi','ng'#010+ 'ifneq ($(wildcard $(LOCALFPMAKEBIN)),)'#010+ - 'override C','LEANTARGET+=fpc_fpmake_clean'#010+ + 'override CLEANTARGET+=fpc_fpmake_clean'#010+ 'endif'#010+ #010+ '$(FPMKUNIT_PPU): $(FPMKUNIT_SRC)'#010+ ' $(MAKE) -C $(PACKAGEDIR_FPMKUNIT) bootstrap $(addprefix OP'+ 'T=,$(FPMAKE_BUILD_OPT))'#010+ #010+ - '$(FPMAKEBIN): fpmake.pp $(FPMKUNIT_PPU)'#010+ - ' $(FPCFPMAKE) fpmake.pp $(add','prefix -Fu,$(COMPILER_FPMAKE_UNI'+ - 'TDIR)) $(FPMAKE_BUILD_OPT)'#010+ + '$(FPMAKEBIN): fpmake.pp ','$(FPMKUNIT_PPU)'#010+ + ' $(FPCFPMAKE) fpmake.pp $(addprefix -Fu,$(COMPILER_FPMAKE_UNITD'+ + 'IR)) $(FPMAKE_BUILD_OPT)'#010+ #010+ 'fpc_fpmake: $(FPMAKEBIN)'#010+ ' $(LOCALFPMAKEBIN) compile $(FPMAKE_OPT)'#010+ #010+ 'fpc_fpmake_clean: $(FPMAKEBIN)'#010+ - ' $(LOCALFPMAKEBIN) clean $(FPMAKE_OPT)'#010+ + ' $(LOCAL','FPMAKEBIN) clean $(FPMAKE_OPT)'#010+ #010+ - 'fpc_fpmake_install: ','$(FPMAKEBIN)'#010+ + 'fpc_fpmake_install: $(FPMAKEBIN)'#010+ ' $(LOCALFPMAKEBIN) install $(FPMAKE_OPT) $(FPMAKE_INSTALL_O'+ 'PT)'#010+ #010+ '# This is not completely valid. Exampleinstall should only install the'+ ' examples, while'#010+ - '# fpmake -ie installs everything, including the examples. This al','so '+ + '# fpmake -ie ','installs everything, including the examples. This also '+ 'means that on'#010+ '# a distinstall fpmake install wil be called twice.'#010+ 'fpc_fpmake_exampleinstall: $(FPMAKEBIN)'#010+ diff --git a/utils/fpcm/fpcmake.ini b/utils/fpcm/fpcmake.ini index cf58e93a07..30fcabb6e9 100644 --- a/utils/fpcm/fpcmake.ini +++ b/utils/fpcm/fpcmake.ini @@ -1244,6 +1244,11 @@ ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +# WASI +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif + # For 8.3 limited OS's the short suffixes # Otherwise use the full source/target names diff --git a/utils/fpcmkcfg/Makefile b/utils/fpcmkcfg/Makefile index b07004e382..3801ff1030 100644 --- a/utils/fpcmkcfg/Makefile +++ b/utils/fpcmkcfg/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpcres/Makefile b/utils/fpcres/Makefile index c2bc185701..eb889e136f 100644 --- a/utils/fpcres/Makefile +++ b/utils/fpcres/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpcreslipo/Makefile b/utils/fpcreslipo/Makefile index ff6244e06e..ec012d491c 100644 --- a/utils/fpcreslipo/Makefile +++ b/utils/fpcreslipo/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpdoc/Makefile b/utils/fpdoc/Makefile index 138695adb3..3423d6c840 100644 --- a/utils/fpdoc/Makefile +++ b/utils/fpdoc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpdoc/fpde/Makefile b/utils/fpdoc/fpde/Makefile index ea7e8f041f..90754f9cf3 100644 --- a/utils/fpdoc/fpde/Makefile +++ b/utils/fpdoc/fpde/Makefile @@ -1811,6 +1811,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fpmc/Makefile b/utils/fpmc/Makefile index 2abc88e456..3fbecdba31 100644 --- a/utils/fpmc/Makefile +++ b/utils/fpmc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fppkg/Makefile b/utils/fppkg/Makefile index a5cb3872a5..4be84ae72b 100644 --- a/utils/fppkg/Makefile +++ b/utils/fppkg/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/fprcp/Makefile b/utils/fprcp/Makefile index b90b4a8ca6..c9b26682a4 100644 --- a/utils/fprcp/Makefile +++ b/utils/fprcp/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/h2pas/Makefile b/utils/h2pas/Makefile index 199e4fec4f..874b61ba72 100644 --- a/utils/h2pas/Makefile +++ b/utils/h2pas/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/ihxutil/Makefile b/utils/ihxutil/Makefile index af07116f3e..70011db878 100644 --- a/utils/ihxutil/Makefile +++ b/utils/ihxutil/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/importtl/Makefile b/utils/importtl/Makefile index f2bbebf5c9..e353e8ec1b 100644 --- a/utils/importtl/Makefile +++ b/utils/importtl/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/instantfpc/Makefile b/utils/instantfpc/Makefile index 8ccfccbf02..bf16d77cee 100644 --- a/utils/instantfpc/Makefile +++ b/utils/instantfpc/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/json2pas/Makefile b/utils/json2pas/Makefile index b14d31af54..2768de01ea 100644 --- a/utils/json2pas/Makefile +++ b/utils/json2pas/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/mksymbian/Makefile b/utils/mksymbian/Makefile index 8299fa1de0..8edefc0529 100644 --- a/utils/mksymbian/Makefile +++ b/utils/mksymbian/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/pas2fpm/Makefile b/utils/pas2fpm/Makefile index eeedc5a74e..254ffaec54 100644 --- a/utils/pas2fpm/Makefile +++ b/utils/pas2fpm/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/pas2jni/Makefile b/utils/pas2jni/Makefile index 1dfbb9ad65..4e2b01601d 100644 --- a/utils/pas2jni/Makefile +++ b/utils/pas2jni/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/pas2js/Makefile b/utils/pas2js/Makefile index c8bca6b606..50b8aa33d8 100644 --- a/utils/pas2js/Makefile +++ b/utils/pas2js/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/pas2ut/Makefile b/utils/pas2ut/Makefile index 34239caa87..ec7aefe7d7 100644 --- a/utils/pas2ut/Makefile +++ b/utils/pas2ut/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/rmwait/Makefile b/utils/rmwait/Makefile index 8d02cd3c26..970a1f9cff 100644 --- a/utils/rmwait/Makefile +++ b/utils/rmwait/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/tply/Makefile b/utils/tply/Makefile index 86d29a49bb..63cf77e0eb 100644 --- a/utils/tply/Makefile +++ b/utils/tply/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/unicode/Makefile b/utils/unicode/Makefile index 1cb6b89cb4..f9a7ab33ca 100644 --- a/utils/unicode/Makefile +++ b/utils/unicode/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/utils/wasmbin/Makefile b/utils/wasmbin/Makefile index ecff0e1c38..893e2df222 100644 --- a/utils/wasmbin/Makefile +++ b/utils/wasmbin/Makefile @@ -865,6 +865,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX)