Added documentation install targets
[fw/sdcc] / Makefile.common.in
index 4964a51010788f45400e5e1f38b4efa0410a30d7..fe510cd2cb9d06c870b79388185f18794fa03843 100644 (file)
@@ -20,7 +20,7 @@ INSTALL               = @INSTALL@
 YACC            = @YACC@ 
 LEX             = @LEX@ 
 AWK             = @AWK@
-
+STRIP           = @STRIP@
 prefix          = @prefix@
 exec_prefix     = @exec_prefix@
 bindir          = @bindir@
@@ -32,9 +32,17 @@ man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
+docdir          = @exec_prefix@/doc
+
+# 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
 
+transform       = @program_transform_name@
+
 # Flags
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)