home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os9 / 1631 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.2 KB  |  47 lines

  1. 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
  2. From: kt@keihh.hanse.de (Kei Thomsen)
  3. Newsgroups: comp.os.os9
  4. Subject: Re: GCC Makefile
  5. Message-ID: <353@keihh.hanse.de>
  6. Date: 23 Jan 1993 18:10:50 GMT
  7. References: <C17nC2.1Kt@watserv1.uwaterloo.ca>
  8. Lines: 37
  9.  
  10. In article <C17nC2.1Kt@watserv1.uwaterloo.ca> bcwhite@babbage.uwaterloo.ca (Brian C. White) writes:
  11.  
  12. >Some people have been saying that they can't get GCC or GPP to work with
  13. >the standard Microware 'make' utility.  I've included my makefile template
  14. >below.
  15.  
  16. Here is my .suffixes file for use with gcc:
  17.  
  18. CC = gcc
  19. CFLAGS = -O -m68020 -m68881
  20. RDIR = .
  21.  
  22. all: ...
  23.  
  24. # last lines of the Makefile
  25.  
  26. .SUFFIXES:
  27. .SUFFIXES: .r .c
  28. .c.r:
  29.         $(CC) $(CFLAGS) -c $*.c -o $(RDIR)/$*.r
  30.  
  31.  
  32. Kei
  33.  
  34.                    /\
  35.                   |^^|
  36.                   |{}|
  37.    _______________/~~\________________
  38.   / Kei Thomsen   |  | keihh.hanse.de \
  39.  `========--------.  .---------========'
  40.                   ||||
  41.  Wildermuthring 90 || kt@keihh.hanse.de
  42.  2000 Hamburg 62   ||    OS-9 68030 
  43.  Home: 040/5205921 || Modem: 040/5200428
  44.  FH-Wedel:         ||  1200-14400 Baud
  45.  04103/804841  ,---||---, (V32bis)
  46.                '---<>---'
  47.