File: Makefile.am

package info (click to toggle)
id3tool 1.2a-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 480 kB
  • ctags: 133
  • sloc: ansic: 1,720; sh: 666; makefile: 57
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 = *~