File: Makefile.am

package info (click to toggle)
liblouisxml 2.4.0-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,788 kB
  • sloc: sh: 10,349; ansic: 10,002; makefile: 592; xml: 228; python: 43
file content (19 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXTRA_DIST = \
LICENSE \
louisxml.c \
louisxml.pxd \
louisxml.pyx \
MANIFEST.in \
PKG-INFO \
README \
setup_cython.py \
setup.py

# all:
# 	python ./setup.py build

# install:
# 	CFLAGS="@BASE_DEPENDENCIES_CFLAGS@" python ./setup.py install --prefix=$(prefix)