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

Segregated makefiles by platform #2258

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ProjectOblivion
Copy link
Contributor

@ProjectOblivion ProjectOblivion commented Feb 24, 2025

I have done two primary things in an effort to create a basis mostly safe from unintended effects across platforms so that things can be unified and cleaned up.

  • Moved all .PHONY targets to immediately before the target definition to allow better visibility of what is .PHONY'ed and what is not
  • Moved platform specific targets and variables to their respective files with the exception of the functions since they will ultimately be made platform agnostic and are easily recognized

I may have missed some platform specific things, but I think I got them all. Also please ignore some of the goofy formatting, I haven't gone through to clean it up yet.

Is this more what you had in mind @Xeeynamo @hohle ?

@ProjectOblivion ProjectOblivion changed the title Segregated everything by platform Segregated makefiles by platform Feb 24, 2025
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

Successfully merging this pull request may close these issues.

1 participant