File: Makefile.am

package info (click to toggle)
cdcd 0.6.6-13.3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,768 kB
  • sloc: ansic: 4,891; sh: 2,142; makefile: 17
file content (17 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
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 = doc

bin_PROGRAMS = cdcd
man_MANS = cdcd.1

cdcd_SOURCES = cdcd.c str.c conf.c global.c interface.c cmdline.c	\
               cmd_cdcd.c cmd_sites.c cmd_access.c cmd_edit.c cdcd.h	\
               cmd_access.h cmd_cdcd.h cmd_edit.h cmd_sites.h		\
               cmdline.h conf.h global.h interface.h mycdaudio.h	\
               rlhist.h str.h getopt.c getopt1.c getopt.h alloca.c

EXTRA_DIST = $(MANS)

cdcd_CFLAGS = $(LIBCDAUDIO_CFLAGS)
cdcd_LDADD = $(LIBCDAUDIO_LIBS)