]> rtime.felk.cvut.cz Git - rtems-devel.git/commit
RTEMS template for OMK build system conforming application.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 28 Nov 2005 18:26:47 +0000 (19:26 +0100)
committerPavel Pisa <pi@thor.(none)>
Sat, 28 Nov 2009 23:29:46 +0000 (00:29 +0100)
commit5d5845d9d4caa3408d79fbc760a142a0268dc36f
tree4f7326edf5c01e49aa9ad4f18aecc0f729301972
parent3266dcf992f01ce0534002363466e0f6170b41b4
RTEMS template for OMK build system conforming application.

To utilize automatic OMK build system GNU make program
of version 3.81beta1 or higher is required.

The config.target has to exist in the top level directory
containing Makefile.rules file. The convenient way is to
create config.target as the symbolic link to selected file
in the config subdirectory.
The config.target file defines RTEMS_MAKEFILE_PATH variable
pointing to RTEMS target board specific installation directory.

Issue next command to build project
  make default-config
  make

The more help about OMK style Makefiles can be found
in the README.makerules file.

darcs-hash:20051128182647-ff715-2d2d773193de26aebbab4fb2919363c5377c68ec.gz
19 files changed:
rtems-omk-template/Makefile [new file with mode: 0644]
rtems-omk-template/Makefile.omk [new file with mode: 0644]
rtems-omk-template/Makefile.rules [new file with mode: 0644]
rtems-omk-template/README.makerules [new file with mode: 0644]
rtems-omk-template/appfoo/Makefile [new file with mode: 0644]
rtems-omk-template/appfoo/Makefile.omk [new file with mode: 0644]
rtems-omk-template/appfoo/app_def.h [new file with mode: 0644]
rtems-omk-template/appfoo/init.c [new file with mode: 0644]
rtems-omk-template/appfoo/system.h [new file with mode: 0644]
rtems-omk-template/appfoo/task_1.c [new file with mode: 0644]
rtems-omk-template/config/config.ec555 [new file with mode: 0644]
rtems-omk-template/libbar/Makefile [new file with mode: 0644]
rtems-omk-template/libbar/Makefile.omk [new file with mode: 0644]
rtems-omk-template/libbar/bar.h [new file with mode: 0644]
rtems-omk-template/libbar/function1.c [new file with mode: 0644]
rtems-omk-template/libbar/function2.c [new file with mode: 0644]
rtems-omk-template/system_opt/Makefile [new file with mode: 0644]
rtems-omk-template/system_opt/Makefile.omk [new file with mode: 0644]
rtems-omk-template/system_opt/system_def.h [new file with mode: 0644]