Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: contrib: clients/xplaces Summary: the X.V11R3 distribution xplaces' Imakefile is useless Message-ID: <16553@lll-winken.LLNL.GOV> Date: 13 Jan 89 04:22:44 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@lll-crg.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 19 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),)