File: Makefile.am

package info (click to toggle)
lcdf-typetools 2.83-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,768 kB
  • ctags: 4,689
  • sloc: cpp: 33,886; ansic: 2,098; sh: 985; makefile: 290
file content (16 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = t1reencode
man_MANS = t1reencode.1

t1reencode_SOURCES = md5.c md5.h \
	t1reencode.cc \
	util.cc util.hh

t1reencode_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a

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

EXTRA_DIST = t1reencode.1