head	1.7;
access;
symbols
	CVS-CONVERSION:1.5;
locks; strict;
comment	@# @;


1.7
date	96.09.17.00.15.24;	author warlord;	state Exp;
branches;
next	1.6;

1.6
date	96.08.11.00.53.01;	author warlord;	state Exp;
branches;
next	1.5;

1.5
date	95.12.27.04.40.04;	author ghudson;	state Exp;
branches;
next	1.4;

1.4
date	95.12.24.20.36.22;	author ghudson;	state Exp;
branches;
next	1.3;

1.3
date	95.12.24.20.33.17;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	95.12.24.20.28.42;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	95.12.24.20.14.50;	author ghudson;	state Exp;
branches;
next	;


desc
@@


1.7
log
@My last change to get Mwm.ad installed in the right place caused mwm
to look in the wrong place.  This change should get Mwm.ad installed
in /usr/athena/lib/X11/app-defaults, and cause mwm to look in that
directory too (instead of /usr/athena/lib/X11/app-defaults/app-defaults)
@
text
@XCOMM 
XCOMM (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
XCOMM ALL RIGHTS RESERVED 
XCOMM 
XCOMM 
XCOMM Motif Release 1.2.1
XCOMM 
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.6 $ $Date: 1996/08/11 00:53:01 $

DEFINES = AutoDefines MwmDefines
INCLUDES = -I. -I$(INCLUDESRC) -I$(MINCLUDESRC) AutoIncludes
DEPLIBS1 = XmClientDepLibs
LOCAL_LIBRARIES = $(AUTOUTILLIB) XmClientLibs 

OBJS1=	WmCDecor.o\
	WmColormap.o\
	WmCDInfo.o\
	WmCEvent.o\
	WmCPlace.o\
	WmError.o\
	WmEvent.o\
	WmFeedback.o\
	WmFunction.o\
	WmGraphics.o\
	WmIconBox.o\
	WmIDecor.o\
	WmImage.o\
	WmInitWs.o\
	WmIPlace.o\
	WmKeyFocus.o\
	WmMain.o\
	WmManage.o\
	WmMenu.o\
	WmProperty.o\
	WmProtocol.o\
	WmResCvt.o\
	WmResource.o\
	WmResParse.o\
	WmSignal.o\
	WmWinConf.o\
	WmWinInfo.o\
	WmWinList.o\
	WmWinState.o\
	version.o


SRCS1=	WmCDecor.c\
	WmColormap.c\
	WmCDInfo.c\
	WmCEvent.c\
	WmCPlace.c\
	WmError.c\
	WmEvent.c\
	WmFeedback.c\
	WmFunction.c\
	WmGraphics.c\
	WmIconBox.c\
	WmIDecor.c\
	WmImage.c\
	WmInitWs.c\
	WmIPlace.c\
	WmKeyFocus.c\
	WmMain.c\
	WmManage.c\
	WmMenu.c\
	WmProperty.c\
	WmProtocol.c\
	WmResCvt.c\
	WmResource.c\
	WmResParse.c\
	WmSignal.c\
	WmWinConf.c\
	WmWinInfo.c\
	WmWinList.c\
	WmWinState.c\
	version.c


PROGRAMS=mwm

NormalLibraryObjectRule()

MComplexProgramTarget_1(mwm,$(LOCAL_LIBRARIES),NullParameter)
SpecialObjectRule(WmResParse.o,$(ICONFIGFILES),-DLIBDIR=\"$(LIBDIR)\")
SpecialObjectRule(WmResource.o,$(ICONFIGFILES),-DBITMAPDIR=\"$(INCDIR)/bitmaps/\")

InstallNonExecFile(system.mwmrc,$(LIBDIR))
InstallAppDefaults(Mwm)

#ifdef UseVista
VistaMapRule(mwm.M,$(PROGRAMS))
#endif

# Athena hacks.
LIBDIR = /usr/athena/lib/X11
XAPPLOADDIR = $(LIBDIR)/app-defaults
SpecialObjectRule(WmMain.o,$(ICONFIGFILES),-DXAPPLOADDIR=\"$(LIBDIR)\")

@


1.6
log
@Changed XAPPLOADDIR to be /usr/athena/lib/X11/app-defaults so that the
Mwm app-defaults get installed in the proper directory.  I don't know
how this worked before.
@
text
@d8 1
a8 1
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.5 $ $Date: 1995/12/27 04:40:04 $
d96 2
a97 2
XAPPLOADDIR = /usr/athena/lib/X11/app-defaults
SpecialObjectRule(WmMain.o,$(ICONFIGFILES),-DXAPPLOADDIR=\"$(XAPPLOADDIR)\")
@


1.5
log
@XAPPLOADDIR shouldn't have app-defaults in it.
@
text
@d8 1
a8 1
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.4 $ $Date: 1995/12/24 20:36:22 $
d96 1
a96 1
XAPPLOADDIR = /usr/athena/lib/X11
@


1.4
log
@INCDIR was a mistake; we don't have any special bitmaps.
@
text
@d8 1
a8 1
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.3 $ $Date: 1995/12/24 20:33:17 $
d96 1
a96 1
XAPPLOADDIR = /usr/athena/lib/X11/app-defaults
@


1.3
log
@Also set INCDIR and LIBDIR to get bitmaps and system.mwmrc from
/usr/athena.
@
text
@d8 1
a8 1
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.2 $ $Date: 1995/12/24 20:28:42 $
a94 1
INCDIR = /usr/athena/include/X11
@


1.2
log
@Set X resources directory to /usr/athena/lib/X11/app-defaults, to
correspond with installation location.
@
text
@d8 1
a8 1
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.1 $ $Date: 1995/12/24 20:14:50 $
d94 3
a96 1
# Athena hack.
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.8.5.3 $ $Date: 92/07/10 21:05:22 $
d93 5
@
