[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to realize a medium coupled build environment?
From: |
Marc van Woerkom |
Subject: |
Re: how to realize a medium coupled build environment? |
Date: |
Fri, 24 Nov 2000 13:49:44 +0100 (CET) |
Hello Stephan,
I looked at the build management in kdebase-2.0.
Very interesting to see how you guys did it.
Two questions:
1. I am still not sure, if modules should have their
own configure script.
My position so far was that there is only one
configuration, for the whole tree.
What is the benefit of sub-configure scripts?
2. You use this sequence in your Makefile.cvs bootstrap:
@echo "*** Building Makefile templates (step one)"
@automake
@echo "*** Scanning for moc files and kde tags"
@perl admin/am_edit
@echo "*** Building Makefile templates (step two)"
@autoconf
Why does one need to have a autoconf call after
the automake call?
My belief was that automake is responsible for the
autoconf calls.
Regards,
Marc