From mboxrd@z Thu Jan 1 00:00:00 1970 From: hwidjaja@my-deja.com To: help-gcc@gnu.org Subject: Re: using make on big Java projects Date: Thu, 02 Dec 1999 19:54:00 -0000 Message-id: <827e3b$cku$1@nnrp1.deja.com> References: <3845C34E.4FFB923A@usa.net> X-SW-Source: 1999-12/msg00039.html if you handling lot of files in a big project, I recommend OTC makeit (www.dscpl.com.au) which has the capability to handle Java files. however, it takes a while to setup, but once you get it going.. OTC makeit is really useful. fyi, otc makeit uses gnu make ... cheers, hwidjaja In article < 3845C34E.4FFB923A@usa.net >, oneself wrote: > Hi! > > I have just recently started writing makefiles and using make. > and I want to it on an already existing, very big Java project > that contains something like 500 files in an elaborate tree structure. > from the brief but decisive acquaintance I had with make there was > one thing that became obvious to me, and that is that I had to actually > put in every file name in the make file. and,if I was bored enough, > their dependencies. > > my first question is, am I right or wrong. if I'm wrong then how can > I make make make my whole project with out putting in every > file name in the makefile. > if I'm write, are there any tools out there that make this task easier > to manage. > > thanks. > > Sent via Deja.com http://www.deja.com/ Before you buy. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hwidjaja@my-deja.com To: help-gcc@gnu.org Subject: Re: using make on big Java projects Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <827e3b$cku$1@nnrp1.deja.com> References: <3845C34E.4FFB923A@usa.net> X-SW-Source: 1999-12n/msg00039.html Message-ID: <19991231222400.c0i-UNGZZeg5P9UXO8qQcM94BBt3KhfTPbOAEUgraWg@z> if you handling lot of files in a big project, I recommend OTC makeit (www.dscpl.com.au) which has the capability to handle Java files. however, it takes a while to setup, but once you get it going.. OTC makeit is really useful. fyi, otc makeit uses gnu make ... cheers, hwidjaja In article < 3845C34E.4FFB923A@usa.net >, oneself wrote: > Hi! > > I have just recently started writing makefiles and using make. > and I want to it on an already existing, very big Java project > that contains something like 500 files in an elaborate tree structure. > from the brief but decisive acquaintance I had with make there was > one thing that became obvious to me, and that is that I had to actually > put in every file name in the make file. and,if I was bored enough, > their dependencies. > > my first question is, am I right or wrong. if I'm wrong then how can > I make make make my whole project with out putting in every > file name in the makefile. > if I'm write, are there any tools out there that make this task easier > to manage. > > thanks. > > Sent via Deja.com http://www.deja.com/ Before you buy.