2002-01-04 11:17:37 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstarts.la
|
|
|
|
|
2001-12-23 16:28:00 +00:00
|
|
|
SUFFIXES = .idl
|
2004-05-21 11:34:44 +00:00
|
|
|
# on FC2, artsc-config --cflags has -pthread, which mcopidl doesn't like
|
|
|
|
# If someone has time and energy, please check if -pthread should be allowed
|
|
|
|
# in compile flags at all.
|
2001-12-23 16:28:00 +00:00
|
|
|
.idl.cc:
|
2004-05-21 11:34:44 +00:00
|
|
|
mcopidl -t `echo $(ARTS_CXXFLAGS) | sed 's/-pthread//g'` $<
|
2001-12-23 16:28:00 +00:00
|
|
|
|
|
|
|
# mcopidl Extension Expansion Technology clean up
|
|
|
|
CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
|
2002-01-04 11:13:20 +00:00
|
|
|
|
2003-04-09 22:20:11 +00:00
|
|
|
EXTRA_DIST = gst_artsio.idl
|
2003-04-08 22:53:24 +00:00
|
|
|
BUILT_SOURCES = gst_artsio.cc
|
|
|
|
|
|
|
|
libgstarts_la_SOURCES = gst_arts.c gst_artsio_impl.cc
|
|
|
|
nodist_libgstarts_la_SOURCES = gst_artsio.cc
|
2001-12-24 22:36:46 +00:00
|
|
|
libgstarts_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
|
2002-03-21 08:40:48 +00:00
|
|
|
libgstarts_la_LIBADD = $(ARTS_LIBS) -lartsflow -lartsflow_idl
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstarts_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-01-04 11:13:20 +00:00
|
|
|
|
2002-01-04 11:17:37 +00:00
|
|
|
noinst_HEADERS = gst_arts.h gst_artsio_impl.h
|
|
|
|
|
2002-01-04 11:13:20 +00:00
|
|
|
dist-hook:
|
|
|
|
rm -f $(distdir)/gst_artsio.cc
|