/**/# (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC. 
/**/# ALL RIGHTS RESERVED 
/**/# 
/**/# Motif Release 1.2.2

/**/# This set-up assumes that this source is in the Motif source
/**/# tree. If not, adjust INCLUDES and LOCAL_LIBRARIES to point to the location
/**/# of installed files on your system. You may be able to invoke imake with
/**/# -DUseInstalled and have this done automatically.

INCLUDES = -I. -I$(UILSRC) -I$(MTOOLKITSRC) -I$(LIBSRC) -I$(MINCLUDESRC)
DEPLIBS = MrmClientDepLibs
LOCAL_LIBRARIES = MrmClientLibs

SRCS = client_cb.c dialog.c menu_cb.c trip_cb.c xmtravel.c
OBJS = client_cb.o dialog.o menu_cb.o trip_cb.o xmtravel.o

NormalLibraryObjectRule()

MComplexProgramTarget(xmtravel,$(LOCAL_LIBRARIES),$(SYSLIBS))

MSimpleUidTarget(client)
MSimpleUidTarget(menu)
MSimpleUidTarget(trip)

InstallAppDefaults(XMtravel)
