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 (17 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include python/examples/Makefile.mk
include python/ola/Makefile.mk

python/PyCompileTest.sh: python/Makefile.mk
	mkdir -p $(top_builddir)/python
	echo "$(PYTHON) -m compileall $(PYTHON_BUILD_DIRS); exit \$$?" > $(top_builddir)/python/PyCompileTest.sh
	chmod +x $(top_builddir)/python/PyCompileTest.sh

PYTHON_BUILD_DIRS += python

if BUILD_PYTHON_LIBS
test_scripts += \
    python/PyCompileTest.sh
endif

CLEANFILES += \
    python/PyCompileTest.sh