File: Makefile.am

package info (click to toggle)
yencode 0.4.6-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,244 kB
  • ctags: 1,018
  • sloc: ansic: 9,628; sh: 3,292; makefile: 369; yacc: 318
file content (22 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## $Header: /pub/cvsroot/yencode/lib/Makefile.am,v 1.5 2002/03/16 05:29:38 bboy Exp $

noinst_LIBRARIES = libmisc.a
INCLUDES = -I../intl
AM_CFLAGS = -Wall
libmisc_a_SOURCES =	misc.h \
							alloca.c xmalloc.c xstrdup.c \
							getopt1.c getopt.c getopt.h getoptstr.c \
							error.c \
							input.c \
							path.c \
							screen.c \
							string.c \
							timer.c

libmisc_a_LIBADD = @ALLOCA@
libmisc_a_DEPENDENCIES = $(libmisc_a_LIBADD)

EXTRA_DIST = README

ctags:
	ctags *.[chy]