X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.in;h=6610643c6d058d19fe56e73a3876e723aca9900d;hb=f755a86f5408ab034d4478f4a635612d1df9a00e;hp=8942a698de5b7ffa8bf81689b3b20adea64216d0;hpb=c42e9051755428d14eb620abc9eda86d43479a1a;p=fw%2Fsdcc diff --git a/Makefile.in b/Makefile.in index 8942a698..6610643c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,22 +15,22 @@ SDCC_LIBS = support/makebin SDCC_DOC = doc # Parts that are not normally compiled but need to be cleaned -SDCC_EXTRA = support/regression +SDCC_EXTRA = support/regression support/valdiag -SDCC_PACKIHX = packihx +SDCC_PACKIHX = support/packihx SDCC_LIBRARIAN = support/librarian ifeq ($(OPT_DISABLE_HC08), 0) -SDCC_ASLINK += as/hc08 +SDCC_ASLINK += as/hc08 as/link/hc08 endif ifeq ($(OPT_DISABLE_MCS51), 0) -SDCC_ASLINK += as/mcs51 +SDCC_ASLINK += as/mcs51 as/link/mcs51 SDCC_MISC += debugger/mcs51 endif ifeq ($(OPT_DISABLE_Z80), 0) -SDCC_ASLINK += as link +SDCC_ASLINK += as as/link endif ifeq ($(OPT_DISABLE_UCSIM), 0) @@ -51,8 +51,9 @@ endif ifeq ($(OPT_ENABLE_DOC), 1) TARGETS += sdcc-doc -PKGS += $(SDCC_DOC) endif +# always install docs, which don't need to be built +PKGS += $(SDCC_DOC) ifeq ($(OPT_DISABLE_SDCPP), 0) SDCC_LIBS += support/cpp2 @@ -99,7 +100,7 @@ sdcc-device-lib: sdcc-cc sdcc-aslink sdcc-device-tini: $(MAKE) -C device/include - $(MAKE) -C device/lib modelDS390 + $(MAKE) -C device/lib model-ds390 model-ds400 # doc depends on latex and latex2html sdcc-doc: @@ -128,7 +129,7 @@ install-tini: @for pkg in $(PKGS_TINI); do\ $(MAKE) -C $$pkg install ;\ done - $(MAKE) -C device/lib installDS390 + $(MAKE) -C device/lib install