blob: 70065de44817ab263fb5089b87876943bf37aa27 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
## Process this file with automake to create Makefile.in
##
## $Id$
##
## This file was generated by MPC. Any changes made directly to
## this file will be lost the next time it is generated.
##
## MPC Command:
## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
includedir = @includedir@/ace/QoS
pkgconfigdir = @libdir@/pkgconfig
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
## Makefile.QoS.am
if BUILD_QOS
lib_LTLIBRARIES = libACE_QoS.la
libACE_QoS_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-DACE_QoS_BUILD_DLL
libACE_QoS_la_SOURCES = \
QoS_Decorator.cpp \
QoS_Manager.cpp \
QoS_Session_Factory.cpp \
QoS_Session_Impl.cpp \
SOCK_Dgram_Mcast_QoS.cpp
libACE_QoS_la_LDFLAGS = \
-release @ACE_VERSION_NAME@
libACE_QoS_la_LIBADD = \
$(ACE_BUILDDIR)/ace/libACE.la
nobase_include_HEADERS = \
ACE_QoS_Export.h \
QoS_Decorator.h \
QoS_Manager.h \
QoS_Session.h \
QoS_Session_Factory.h \
QoS_Session_Impl.h \
QoS_Session_Impl.i \
SOCK_Dgram_Mcast_QoS.h \
SOCK_Dgram_Mcast_QoS.i
pkgconfig_DATA = \
ACE_QoS.pc
CLEANFILES = \
ACE_QoS.pc
ACE_QoS.pc: ${top_builddir}/config.status ${srcdir}/ACE_QoS.pc.in
${top_builddir}/config.status --file "$@":${srcdir}/ACE_QoS.pc.in
endif BUILD_QOS
EXTRA_DIST = \
ACE_QoS.pc.in
## Clean up template repositories, etc.
clean-local:
-rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
-rm -f gcctemp.c gcctemp so_locations *.ics
-rm -rf cxx_repository ptrepository ti_files
-rm -rf templateregistry ir.out
-rm -rf ptrepository SunWS_cache Templates.DB
|