File: Makefile.am

package info (click to toggle)
id3tool 1.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 228 kB
  • ctags: 84
  • sloc: ansic: 909; sh: 331; makefile: 61
file content (25 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = id3tool

id3tool_SOURCES = \
	id3tool.c \
	id3.c \
	id3.h \
	bsd_getopt.c \
	bsd_getopt.h

EXTRA_DIST = \
	README \
	INSTALL \
	CHANGELOG \
	COPYING \
	id3tool.1 \
	README.Win32 \
	update-conf \
	config.h.win32 \
	id3tool.mak

man_MANS = id3tool.1

CLEANFILES = *~