Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<module> defines the include (.h) and library (.a and .so) search directories.  "include" and "lib/<arch>" are appended to what this macro is defined to be.  Yes, this is confusing.

EPICS_BASE defines the version of the EPICS base library behind the directory $EPICS_SITE_TOP/base you want to link your application with.

Application

src Directory

If you're building an app (not a module, not a library), your app will have a Makefile in its src directory.

...