Skip to content

Instantly share code, notes, and snippets.

@mortennobel
Created January 15, 2016 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortennobel/0b3ae1cecf9a3f268039 to your computer and use it in GitHub Desktop.
Save mortennobel/0b3ae1cecf9a3f268039 to your computer and use it in GitHub Desktop.
Make environment definitions
# 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