*** Imakefile.orig Mon Oct 19 11:06:07 1992 --- Imakefile Mon Jan 2 15:46:19 1995 *************** *** 17,22 **** --- 17,25 ---- draw.o LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) + SCOREFLAGS = -g games -m 664 + INSTPGMFLAGS = -s -g games -m 2755 + MANSUFFIX = 6 ComplexProgramTarget(xtetris) *************** *** 43,48 **** "-DCOLOR". */ Xtetris.ad: Xtetris.ad.all ! xrdb -n Xtetris.ad.all -UCOLOR > Xtetris.ad clean:: $(RM) Xtetris.c.ad Xtetris.bw.ad Xtetris.ad --- 46,51 ---- "-DCOLOR". */ Xtetris.ad: Xtetris.ad.all ! xrdb -n Xtetris.ad.all -DCOLOR > Xtetris.ad clean:: $(RM) Xtetris.c.ad Xtetris.bw.ad Xtetris.ad