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

List of all includes (dependencies) #24

Open
thundertaker opened this issue Jan 30, 2018 · 1 comment
Open

List of all includes (dependencies) #24

thundertaker opened this issue Jan 30, 2018 · 1 comment

Comments

@thundertaker
Copy link

Hello,
is there is a way to generate list of files GPP will include?
I would like to generate dependencies list for Make,
as described here:

http://www.evanjones.ca/makefile-dependencies.html

@duncanmac99
Copy link

If you do add arguments to enable such a function, you'll have to use different ones from the C pre-processor, as the '-M' argument is already in use by GPP to do something else.

Perhaps a long-form argument, like '--makefile-spec', could be used; one could also add versions like '--makefile-spec-file' or '--makefile-spec-nosys'.

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

No branches or pull requests

3 participants