Last active
August 29, 2015 14:06
-
-
Save edenhill/de786a98ec6e120020a4 to your computer and use it in GitHub Desktop.
mklove conditional SRCS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include Makefile.config | |
SRCS_$(WITH_MYOPTION) += myoption.c | |
SRCS = standard.c foo.c \ | |
$(SRCS_y) | |
... | |
include mklove/Makefile.base |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment