home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de!sbusol.rz.uni-sb.de!coli.uni-sb.de!uhf!ber_no!keihh!kt
- From: kt@keihh.hanse.de (Kei Thomsen)
- Newsgroups: comp.os.os9
- Subject: Re: GCC Makefile
- Message-ID: <353@keihh.hanse.de>
- Date: 23 Jan 1993 18:10:50 GMT
- References: <C17nC2.1Kt@watserv1.uwaterloo.ca>
- Lines: 37
-
- In article <C17nC2.1Kt@watserv1.uwaterloo.ca> bcwhite@babbage.uwaterloo.ca (Brian C. White) writes:
-
- >Some people have been saying that they can't get GCC or GPP to work with
- >the standard Microware 'make' utility. I've included my makefile template
- >below.
-
- Here is my .suffixes file for use with gcc:
-
- CC = gcc
- CFLAGS = -O -m68020 -m68881
- RDIR = .
-
- all: ...
-
- # last lines of the Makefile
-
- .SUFFIXES:
- .SUFFIXES: .r .c
- .c.r:
- $(CC) $(CFLAGS) -c $*.c -o $(RDIR)/$*.r
-
-
- Kei
-
- /\
- |^^|
- |{}|
- _______________/~~\________________
- / Kei Thomsen | | keihh.hanse.de \
- `========--------. .---------========'
- ||||
- Wildermuthring 90 || kt@keihh.hanse.de
- 2000 Hamburg 62 || OS-9 68030
- Home: 040/5205921 || Modem: 040/5200428
- FH-Wedel: || 1200-14400 Baud
- 04103/804841 ,---||---, (V32bis)
- '---<>---'
-