2000-01-30 09:03:00 +00:00
|
|
|
# cheap trick to build . first...
|
2000-11-04 18:54:07 +00:00
|
|
|
SUBDIRS = . types meta elements
|
2000-01-30 09:03:00 +00:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libgst.la
|
|
|
|
|
|
|
|
GSTOBJECT_SRCS = \
|
|
|
|
gstobject.c
|
|
|
|
GSTOBJECT_INCLUDES = \
|
|
|
|
gstobject.h
|
|
|
|
|
2000-09-15 22:44:10 +00:00
|
|
|
if HAVE_CPU_I386
|
|
|
|
GSTARCH_SRCS = gstcpuid_i386.s
|
|
|
|
else
|
|
|
|
GSTARCH_SRCS =
|
|
|
|
endif
|
2000-09-21 01:34:34 +00:00
|
|
|
|
|
|
|
EXTRA_libgst_la_SOURCES = \
|
|
|
|
gstcpuid_i386.s
|
2000-09-15 22:44:10 +00:00
|
|
|
|
2000-01-30 09:03:00 +00:00
|
|
|
libgst_la_SOURCES = \
|
|
|
|
gst.c \
|
2000-12-29 10:02:17 +00:00
|
|
|
gstinfo.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
$(GSTOBJECT_SRCS) \
|
|
|
|
gstpad.c \
|
2000-12-19 13:41:55 +00:00
|
|
|
gstautoplug.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstbuffer.c \
|
2000-08-14 10:55:35 +00:00
|
|
|
gstbufferpool.c \
|
2000-04-09 21:36:56 +00:00
|
|
|
gstclock.c \
|
2000-09-12 18:13:48 +00:00
|
|
|
gstcpu.c \
|
2000-09-15 23:04:31 +00:00
|
|
|
$(GSTARCH_SRCS) \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstelement.c \
|
|
|
|
gstelementfactory.c \
|
2000-10-11 19:30:07 +00:00
|
|
|
gstextratypes.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstbin.c \
|
|
|
|
gstpipeline.c \
|
|
|
|
gstthread.c \
|
|
|
|
gsttype.c \
|
2000-12-03 17:51:29 +00:00
|
|
|
gstcaps.c \
|
2000-12-07 18:37:56 +00:00
|
|
|
gstprops.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstplugin.c \
|
|
|
|
gstutils.c \
|
|
|
|
gsttrace.c \
|
|
|
|
gstmeta.c \
|
|
|
|
gsttee.c \
|
|
|
|
gstxml.c \
|
2000-12-26 23:51:04 +00:00
|
|
|
cothreads.c \
|
|
|
|
gstscheduler.c
|
2000-01-30 09:03:00 +00:00
|
|
|
|
|
|
|
libgstincludedir = $(includedir)/gst
|
|
|
|
libgstinclude_HEADERS = \
|
|
|
|
gst.h \
|
2000-12-29 10:02:17 +00:00
|
|
|
gstinfo.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstlog.h \
|
|
|
|
$(GSTOBJECT_INCLUDES) \
|
|
|
|
gstpad.h \
|
2000-12-19 13:41:55 +00:00
|
|
|
gstautoplug.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstbuffer.h \
|
2000-08-14 10:55:35 +00:00
|
|
|
gstbufferpool.h \
|
2000-04-09 21:36:56 +00:00
|
|
|
gstclock.h \
|
2000-09-12 18:13:48 +00:00
|
|
|
gstcpu.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstelement.h \
|
2000-10-11 19:30:07 +00:00
|
|
|
gstextratypes.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstbin.h \
|
|
|
|
gstpipeline.h \
|
|
|
|
gstthread.h \
|
|
|
|
gsttype.h \
|
2000-12-03 17:51:29 +00:00
|
|
|
gstcaps.h \
|
2000-12-07 18:37:56 +00:00
|
|
|
gstprops.h \
|
2000-12-31 15:53:07 +00:00
|
|
|
gstpropsprivate.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstplugin.h \
|
|
|
|
gstutils.h \
|
|
|
|
gsttrace.h \
|
|
|
|
gstmeta.h \
|
|
|
|
gsttee.h \
|
|
|
|
gstxml.h \
|
2000-12-26 23:51:04 +00:00
|
|
|
cothreads.h \
|
|
|
|
gstscheduler.h
|
2000-01-30 09:03:00 +00:00
|
|
|
|
2000-12-28 22:12:02 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gst_private.h \
|
|
|
|
gstarch.h \
|
|
|
|
gsti386.h \
|
|
|
|
gstppc.h
|
2000-09-17 22:08:09 +00:00
|
|
|
|
2001-01-01 03:43:27 +00:00
|
|
|
CFLAGS += -g -Wall
|
2000-12-29 19:45:45 +00:00
|
|
|
|
2000-01-30 09:03:00 +00:00
|
|
|
libgst_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(XML_LIBS)
|
|
|
|
libgst_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)
|
|
|
|
|
|
|
|
EXTRA_DIST = ROADMAP
|