XCOMM IBM_PROLOG_BEGIN_TAG XCOMM This is an automatically generated prolog. XCOMM XCOMM gos720 src/gos/2d/XTOP/programs/xsm/Imakefile 1.2 XCOMM XCOMM Licensed Materials - Property of IBM XCOMM XCOMM COPYRIGHT International Business Machines Corp. 1996,2000 XCOMM All Rights Reserved XCOMM XCOMM US Government Users Restricted Rights - Use, duplication or XCOMM disclosure restricted by GSA ADP Schedule Contract with IBM Corp. XCOMM XCOMM IBM_PROLOG_END_TAG XCOMM SCCSID_BEGIN_TAG XCOMM @(#)29 1.2 src/gos/2d/XTOP/programs/xsm/Imakefile, xsample, gos720 8/29/00 10:34:30 XCOMM SCCSID_END_TAG XCOMM $XConsortium: Imakefile /main/18 1996/01/31 23:50:38 gildea $ #if !defined(RshCmd) #if SystemV #ifdef HPArchitecture #define RshCmd remsh #else #define RshCmd rcmd #endif #else #define RshCmd rsh #endif #endif RSHCMD = RshCmd DEPLIBS = LOCAL_LIBRARIES = XawClientLibs XkbClientLibs DEFINES = XkbClientDefines SRCS1 = auth.c choose.c info.c list.c lock.c log.c \ mainwin.c misc.c popup.c printhex.c prop.c remote.c \ restart.c save.c saveutil.c signals.c xsm.c xtwatch.c OBJS1 = auth.o choose.o info.o list.o lock.o log.o \ mainwin.o misc.o popup.o printhex.o prop.o remote.o \ restart.o save.o saveutil.o signals.o xsm.o xtwatch.o PROGS1 = xsm PROGRAMS = $(PROGS1) ComplexProgramTarget_1(xsm,$(LOCAL_LIBRARIES),NullParameter) SpecialCObjectRule(remote,NullParameter,'-DRSHCMD="$(RSHCMD)"') #if !HasPutenv SpecialCObjectRule(misc,NullParameter,-DNOPUTENV) #endif SpecialCObjectRule(restart,$(_NOOP_),'-DSYSTEM_INIT_FILE="'$(XSMDIR)'/system.xsm"') SpecialCObjectRule(signals,NullParameter,$(SIGNAL_DEFINES)) InstallNonExecFile(system.xsm,$(XSMDIR)) InstallAppDefaults(XSm)