Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!mintaka!ogicse!pdxgate!eecs!bairds From: bairds@eecs.cs.pdx.edu (Shawn L. Baird) Newsgroups: comp.sys.amiga.programmer Subject: Make Message-ID: <1623@pdxgate.UUCP> Date: 15 Feb 91 10:14:09 GMT Sender: news@pdxgate.UUCP Lines: 29 Picked up the Make program from volume90 of comp.binaries.amiga and was wondering if anyone else has had the following problems and/or solutions for it. When running make, I get: make: Don't know how to make include.o Now, the documentation says that the defaults come from s:builtins.make, which contains the following: CC = cc CFLAGS = AS = as AFLAGS = .c.o: $(CC) $(CFLAGS) $< .s.o: $(AS) $(AFLAGS) -o $@ $< This is all under Manx Aztec C, and I'm trying to test a Makefile produced by Imake. The Makefile seems comparable to the one generated by Unix. I can't think of any reason why it won't call the .c.o rule to produce the object modules. I tried putting the .c.o rules directly in the Makefile, but it made no difference. | Shawn L. Baird | Or via US Snail: | | bairds@eecs.ee.pdx.edu | 17650 SE Cason Rd. | | ...uunet!tektronix!psueea!eecs!bairds | Gladstone, OR 97027 |