X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=fe510cd2cb9d06c870b79388185f18794fa03843;hb=13a5e983d84cbf0abfd9751e9bbdef8ac13d0a21;hp=ba4ab723974bd796829d9f9b35026c8d66742752;hpb=2d68a8dff5ebde9772c9f8467064324d8d408e8d;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index ba4ab723..fe510cd2 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -32,6 +32,12 @@ 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