File: Makefile.mk

package info (click to toggle)
ola 0.10.9.nojsmin-7.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 17,492 kB
  • sloc: cpp: 132,294; python: 14,445; javascript: 7,109; sh: 4,713; ansic: 2,189; java: 518; xml: 253; makefile: 175
file content (20 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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_fetch_dmx.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__/*