Blob Blame History Raw
XCOMM $XConsortium: Imakefile /main/4 1995/07/14 17:36:10 drk $
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	The following lines specify the location of the Exm library and
XCOMM	includes.  If Exm library and includes aren't installed in the
XCOMM	Motif tree you need to update these lines.
EXMINCLUDESRC   = $(MTOP)/X11
EXMLIB          = $(MTOP)/demos/lib/Exm/libExm.a

INCLUDES 	= -I. -I$(TESTCOMSRC) -I$(EXMINCLUDESRC)
DEFINES         = TestDefines
DEPLIBS         = $(EXMLIB) TestClientDepLibs
LOCAL_LIBRARIES = $(EXMLIB) TestClientLibs 

NormalLibraryObjectRule()

DEPS	= Targets.o

MSimpleProgramTarget(XmeConfigureObject)
TestPPTarget(XmeConfigureObject)
MSimpleProgramTarget(XmeCursor)
TestPPTarget(XmeCursor)
MSimpleProgramTarget(XmeDrawing1)
TestPPTarget(XmeDrawing1)
MSimpleProgramTarget(XmeFocusChangeCallback)
TestPPTarget(XmeFocusChangeCallback)
MSimpleProgramTarget(XmeGetPixmapData)
TestPPTarget(XmeGetPixmapData)
MSimpleProgramTarget(XmeGetTextualDragIcon)
TestPPTarget(XmeGetTextualDragIcon)
MSimpleProgramTarget(XmeFocusIsInShell)
TestPPTarget(XmeFocusIsInShell)
MSimpleProgramTarget(XmeCreateClassDialog)
TestPPTarget(XmeCreateClassDialog)
MSimpleProgramTarget(XmeGetDefaultPixel)
TestPPTarget(XmeGetDefaultPixel)
MSimpleProgramTarget(XmeNavigate)
TestPPTarget(XmeNavigate)
MSimpleProgramTarget(XmeQueryGeo)
TestPPTarget(XmeQueryGeo)
MSimpleProgramTarget(XmeRedisplayGadgets)
TestPPTarget(XmeRedisplayGadgets)
MSimpleProgramTarget(XmeReplyToQueryGeometry)
TestPPTarget(XmeReplyToQueryGeometry)
MSimpleProgramTarget(XmeResolvePO)
TestPPTarget(XmeResolvePO)
MSimpleProgramTarget(XmeString)
TestPPTarget(XmeString)
MSimpleProgramTarget(XmeTargets)
TestPPTarget(XmeTargets)
MSimpleProgramTarget(XmeTransfer)
TestPPTarget(XmeTransfer)
MSimpleProgramTarget(XmeUserMessages)
TestPPTarget(XmeUserMessages)


SRCS=  \
	XmeConfigureObject.c \
	XmeCreateClassDialog.c \
	XmeCursor.c \
	XmeDrawing1.c \
	XmeFocusChangeCallback.c \
	XmeFocusIsInShell.c \
	XmeGetDefaultPixel.c \
	XmeGetPixmapData.c \
	XmeGetTextualDragIcon.c \
	XmeNavigate.c \
	XmeQueryGeo.c \
	XmeRedisplayGadgets.c \
	XmeReplyToQueryGeometry.c \
	XmeResolvePO.c \
	XmeString.c \
	XmeTransfer.c \
	XmeTargets.c \
	XmeUserMessages.c

OBJS=  \
	XmeConfigureObject.o \
	XmeCreateClassDialog.o \
	XmeCursor.o \
	XmeDrawing1.o \
	XmeFocusChangeCallback.o \
	XmeFocusIsInShell.o \
	XmeGetDefaultPixel.o \
	XmeGetPixmapData.o \
	XmeGetTextualDragIcon.o \
	XmeNavigate.o \
	XmeQueryGeo.o \
	XmeRedisplayGadgets.o \
	XmeReplyToQueryGeometry.o \
	XmeResolvePO.o \
	XmeString.o \
	XmeTargets.o \
	XmeTransfer.o \
	XmeUserMessages.o

DependTarget ()