Refactor.
This commit is contained in:
@ -161,12 +161,13 @@ COMMON_PREPLATFORM = common/boot.fs common/conditionals.fs common/vocabulary.fs
|
|||||||
|
|
||||||
COMMON_DESKTOP = common/hide_calls.fs common/ansi.fs
|
COMMON_DESKTOP = common/hide_calls.fs common/ansi.fs
|
||||||
|
|
||||||
COMMON_POSTPLATFORM = common/utils.fs common/locals.fs
|
COMMON_POSTPLATFORM = common/utils.fs common/locals.fs \
|
||||||
|
common/filetools.fs common/highlevel.fs
|
||||||
|
|
||||||
POSIX_BOOT = $(COMMON_PREPLATFORM) \
|
POSIX_BOOT = $(COMMON_PREPLATFORM) \
|
||||||
$(COMMON_DESKTOP) \
|
$(COMMON_DESKTOP) \
|
||||||
posix/posix.fs posix/posix_highlevel.fs posix/termios.fs \
|
posix/posix.fs posix/posix_highlevel.fs posix/termios.fs \
|
||||||
common/tasks.fs $(COMMON_POSTPLATFORM) common/highlevel.fs common/filetools.fs \
|
common/tasks.fs $(COMMON_POSTPLATFORM) \
|
||||||
common/desktop.fs posix/posix_desktop.fs \
|
common/desktop.fs posix/posix_desktop.fs \
|
||||||
common/streams.fs common/blocks.fs \
|
common/streams.fs common/blocks.fs \
|
||||||
posix/sockets.fs posix/telnetd.fs posix/httpd.fs posix/web_interface.fs \
|
posix/sockets.fs posix/telnetd.fs posix/httpd.fs posix/web_interface.fs \
|
||||||
@ -177,9 +178,9 @@ $(GEN)/posix_boot.h: common/source_to_string.js $(POSIX_BOOT) | $(GEN)
|
|||||||
|
|
||||||
WINDOWS_BOOT = $(COMMON_PREPLATFORM) \
|
WINDOWS_BOOT = $(COMMON_PREPLATFORM) \
|
||||||
$(COMMON_DESKTOP) \
|
$(COMMON_DESKTOP) \
|
||||||
windows/windows.fs windows/windows_highlevel.fs common/highlevel.fs \
|
windows/windows.fs windows/windows_highlevel.fs \
|
||||||
common/tasks.fs $(COMMON_POSTPLATFORM) common/desktop.fs \
|
common/tasks.fs $(COMMON_POSTPLATFORM) common/desktop.fs \
|
||||||
common/filetools.fs common/streams.fs \
|
common/streams.fs \
|
||||||
common/blocks.fs \
|
common/blocks.fs \
|
||||||
posix/autoboot.fs \
|
posix/autoboot.fs \
|
||||||
common/fini.fs
|
common/fini.fs
|
||||||
@ -188,8 +189,8 @@ $(GEN)/windows_boot.h: common/source_to_string.js $(WINDOWS_BOOT) | $(GEN)
|
|||||||
|
|
||||||
ESP32_BOOT = $(COMMON_PREPLATFORM) \
|
ESP32_BOOT = $(COMMON_PREPLATFORM) \
|
||||||
common/tasks.fs esp32/platform.fs esp32/highlevel.fs \
|
common/tasks.fs esp32/platform.fs esp32/highlevel.fs \
|
||||||
esp32/bindings.fs common/highlevel.fs \
|
esp32/bindings.fs \
|
||||||
common/filetools.fs $(COMMON_POSTPLATFORM) \
|
$(COMMON_POSTPLATFORM) \
|
||||||
common/streams.fs posix/httpd.fs posix/web_interface.fs esp32/web_interface.fs \
|
common/streams.fs posix/httpd.fs posix/web_interface.fs esp32/web_interface.fs \
|
||||||
esp32/registers.fs esp32/timers.fs \
|
esp32/registers.fs esp32/timers.fs \
|
||||||
esp32/bterm.fs posix/telnetd.fs \
|
esp32/bterm.fs posix/telnetd.fs \
|
||||||
|
|||||||
@ -370,6 +370,11 @@ e: check-args
|
|||||||
out: argc
|
out: argc
|
||||||
;e
|
;e
|
||||||
|
|
||||||
|
e: check-highlevel
|
||||||
|
out: include
|
||||||
|
out: included
|
||||||
|
;e
|
||||||
|
|
||||||
DEFINED? windows [IF]
|
DEFINED? windows [IF]
|
||||||
|
|
||||||
e: test-forth-namespace
|
e: test-forth-namespace
|
||||||
@ -388,13 +393,12 @@ e: test-forth-namespace
|
|||||||
out: FORTH
|
out: FORTH
|
||||||
check-blocks
|
check-blocks
|
||||||
out: streams
|
out: streams
|
||||||
check-snapshots
|
|
||||||
check-args
|
check-args
|
||||||
|
check-highlevel
|
||||||
|
check-snapshots
|
||||||
check-locals
|
check-locals
|
||||||
check-utils
|
check-utils
|
||||||
check-tasks
|
check-tasks
|
||||||
out: include
|
|
||||||
out: included
|
|
||||||
out: resize
|
out: resize
|
||||||
out: free
|
out: free
|
||||||
out: allocate
|
out: allocate
|
||||||
@ -450,9 +454,8 @@ e: test-forth-namespace
|
|||||||
out: streams
|
out: streams
|
||||||
out: xlib
|
out: xlib
|
||||||
check-args
|
check-args
|
||||||
|
check-highlevel
|
||||||
check-snapshots
|
check-snapshots
|
||||||
out: include
|
|
||||||
out: included
|
|
||||||
check-locals
|
check-locals
|
||||||
check-utils
|
check-utils
|
||||||
out: ms
|
out: ms
|
||||||
|
|||||||
Reference in New Issue
Block a user