File: Makefile.am

package info (click to toggle)
glpk 4.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,324 kB
  • ctags: 3,283
  • sloc: ansic: 34,984; sh: 322; makefile: 133
file content (24 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## include/Makefile.am ##

include_HEADERS = \
glpavl.h \
glpdmp.h \
glpiet.h \
glpinv.h \
glpios.h \
glpipm.h \
glpk.h \
glplib.h \
glplpp.h \
glplpx.h \
glpluf.h \
glpmat.h \
glpmip.h \
glpmpl.h \
glpqmd.h \
glprng.h \
glpspx.h \
glpstr.h \
glptsp.h

## eof ##