Changeset 27 for sources/doc


Ignore:
Timestamp:
May 4, 2009, 8:51:56 PM (15 years ago)
Author:
buchmann
Message:

SystemCASS now uses autoconf/automake to build the API. Regression tests still
use the old Makefiles.
(thanks to Nicolas Pouillon)

The library directory no longer is "lib-arch-system". The directory now is "lib-linux". Everyone needs to pay attention about SYSTEMCASS environment variable.

Changes:

  • system header includes
  • Add includes to config.h (generated by autoconf/automake)
  • test:
    • linux preprocessor macro instead of _WIN32
    • CONFIG_DEBUG instead of DEBUG

Removes:

  • Makefile
  • guess_endianness.cc
  • guess_os.sh
  • assert.h (we now use standard assert.h)
  • Options.def
Location:
sources/doc
Files:
4 added
1 moved

Legend:

Unmodified
Added
Removed
  • sources/doc/SystemCASS.tex

    r26 r27  
    129129
    130130\begin{figure}[hbtp]\center\leavevmode
    131 \includegraphics[width=.7\textwidth,angle=270]{figures/SystemeType}
     131\includegraphics[width=.7\textwidth,angle=270]{SystemeType}
    132132\caption{Typical embedded system build around VCI interfaces.}
    133133\label{system}
     
    140140
    141141\begin{figure}[hbtp]\center\leavevmode
    142 \includegraphics[width=.6\linewidth]{figures/Automate}
     142\includegraphics[width=.6\linewidth]{Automate}
    143143\caption{Finite State Machine Modeling}
    144144\label{Automate}
Note: See TracChangeset for help on using the changeset viewer.