From kde-devel Sun May 30 14:53:58 2004 From: Sascha Cunz Date: Sun, 30 May 2004 14:53:58 +0000 To: kde-devel Subject: Re: Makefiles Message-Id: <200405301653.58782.scunz () ng-projekt ! de> X-MARC-Message: https://marc.info/?l=kde-devel&m=108592836726018 Hi Nathan, On Sunday 30 May 2004 16:28, Nathan Toone wrote: > Are Makefiles generated when running make -f Makefile.cvs or > during ./configure? That is, if I add/remove an entry from a Makefile.am > file, which command (or both) do I need to run in order to regenerate my > Makefiles correctly? > Makefiles are generated by configure. configure is created by Makefile.cvs. So: if you just change a Makefile.am running configure might be enough. If you add a directory, configure needs to know about that and be recreated. So in this case you would need to run Makefile.cvs first. If you change the libraries you link against - or some other stuff in the auto-tools area (m4 files i.e.), configure needs to be rebuild too. Hope this clearifies a bit. Cheers Sascha >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<