summaryrefslogtreecommitdiffstats
path: root/mcop/Makefile.am
blob: 72fc23b9844f2220fef7241bb759bd21015b86d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

AM_CPPFLAGS = -DEXTENSION_DIR='"$(libdir)"' -DTRADER_DIR='"$(libdir)/mcop"'
##
lib_LTLIBRARIES = libmcop.la
#
# Programs to compile, Manpages to install and Versions
#
INCLUDES = -I$(top_srcdir)/libltdl $(all_includes)
libmcop_la_SOURCES = buffer.cc connection.cc core.cc debug.cc dispatcher.cc \
     iomanager.cc object.cc socketconnection.cc tcpconnection.cc \
	 unixconnection.cc tcpserver.cc unixserver.cc objectmanager.cc \
	 factory.cc idlfilereg.cc ifacerepo_impl.cc mcoputils.cc \
	 startupmanager.cc md5.c md5auth.cc referenceclean.cc datapacket.cc \
	 asyncstream.cc notification.cc flowsystem.cc extensionloader.cc \
	 tmpglobalcomm.cc mcopconfig.cc connect.cc reference.cc type.cc \
	 trader_impl.cc dynamicrequest.cc anyref.cc loopback.cc \
	 delayedreturn.cc thread.cc dynamicskeleton.cc

libmcop_la_LIBADD = $(LIBSOCKET) $(GLIB_LIBADD) $(top_builddir)/libltdl/libltdlc.la
libmcop_la_LDFLAGS = -no-undefined -version-info 1:0 $(GLIB_LDFLAGS) $(all_libraries)

artsincludedir = $(includedir)/arts
artsinclude_HEADERS = arts_export.h buffer.h common.h connection.h core.h dispatcher.h \
  factory.h flowsystem.h idlfilereg.h ifacerepo_impl.h iomanager.h \
  mcoputils.h  object.h objectmanager.h pool.h socketconnection.h \
  startupmanager.h tcpconnection.h tcpserver.h type.h unixconnection.h \
  unixserver.h  referenceclean.h datapacket.h asyncstream.h notification.h \
  extensionloader.h mcopconfig.h connect.h reference.h weakreference.h \
  dynamicrequest.h anyref.h debug.h delayedreturn.h dynamicskeleton.h thread.h \
  core.idl

core: $(srcdir)/core.idl $(MCOPIDL)
	$(MCOPIDL) -e Arts::Object -I$(srcdir) $(srcdir)/core.idl