Added tests for switch statement and the z80 loop induction problem
[fw/sdcc] / Makefile.common.in
index ba4ab723974bd796829d9f9b35026c8d66742752..52fa00254ed85bdf01c320221fbfbe90f6c70889 100644 (file)
@@ -32,6 +32,12 @@ man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
+docdir          = @datadir@/doc/sdcc
+
+# Modules to enable/disable
+OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@
+OPT_ENABLE_DEVICE_LIB_BUILD = @OPT_ENABLE_DEVICE_LIB_BUILD@
+OPT_ENABLE_PACKIHX = @OPT_ENABLE_PACKIHX@
 
 SLIB                   = $(PRJDIR)/support/Util