File: Makefile.am

package info (click to toggle)
cdcd 0.6.6-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,156 kB
  • ctags: 444
  • sloc: ansic: 4,911; sh: 3,507; makefile: 70
file content (19 lines) | stat: -rw-r--r-- 607 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
# Process this file with automake to produce Makefile.in

SUBDIRS = doc

AUTOMAKE_OPTIONS = ansi2knr

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 = @maybe_glib_cflags@ $(LIBCDAUDIO_CFLAGS)
cdcd_LDADD = @maybe_glib_libs@ $(LIBCDAUDIO_LIBS)