File: Makefile.am

package info (click to toggle)
m17n-docs 1.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,736 kB
  • sloc: javascript: 7,609; sh: 1,256; makefile: 351; ansic: 206
file content (10 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
if MAINTAINER_MODE

bin_PROGRAMS = imdoc

AM_CPPFLAGS = @M17N_CFLAGS@

imdoc_SOURCES = imdoc.c
imdoc_LDADD = @M17N_LIBS@

endif