File: Makefile.mk

package info (click to toggle)
ola 0.10.8.nojsmin-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,656 kB
  • sloc: cpp: 132,274; python: 14,082; javascript: 6,774; sh: 4,616; ansic: 2,189; java: 518; xml: 253; makefile: 183
file content (19 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# example python scripts
dist_noinst_SCRIPTS += \
    python/examples/ola_artnet_params.py \
    python/examples/ola_candidate_ports.py \
    python/examples/ola_devices.py \
    python/examples/ola_patch_unpatch.py \
    python/examples/ola_plugin_info.py \
    python/examples/ola_rdm_discover.py \
    python/examples/ola_rdm_get.py \
    python/examples/ola_recv_dmx.py \
    python/examples/ola_send_dmx.py \
    python/examples/ola_simple_fade.py \
    python/examples/ola_universe_info.py \
    python/examples/rdm_compare.py \
    python/examples/rdm_snapshot.py

CLEANFILES += \
    python/examples/*.pyc \
    python/examples/__pycache__/*