File: Makefile.am

package info (click to toggle)
lcdf-typetools 2.92%2Bdfsg1-0.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,884 kB
  • sloc: cpp: 34,407; ansic: 2,106; sh: 1,032; makefile: 306
file content (14 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = t1dotlessj
man_MANS = t1dotlessj.1

t1dotlessj_SOURCES = t1dotlessj.cc

t1dotlessj_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a

INCLUDES = -I$(top_srcdir)/include
CLEANFILES = @TEMPLATE_OBJS@

EXTRA_DIST = t1dotlessj.1