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>
36 lines
830 B
Makefile
36 lines
830 B
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
|
|
|
|
SUBDIRS = \
|
|
ace \
|
|
@ACEXML@ \
|
|
@ASNMP@ \
|
|
apps \
|
|
bin \
|
|
netsvcs
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS += examples
|
|
endif
|
|
|
|
if BUILD_TESTS
|
|
SUBDIRS += performance-tests
|
|
SUBDIRS += tests
|
|
endif
|
|
|
|
SUBDIRS += \
|
|
@protocols@ \
|
|
websvcs \
|
|
@KOKYU@ \
|
|
@TAO@
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = foreign
|