File: Makefile.am

package info (click to toggle)
gjay 0.3.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,392 kB
  • ctags: 750
  • sloc: ansic: 7,123; sh: 4,351; makefile: 42; sed: 16
file content (22 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

SUBDIRS = po doc icons

bin_PROGRAMS = gjay

LDADD = @GTK_LIBS@ @DBUS_GLIB_LIBS@ @GSL_LIBS@
AM_CFLAGS = -Wall @GTK_CFLAGS@ @DBUS_GLIB_CFLAGS@ @GSL_CFLAGS@

gjay_SOURCES = gjay.h songs.h prefs.h ui.h rgbhsv.h analysis.h playlist.h \
							 ipc.h constants.h vorbis.h mp3.h flac.h i18n.h \
							 dbus.h util.h gjay_audacious.h \
							 gjay.c dbus.c ipc.c prefs.c songs.c rgbhsv.c ui.c \
							 ui_explore_view.c ui_prefs_view.c ui_selection_view.c \
							 ui_playlist_view.c ui_colorwheel.c \
							 ui_menubar.c analysis.c playlist.c gjay_audacious.c \
							 vorbis.c mp3.c flac.c util.c

#ddui_colorbox.c 

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = config.rpath m4/ChangeLog