File: Makefile.am

package info (click to toggle)
gtypist 2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,532 kB
  • ctags: 701
  • sloc: ansic: 6,529; sh: 3,428; awk: 396; perl: 370; makefile: 322; yacc: 318; lisp: 195
file content (17 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

SUBDIRS=intl po lessons tools doc

EXTRA_DIST=gtypist.1 configur.bat version.sh configur.bat.in autogen.sh INSTALL.in TODO

bin_PROGRAMS = gtypist
gtypist_SOURCES = gtypist.c getopt.h getopt.c getopt1.c
gtypist_LDADD = @INTLLIBS@
man_MANS = gtypist.1
INCLUDES = -I./intl -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" 

# GEN_MAN is a shell command that generates the man page
GEN_MAN=@GEN_MAN@

gtypist.1: gtypist.c gtypist
	if (test ! -e gtypist.1) then $(GEN_MAN); fi