mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
(based on cipherCOM's repo commit d3d8934) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
74 lines
1.7 KiB
Makefile
74 lines
1.7 KiB
Makefile
## Process this file with automake to create Makefile.in
|
|
##
|
|
## $Id: Makefile.am 80826 2008-03-04 14:51:23Z wotte $
|
|
##
|
|
## 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.inl \
|
|
SOCK_Dgram_Mcast_QoS.h \
|
|
SOCK_Dgram_Mcast_QoS.inl
|
|
|
|
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
|