X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=cd240618d49878259e2aeb5c860726ca6c01a3c4;hb=066a38adf95543bf8d29724681fa0303d67f0bfc;hp=4964a51010788f45400e5e1f38b4efa0410a30d7;hpb=59b5c2239a5f2415bef57ad98d9b43a867e89fc2;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 4964a510..cd240618 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -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 = @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 +transform = @program_transform_name@ + # Flags DEFS = $(subs -DHAVE_CONFIG_H,,@DEFS@) @@ -42,6 +50,8 @@ CPPFLAGS = $(INCLUDEFLAGS) -I. -I$(PRJDIR) -I$(SLIB) CFLAGS = @CFLAGS@ -Wall M_OR_MM = @M_OR_MM@ +EXTRALIBS = @LIBS@ + # Shared settings between all the sub Makefiles # Done here so that we don't have to start a Make from the top levelport # directory.