[Insight-developers] ITKModular: Missing makefiles

Bill Lorensen bill.lorensen at gmail.com
Tue Apr 26 11:15:16 EDT 2011


Folks,

Many directories in the ITKModular tree do not contain makefiles. I assume
this is by design and not a bug.

However, the lack of makefiles takes getting used to. And in some cases
misleads the developer. I would like to see some additional makefile
generated.

For example.

The following work as expected
  cd ITK-bin; make
  cd ITK-bin/Modules/Core/Common;  make
  cd ITK-bin/Modules/Core/Common/src;  make

No makefile found for these:
  cd ITK-bin/Modules;  make
  cd ITK-bin/Modules/Core; make
  cd ITK-bin/Modules/;  make

 For this one, a makefile is found, but the make runs even if there are
changes to include files. This is very misleading, since you can change a .h
or .txx file, run make and nothing builds.

cd ITK-bin/Modules/Filtering/DistanceMap; make
but,
cd ITK-bin/Modules/Filtering/DistanceMap/test; make
does recompile the affected tests.

This is not an exhaustive list, just some examples.

Would it be possible to add makefiles to the directories that do not have
them now?

Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20110426/f96a685f/attachment.htm>


More information about the Insight-developers mailing list