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

Make a possibility to generate Makefile.tcl split in parts #36

Open
ethouris opened this issue Nov 6, 2024 · 0 comments
Open

Make a possibility to generate Makefile.tcl split in parts #36

ethouris opened this issue Nov 6, 2024 · 0 comments

Comments

@ethouris
Copy link
Owner

ethouris commented Nov 6, 2024

The goal is to generate various sets of rules independently - separately single objects, also separately for each target, and separately linkage. The goal is that after a trial generation (see #86) every existing file should be checked against the generated ones, and:

  • If an existing file has been "removed" (does not exist in the new files), then the clean rule from this file should be executed
  • If the file has been changed, then the rules should be loaded and compared. For every rule that is removed or different, the target of that rule should be cleaned.
  • If there are new files, then usually the link rule is also altered, so no special things to be done here.

This feature should be turned on in the general profile.

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

1 participant