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>
100 lines
2.2 KiB
Makefile
100 lines
2.2 KiB
Makefile
## Process this file with automake to create Makefile.in
|
|
##
|
|
## $Id: Makefile.am 81667 2008-05-09 17:58:12Z jtc $
|
|
##
|
|
## This file was generated by MPC. Any changes made directly to
|
|
## this file will be lost the next time it is generated.
|
|
##
|
|
## MPC Command:
|
|
## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
|
|
|
|
includedir = @includedir@/ace/ETCL
|
|
pkgconfigdir = @libdir@/pkgconfig
|
|
|
|
ACE_BUILDDIR = $(top_builddir)
|
|
ACE_ROOT = $(top_srcdir)
|
|
|
|
## Makefile.ACE_ETCL.am
|
|
|
|
lib_LTLIBRARIES = libACE_ETCL.la
|
|
|
|
libACE_ETCL_la_CPPFLAGS = \
|
|
-I$(ACE_ROOT) \
|
|
-I$(ACE_BUILDDIR) \
|
|
-DACE_ETCL_BUILD_DLL
|
|
|
|
libACE_ETCL_la_SOURCES = \
|
|
ETCL_Constraint.cpp \
|
|
ETCL_Constraint_Visitor.cpp
|
|
|
|
libACE_ETCL_la_LDFLAGS = \
|
|
-release @ACE_VERSION_NAME@
|
|
|
|
libACE_ETCL_la_LIBADD = \
|
|
$(ACE_BUILDDIR)/ace/libACE.la
|
|
|
|
nobase_include_HEADERS = \
|
|
ETCL_Constraint.h \
|
|
ETCL_Constraint.inl \
|
|
ETCL_Constraint_Visitor.h \
|
|
ace_etcl_export.h
|
|
|
|
pkgconfig_DATA = \
|
|
ACE_ETCL.pc
|
|
|
|
CLEANFILES = \
|
|
ACE_ETCL.pc
|
|
|
|
ACE_ETCL.pc: ${top_builddir}/config.status ${srcdir}/ACE_ETCL.pc.in
|
|
${top_builddir}/config.status --file "$@":${srcdir}/ACE_ETCL.pc.in
|
|
|
|
EXTRA_DIST = \
|
|
ACE_ETCL.pc.in
|
|
|
|
|
|
## Makefile.ACE_ETCL_Parser.am
|
|
|
|
lib_LTLIBRARIES += libACE_ETCL_Parser.la
|
|
|
|
libACE_ETCL_Parser_la_CPPFLAGS = \
|
|
-I$(ACE_ROOT) \
|
|
-I$(ACE_BUILDDIR) \
|
|
-DETCL_PARSER_BUILD_DLL
|
|
|
|
libACE_ETCL_Parser_la_SOURCES = \
|
|
ETCL_Interpreter.cpp \
|
|
ETCL_l.cpp \
|
|
ETCL_y.cpp
|
|
|
|
libACE_ETCL_Parser_la_LDFLAGS = \
|
|
-release @ACE_VERSION_NAME@
|
|
|
|
libACE_ETCL_Parser_la_LIBADD = \
|
|
libACE_ETCL.la \
|
|
$(ACE_BUILDDIR)/ace/libACE.la
|
|
|
|
nobase_include_HEADERS += \
|
|
ETCL_Interpreter.h \
|
|
ETCL_y.h \
|
|
etcl_parser_export.h
|
|
|
|
pkgconfig_DATA += \
|
|
ACE_ETCL_Parser.pc
|
|
|
|
CLEANFILES += \
|
|
ACE_ETCL_Parser.pc
|
|
|
|
ACE_ETCL_Parser.pc: ${top_builddir}/config.status ${srcdir}/ACE_ETCL_Parser.pc.in
|
|
${top_builddir}/config.status --file "$@":${srcdir}/ACE_ETCL_Parser.pc.in
|
|
|
|
EXTRA_DIST += \
|
|
ACE_ETCL_Parser.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
|