moved installed docs, removed obsoletes, fixed makefiles to do a proper distclean...
[fw/sdcc] / Makefile.common.in
index ba4ab723974bd796829d9f9b35026c8d66742752..0070afc43b84fdd575e9c323142df91b454d51ed 100644 (file)
@@ -32,6 +32,12 @@ man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
+docdir          = @datadir@/sdcc/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
 
@@ -44,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.