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

create and install auto-gened make include file #229

Merged
merged 8 commits into from Jan 9, 2019

Conversation

cyrush
Copy link
Member

@cyrush cyrush commented Jan 8, 2019

added auto generated make include file.

This PR is a wip.

@mclarsen my Makefile skills are sad, i need some help with a decent strategy for conditional setting of vars.

@cyrush
Copy link
Member Author

cyrush commented Jan 8, 2019

i think i found a pattern that will work, borrowing from MFEM:

ZLIB_DIR =
ZLIB_OPT = $(if $(ZLIB_DIR),-I$(ZLIB_DIR)/include)

I'll try to give it a try tonight.

@cyrush cyrush merged commit 179f6b7 into develop Jan 9, 2019
@cyrush cyrush deleted the task/2019_01_gen_mk_inc_file branch January 9, 2019 20:40
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.

None yet

1 participant