From ad7084d385d8134b3a5b023511cedbf322c52555 Mon Sep 17 00:00:00 2001 From: jtc Date: Sat, 3 May 2008 22:31:51 +0000 Subject: ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin --- TAO/tests/CodeSets/libs/Makefile.am | 3 +- TAO/tests/CodeSets/libs/UTF16_UCS2/Makefile.am | 47 ++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 TAO/tests/CodeSets/libs/UTF16_UCS2/Makefile.am (limited to 'TAO/tests/CodeSets') diff --git a/TAO/tests/CodeSets/libs/Makefile.am b/TAO/tests/CodeSets/libs/Makefile.am index e1a65ab4510..2afaafe47a3 100644 --- a/TAO/tests/CodeSets/libs/Makefile.am +++ b/TAO/tests/CodeSets/libs/Makefile.am @@ -10,5 +10,6 @@ SUBDIRS = \ IBM1047_ISO8859 \ - UCS4_UTF16 + UCS4_UTF16 \ + UTF16_UCS2 diff --git a/TAO/tests/CodeSets/libs/UTF16_UCS2/Makefile.am b/TAO/tests/CodeSets/libs/UTF16_UCS2/Makefile.am new file mode 100644 index 00000000000..5f5c18e5ca4 --- /dev/null +++ b/TAO/tests/CodeSets/libs/UTF16_UCS2/Makefile.am @@ -0,0 +1,47 @@ +## 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: +## ../bin/mwc.pl -type automake -noreldefs TAO.mwc + +ACE_BUILDDIR = $(top_builddir)/.. +ACE_ROOT = $(top_srcdir)/.. +TAO_BUILDDIR = $(top_builddir) +TAO_ROOT = $(top_srcdir) + + +## Makefile.UTF16_UCS2_Translator.am + +if BUILD_EXCEPTIONS + +noinst_LTLIBRARIES = libUTF16_UCS2.la + +libUTF16_UCS2_la_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -DUTF16_UCS2_BUILD_DLL + +libUTF16_UCS2_la_SOURCES = \ + UTF16_UCS2_Factory.cpp \ + UTF16_UCS2_Translator.cpp + +noinst_HEADERS = \ + UTF16_UCS2_Factory.h \ + UTF16_UCS2_Translator.h \ + UTF16_UCS2_export.h + +endif BUILD_EXCEPTIONS + +## 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 -- cgit v1.2.1