bin_PROGRAMS = grip
grip_SOURCES = \
- cppmain.cc \
- main.c \
- common.h \
- grip.c \
- grip.h \
- cddev.c \
- cddev.h \
- cdplay.c \
- cdplay.h \
- discedit.c \
- discedit.h \
- rip.c \
- rip.h \
- cdpar.c \
- cdpar.h \
- id3.c \
- grip_id3.h \
- discdb.c \
- discdb.h \
- uihelper.c \
- status_window.c \
- status_window.h \
- xpm.h \
- dialog.c \
- dialog.h \
- gripcfg.c \
- gripcfg.h \
- parsecfg.c \
- parsecfg.h \
- launch.c \
- launch.h \
- gain_analysis.c \
- gain_analysis.h \
- eggtrayicon.c \
- eggtrayicon.h \
- tray.c \
- tray.h \
- gettext.h
+ cppmain.cc \
+ main.c \
+ common.h \
+ grip.c grip.h \
+ cddev.c cddev.h \
+ cdplay.c cdplay.h \
+ discedit.c discedit.h \
+ rip.c rip.h \
+ cdpar.c cdpar.h \
+ id3.c grip_id3.h \
+ discdb.c discdb.h \
+ status_window.c status_window.h \
+ dialog.c dialog.h \
+ gripcfg.c gripcfg.h \
+ parsecfg.c parsecfg.h \
+ launch.c launch.h \
+ gain_analysis.c gain_analysis.h \
+ eggtrayicon.c eggtrayicon.h \
+ tray.c tray.h \
+ uihelper.c \
+ xpm.h \
+ gettext.h
-grip_LDADD = @TERMINAL_WIDGET_LIBS@ $(CDPAR_LIBS) $(ID3_LIBS)
+grip_LDADD = \
+ @TERMINAL_WIDGET_LIBS@ \
+ $(CDPAR_LIBS) \
+ $(ID3_LIBS)
CLEANFILES = *~