]> git.gag.com Git - fw/sdcc/blobdiff - Makefile.common.in
Fixed up ENDIAN warning with mingw32. Added ability to disable ucsim and device...
[fw/sdcc] / Makefile.common.in
index 4964a51010788f45400e5e1f38b4efa0410a30d7..ca1242efc5edec102fed46dad324de32b7882c99 100644 (file)
@@ -20,7 +20,7 @@ INSTALL               = @INSTALL@
 YACC            = @YACC@ 
 LEX             = @LEX@ 
 AWK             = @AWK@
-
+STRIP           = @STRIP@
 prefix          = @prefix@
 exec_prefix     = @exec_prefix@
 bindir          = @bindir@
@@ -33,8 +33,14 @@ man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
 
+# Modules to enable/disable
+OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@
+OPT_ENABLE_DEVICE_LIB_BUILD = @OPT_ENABLE_DEVICE_LIB_BUILD@
+
 SLIB                   = $(PRJDIR)/support/Util
 
+transform       = @program_transform_name@
+
 # Flags
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)