1 # Prevent multiple inclusion
2 ifneq ($(SDCCWEBMKINCLUDE
), 1)
5 # Add sdcc-web to the list of source trees that need to be fetched
8 _SDCC_WEB_ORIG_DIR
= $(ORIGDIR
)/sdcc-web
12 build-sdcc-web
: fetch-orig-trees sdcc-web-copy
15 # Create dirs for the WEB
18 cp
-r
$(_SDCC_WEB_ORIG_DIR
)/* $(HTDOCSDIR
)