File: Makefile.am

package info (click to toggle)
id3tool 1.2a-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: ansic: 2,372; sh: 666; perl: 235; makefile: 65
file content (23 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 = *~