Re: A problem in Makefile

2002-06-05 Thread Henning Makholm
Scripsit ARPITA SAXENA <[EMAIL PROTECTED]> > Yes, I feel something is missing . Actually, there is a cvs repository on > the machine where this makefile 'Makefile_rm' lies . The path is > represented by the keyword 'CVSROOT' used in 'Makefile_rm' . This > cvs export command brings a copy of the

Re: A problem in Makefile

2002-06-04 Thread ARPITA SAXENA
Hi Henning, Yes, I feel something is missing . Actually, there is a cvs repository on the machine where this makefile 'Makefile_rm' lies . The path is represented by the keyword 'CVSROOT' used in 'Makefile_rm' . This cvs export command brings a copy of the specified file (either .h or .cpp )

Re: A problem in Makefile

2002-06-04 Thread Henning Makholm
Scripsit ARPITA SAXENA <[EMAIL PROTECTED]> > I have made a makefile 'Makefile_rm' . While invoking it's all > target, everything workis fine except that at the end an 'rm ' command > is invoked for all the .cpp files using the '%.o' default rule . That sounds like the standard, documente