Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!proto!joe From: joe@proto.COM (Joe Huffman) Newsgroups: comp.os.msdos.programmer Subject: Re: MS make is not really make?? Summary: Zortech make is close to unix make Message-ID: <1450@proto.COM> Date: 21 Sep 90 17:27:43 GMT References: Distribution: comp Organization: Prototronics; Sandpoint, Idaho Lines: 25 In article , melling@cs.psu.edu (Michael D Mellinger) writes: > OBJS = foo.o foo1.o .... > > all: $(OBJS) > $(CC) $(OBJS) > > MS make doesn't seem to understand inference rules very well. I > defined one like this, but it didn't work. Anyway, shouldn't this > already be built in? > > .c.obj: > cl /c $*.c; The first will work with Zortech make. The equivalent for the second would be: .c.obj: ztc -c $*.c --- Zortech mailing list: send email to 'ztc-list-request@uunet.uu.net' with: Add: your-user-name@your-machine-name In the body of the message. --- Send Zortech bug reports to 'zortech-bugs@proto.com' --- Zortech is my major source of income. Statements about them or their competitors cannot be totally without bias. -- joe@proto.com FAX: 208-263-8772