Blame view

Giac_maj/epsilon-giac/apps/regression/Makefile 579 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  snapshots += Regression::App::Snapshot
  snapshot_headers += apps/regression/app.h
  
  app_objs += $(addprefix apps/regression/,\
    app.o\
    banner_view.o\
    calculation_controller.o\
    even_odd_double_buffer_text_cell.o\
    go_to_parameter_controller.o\
    graph_controller.o\
    graph_view.o\
    initialisation_parameter_controller.o\
    prediction_parameter_controller.o\
    store.o\
    store_controller.o\
  )
  
  i18n_files += $(addprefix apps/regression/,\
    base.de.i18n\
    base.en.i18n\
    base.es.i18n\
    base.fr.i18n\
    base.pt.i18n\
  )
  
  app_images += apps/regression/regression_icon.png