cleanup useless data
[melted_gui] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = \
4         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6         @GTHREAD_CFLAGS@ @GTK_CFLAGS@ @MELTED_CFLAGS@ @CURL_CFLAGS@
7
8 bin_PROGRAMS = melted_gui
9
10 MVCP_FILES = \
11         mvcp.c mvcp_tokeniser.c mvcp_parser.c mvcp_response.c mvcp_util.c mvcp_notifier.c \
12         mvcp_socket.c mvcp_remote.c mvcp_status.c
13
14 CLEANFILES = $(MVCP_FILES)
15
16 melted_gui_SOURCES = \
17         $(MVCP_FILES) \
18         timecode.c timecode.h \
19         support.c support.h \
20         main.c \
21         instance.c instance.h \
22         ui.c ui.h ui_utils.h \
23         ui_buttons.c ui_buttons.h \
24         player.c player.h \
25         playlist.c playlist.h \
26         library.c library.h \
27         control.c control.h \
28         opts.c opts.h
29
30 $(MVCP_FILES):
31         ln -s $(MELTED_PATH)/src/mvcp/$@ $@
32
33 melted_gui_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @CURL_LIBS@ -lpthread