Changeset 649 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Jul 22, 2015, 1:12:10 PM (9 years ago)
Author:
alain
Message:

Bloup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r611 r649  
    2323GENMAP_APPLIS := $(addprefix --,$(APPLIS))
    2424
    25 # build the list of applications used as dependencies by genmap
    26 APPLIS_PY     := $(addsuffix /$(APPLIS).py,$(addprefix applications/,$(APPLIS)))
     25# build the list of application.py (used as dependencies by genmap)
     26APPLIS_PY      = applications/classif/classif.py        \
     27                 applications/convol/convol.py          \
     28                 applications/coproc/coproc.py          \
     29                 applications/display/display.py        \
     30                 applications/dhrystone/dhrystone.py    \
     31                 applications/gameoflife/gameoflife.py  \
     32                 applications/ocean/ocean.py            \
     33                 applications/router/router.py          \
     34                 applications/shell/shell.py            \
     35                 applications/sort/sort.py              \
     36                 applications/transpose/transpose.py
    2737
    2838# build the list of applications to be executed (used in the all rule)
Note: See TracChangeset for help on using the changeset viewer.