File: Makefile.am

package info (click to toggle)
liblouis 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,764 kB
  • sloc: ansic: 12,667; sh: 8,825; makefile: 855; perl: 91; python: 18
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
EXTRA_DIST = __init__.py.in
CLEANFILES = __init__.py

all:
	source ../../liblouis/liblouis.la ; \
	sed "s/###LIBLOUIS_SONAME###/$$dlname/" \
		< $(srcdir)/__init__.py.in \
		> __init__.py