casey@lll-crg.llnl.gov (Casey Leedom) (01/13/89)
The version of xplaces that was recently posted is much better than the xplaces that came with the X.V11R3 distribution (though still no where good as the SunTools "toolplaces"). I've included an Imakefile for the distribution xplaces for completeness sake. LOCAL_LIBRARIES = $(XLIB) SRCS1 = xplaces.c OBJS1 = xplaces.o SRCS2 = xplaces.c OBJS2 = xplaces.o PROGRAMS = xplaces rcmd ComplexProgramTarget_1(xplaces,$(LOCAL_LIBRARIES),) ComplexProgramTarget_2(rcmd,$(LOCAL_LIBRARIES),)