Created
January 15, 2016 11:57
-
-
Save mortennobel/0b3ae1cecf9a3f268039 to your computer and use it in GitHub Desktop.
Make environment definitions
This file contains hidden or 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
# Using standard definitions from the make environment, typically: | |
# | |
# CC cc C compiler | |
# CXX g++ C++ compiler | |
# CFLAGS [ ] flags for C and C++ compiler | |
# CPPFLAGS [ ] flags for C and C++ compiler | |
# TARGET_ARCH [ ] target architecture | |
# FFLAGS [ ] flags for Fortran compiler | |
# RM rm -f delete a file | |
# AR ar create a static *.a library archive | |
# ARFLAGS rv flags for ar | |
# MAKE make make itself (sometimes called gmake) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment