home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!news!ipc1.rrzn.uni-hannover.de!gruen
- From: gruen@ipc1.rrzn.uni-hannover.de (Lutz Grueneberg)
- Subject: Re: makedepend and gmake for OS/2 ?
- Message-ID: <1993Jan7.105612.21200@newsserver.rrzn.uni-hannover.de>
- Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
- Reply-To: gruen@ipc1.rrzn.uni-hannover.de
- Organization: University of Hannover
- References: <1993Jan2.171610.8001@cs.tu-berlin.de> <1id4v9INNsd5@darkstar.UCSC.EDU>
- Date: Thu, 7 Jan 1993 10:56:12 GMT
- Lines: 47
-
- In article <1id4v9INNsd5@darkstar.UCSC.EDU>, louis@oak.ucsc.edu (Louis Goldstein) writes:
- |> In article <1993Jan2.171610.8001@cs.tu-berlin.de>, ernst@opal.cs.tu-berlin.de (Ernst Kloecker) writes:
- |> |> Hi,
- |> |>
- |> |> after good experience with 'makedepend' and 'GNU make' under UNIX I would
- |> |> like to use these tools with OS/2, also.
- |> |>
- |> |> Has anybody ported these to OS/2 already ?
- |> |>
- |> |>
- |> |> Thanks for any info, Ernst.
- |> |> --
- |> |>
- |>
- |> Don't know about makedepend, but GNU make is available for OS/2 from
- |> ftp-os2.nmsu.edu. Check out /pub/os2/00Index for location.
- |>
- |> Enjoy!
- |> Louis
- Yes, Louis is right. GNU-make works fine. It's available
- in the directory /pub/os2/2.0/programming/emx-0.8e/contrib/gnumk362.zoo.
- For Ernst it will be more suitable to catch GNU-make from
- ftp.rrzn.uni-hannover.de, which mirrors selected parts of
- hobbes.nmsu.edu, at the same location.
-
- 'makedepend' is a
- UNIX utility which scans C and C++ files and determines
- the .h files on which they depend. The output is given in
- rules suitable for make. In fact this utility is not
- needed for OS/2 cause gcc includes it. The option
- -M supports the generation of this kind of
- output :-). Any questions? Try the manual page or
- the texinfo docs.
-
- Lutz
- --
- // Lutz Gr"uneberg
- // Lehrgebiet Rechnernetze und Verteilte Systeme
- // Universit"at Hannover
- // Schlosswender Str. 5
- // D-3000 Hannover 1, Germany
- //
- // Email: Grueneberg@rrzn.uni-hannover.dbp.de
- //
- // ... have a n.i.c.e. day
-
-
-