2000-06-25 21:38:00 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2001-01-14 21:55:41 +00:00
|
|
|
# FIXME FIXME
|
2000-06-25 21:38:00 +00:00
|
|
|
|
2001-12-06 12:56:10 +00:00
|
|
|
LIBADD += $(GNOME_LIBS) $(GST_LIBS)
|
|
|
|
CFLAGS += $(GNOME_CFLAGS) $(LIBGLADE_GNOME_CFLAGS) $(GST_CFLAGS) -DDATADIR=\""$(gladedir)/"\"
|
2000-06-25 21:38:00 +00:00
|
|
|
|
2000-11-11 15:13:50 +00:00
|
|
|
bin_PROGRAMS = gstmediaplay
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libgstmediaplay.la
|
2000-06-25 21:38:00 +00:00
|
|
|
|
2001-03-16 01:06:50 +00:00
|
|
|
man_MANS = gstmediaplay.1
|
|
|
|
|
2000-10-30 21:02:08 +00:00
|
|
|
gladedir = $(datadir)/gstmediaplay
|
|
|
|
glade_DATA = gstmediaplay.glade play.xpm stop.xpm pause.xpm
|
2000-08-18 20:35:48 +00:00
|
|
|
|
2001-03-16 01:06:50 +00:00
|
|
|
EXTRA_DIST = $(glade_DATA) $(man_MANS)
|
2001-01-01 08:43:22 +00:00
|
|
|
|
2000-11-11 15:13:50 +00:00
|
|
|
libgstmediaplay_la_SOURCES = \
|
|
|
|
gstplay.c \
|
2001-01-01 07:47:14 +00:00
|
|
|
gstmediaplay.c \
|
|
|
|
gststatusarea.c \
|
2001-06-13 01:18:12 +00:00
|
|
|
callbacks.c
|
2000-10-30 21:02:08 +00:00
|
|
|
|
2000-11-11 15:13:50 +00:00
|
|
|
gstmediaplay_SOURCES = \
|
|
|
|
main.c
|
|
|
|
|
2001-04-14 18:56:37 +00:00
|
|
|
libgstmediaplayincludedir = $(includedir)/gstplay
|
|
|
|
libgstmediaplayinclude_HEADERS = \
|
|
|
|
gstplay.h
|
|
|
|
|
2001-01-01 07:47:14 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstmediaplay.h \
|
|
|
|
gststatusarea.h \
|
|
|
|
callbacks.h \
|
2001-06-13 01:18:12 +00:00
|
|
|
gstplayprivate.h
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2001-03-01 23:25:23 +00:00
|
|
|
libgstmediaplay_la_LDFLAGS = -rdynamic
|
2001-12-06 12:56:10 +00:00
|
|
|
|
|
|
|
gstmediaplay_CFLAGS = $(LIBGLADE_GNOME_CFLAGS)
|
2001-01-14 22:28:45 +00:00
|
|
|
gstmediaplay_LDADD = $(GST_LIBS) $(LIBGLADE_GNOME_LIBS) libgstmediaplay.la
|