
.c.p:
   lc -ph -o$*.p $*.c

.c.o:
   lc -H$(PRE) -o$*.o $>

.a.o:
   genim2 -l -d -o$*.o $*.a

#нннннннннннннннннннннннннннннннннннннннннннннннннннннннннннннннннннннн

SCR = tm.c glues.a
OBJ = tm.o glues.o
PRE = tm-pre.p

all : $(PRE) $(OBJ)
   blink from lib:c.o $(OBJ) to tm  LIB lib:lcr.lib \
    SC MAP obj.map hxsflo addsym verbose

