File: Makefile.am

package info (click to toggle)
juman 7.0-3.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 40,220 kB
  • ctags: 1,474
  • sloc: sh: 10,168; ansic: 9,955; perl: 5,194; makefile: 745
file content (7 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
pkglibexecdir = $(libexecdir)/juman
pkglibexec_PROGRAMS = makeint

INCLUDES = -I../lib

makeint_SOURCES = makeint.c trans.c makeint.h
makeint_LDADD = $(top_builddir)/lib/libjuman.la