Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile needs fix #4

Open
thomas-mueller opened this issue Aug 10, 2015 · 1 comment
Open

Makefile needs fix #4

thomas-mueller opened this issue Aug 10, 2015 · 1 comment

Comments

@thomas-mueller
Copy link
Contributor

Dear KappaTools experts,

For testing purposes I added a cout line to KappaTools/RootTools/JECTools.h and ran "make -C KappaTools". Nothing happened. I needed to run make with the option -B which is then extremely slow. I think, this needs a fix from somebody, who understands the Makefiles. Thanks.

Cheers,
Thomas

@claria
Copy link
Contributor

claria commented Aug 10, 2015

This can be done using auto dependencies and gcc, see [1], or by adding all headers manually
as dependencies.

But the structure of the makefiles is way to complicated for such a simple project, so it is probably much more work than it sounds like...

[1] http://stackoverflow.com/questions/2394609/makefile-header-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants