home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7373 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.1 KB  |  60 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!news!ipc1.rrzn.uni-hannover.de!gruen
  3. From: gruen@ipc1.rrzn.uni-hannover.de (Lutz Grueneberg)
  4. Subject: Re: makedepend and gmake for OS/2 ?
  5. Message-ID: <1993Jan7.105612.21200@newsserver.rrzn.uni-hannover.de>
  6. Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
  7. Reply-To: gruen@ipc1.rrzn.uni-hannover.de
  8. Organization: University of Hannover
  9. References: <1993Jan2.171610.8001@cs.tu-berlin.de> <1id4v9INNsd5@darkstar.UCSC.EDU>
  10. Date: Thu, 7 Jan 1993 10:56:12 GMT
  11. Lines: 47
  12.  
  13. In article <1id4v9INNsd5@darkstar.UCSC.EDU>, louis@oak.ucsc.edu (Louis Goldstein) writes:
  14. |> In article <1993Jan2.171610.8001@cs.tu-berlin.de>, ernst@opal.cs.tu-berlin.de (Ernst Kloecker) writes:
  15. |> |> Hi,
  16. |> |> 
  17. |> |> after good experience with 'makedepend' and 'GNU make' under UNIX I would
  18. |> |> like to use these tools with OS/2, also.
  19. |> |> 
  20. |> |> Has anybody ported these to OS/2 already ?
  21. |> |> 
  22. |> |> 
  23. |> |> Thanks for any info, Ernst.
  24. |> |> --
  25. |> |> 
  26. |> 
  27. |> Don't know about makedepend, but GNU make is available for OS/2 from 
  28. |> ftp-os2.nmsu.edu.  Check out /pub/os2/00Index for location.
  29. |> 
  30. |> Enjoy!
  31. |> Louis
  32. Yes, Louis is right. GNU-make works fine. It's available
  33. in the directory /pub/os2/2.0/programming/emx-0.8e/contrib/gnumk362.zoo.
  34. For Ernst it will be more suitable to catch GNU-make from
  35. ftp.rrzn.uni-hannover.de, which mirrors selected parts of
  36. hobbes.nmsu.edu, at the same location. 
  37.  
  38. 'makedepend' is a
  39. UNIX utility which scans C and C++ files and determines
  40. the .h files on which they depend. The output is given in 
  41. rules suitable for make. In fact this utility is not
  42. needed for OS/2 cause gcc includes it. The option
  43. -M supports the generation of this kind of
  44. output :-). Any questions? Try the manual page or
  45. the texinfo docs. 
  46.  
  47. Lutz
  48. -- 
  49. // Lutz Gr"uneberg
  50. // Lehrgebiet Rechnernetze und Verteilte Systeme
  51. // Universit"at Hannover
  52. // Schlosswender Str. 5
  53. // D-3000 Hannover 1, Germany
  54. //
  55. // Email: Grueneberg@rrzn.uni-hannover.dbp.de
  56. //
  57. //                ... have a  n.i.c.e. day
  58.  
  59.  
  60.