X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=cd240618d49878259e2aeb5c860726ca6c01a3c4;hb=67ef4a56378ca7fe6415a0612c39d63d030f9a41;hp=4f5935f673327c0785eac1982291081940751b5c;hpb=ad747cdb5754c81947b3191c18031c4a809e39a4;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 4f5935f6..cd240618 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -32,6 +32,7 @@ man1dir = $(mandir)/man1 man2dir = $(mandir)/man2 infodir = @infodir@ srcdir = @srcdir@ +docdir = @datadir@/doc/sdcc # Modules to enable/disable OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@ @@ -49,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.