File: Makefile.am

package info (click to toggle)
juman 7.0-3.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,528 kB
  • sloc: sh: 10,168; ansic: 9,976; perl: 5,195; makefile: 738
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
pkglibexecdir = $(libexecdir)/juman
pkglibexec_PROGRAMS = makemat

INCLUDES = -I../lib

makemat_SOURCES = makemat.c makemat.h
makemat_LDADD = $(top_builddir)/lib/libjuman.la