File: Makefile.am

package info (click to toggle)
xcfa 5.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,300 kB
  • sloc: ansic: 47,148; sh: 4,380; makefile: 136; sed: 16
file content (39 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# src/Makefile.am with BaseBuild
#
AUTOMAKE_OPTIONS=gnu

AM_CPPFLAGS = \
   -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
   -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
   -DPIXMAPS_DIR=\""$(datadir)/pixmaps/xcfa_cli"\"

AM_CFLAGS = \
   -DDATA_DIR=\""$(datadir)"\" \
   -DLOCALE_DIR=\""$(datadir)/locale"\" \
   -DPIXMAPS_DIR=\""$(datadir)/pixmaps/xcfa_cli"\"

bin_PROGRAMS=xcfa_cli

xcfa_cli_SOURCES=main.c \
clib.c clib.h \
conv.c conv.h \
cue.c \
file_conv.c \
file_is.c file_is.h \
get_info.c get_info.h \
normalize.c \
prg_init.c prg_init.h \
replaygain.c \
split.c \
tags.c tags_wav.c tags_flac.c tags_aac.c tags_mp3.c tags_ogg.c tags_shn.c \
tags_wma.c tags_rm.c tags_dts.c tags_aiff.c tags_m4a.c tags_mpc.c tags_ape.c tags_wavpack.c tags_ac3.c tags.h \
utils.c \
wav.c \
global.h

datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR="$(localedir)" @DEFS@

xcfa_cli_LDADD=-lm