XCOMM 
XCOMM Motif
XCOMM
XCOMM Copyright (c) 1987-2012, The Open Group. All rights reserved.
XCOMM
XCOMM These libraries and programs are free software; you can
XCOMM redistribute them and/or modify them under the terms of the GNU
XCOMM Lesser General Public License as published by the Free Software
XCOMM Foundation; either version 2 of the License, or (at your option)
XCOMM any later version.
XCOMM
XCOMM These libraries and programs are distributed in the hope that
XCOMM they will be useful, but WITHOUT ANY WARRANTY; without even the
XCOMM implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
XCOMM PURPOSE. See the GNU Lesser General Public License for more
XCOMM details.
XCOMM
XCOMM You should have received a copy of the GNU Lesser General Public
XCOMM License along with these librararies and programs; if not, write
XCOMM to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
XCOMM Floor, Boston, MA 02110-1301 USA
XCOMM 
XCOMM 
XCOMM HISTORY
XCOMM 
XCOMM   $XConsortium: Imakefile /main/12 1996/06/24 15:41:22 eheller $

#define DoNormalLib NormalLibMCommon
#define DoSharedLib SharedLibMCommon
#define DoDebugLib DebugLibMCommon
#define DoProfileLib ProfileLibMCommon

INSTALLFLAGS = $(INSTINCFLAGS)
    DEFINES  = TestDefines -DREGRESSION
    INCLUDES = -I. -I$(TESTCOMSRC)  \
	       -I../../../../lib/

SRCS =\
	Callbacks.c \
	Color.c \
	CommandLine.c \
	Conversion.c \
	DumpHier.c \
	Font.c \
	Pause.c \
	TestMalloc.c \
	ExtraArgs.c \
	TestInit.c \
	TestMemory.c \
	TestPerf.c \
	TestUilInit.c

OBJS =\
	Callbacks.o \
	Color.o \
	CommandLine.o \
	Conversion.o \
	DumpHier.o \
	Font.o \
	Pause.o \
	TestMalloc.o \
	ExtraArgs.o \
	TestInit.o \
	TestMemory.o \
	TestPerf.o

UIL_OBJS = TestUilInit.o

#if SharedDataSeparation
UNSHAREDOBJS = TestInit.o
#endif

#define LibName		MCommon
#define SoRev		SOMCOMMONREV
#define HasSharedData	YES
#define LibHeaders	NO
#include <Library.tmpl>

XCOMM A special library is made for TestUilInit, 
XCOMM to prevent including Mrm references in libCommon.*
NormalLibraryTarget(MCommonUil,$(UIL_OBJS))

DependTarget()
