File: Makefile.am

package info (click to toggle)
mpsolve 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,100 kB
  • sloc: ansic: 25,748; sh: 4,925; cpp: 3,155; makefile: 914; python: 407; yacc: 158; lex: 85; xml: 41
file content (9 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
if BUILD_PYTHON_MODULE

AM_CPPFLAGS = -I$(top_srcdir)/include $(PYTHON_INCLUDE)

python_PYTHON = $(srcdir)/mpsolve.py

SUBDIRS = tests 

endif