Gang Of Coders
Home
About Us
Contact Us
All Makefile Solutions on Gang of Coders
Total of 207 Makefile Solutions
What is the purpose of .PHONY in a Makefile?
Makefile
Phony Target
What is the difference between the GNU Makefile variable assignments =, ?=, := and +=?
Makefile
Gnu Make
Passing additional variables from command line to make
Makefile
Gnu
Command Line-Arguments
makefile:4: *** missing separator. Stop
C
Makefile
What do the makefile symbols $@ and $< mean?
Makefile
What's the opposite of 'make install', i.e. how do you uninstall a library in Linux?
Makefile
Uninstallation
Passing arguments to "make run"
Makefile
What is the difference between using a Makefile and CMake to compile the code?
C++
C
Makefile
Cmake
How do I write the 'cd' command in a makefile?
Makefile
Gnu Make
gcc makefile error: "No rule to make target ..."
Gcc
Makefile
How to discover number of *logical* cores on Mac OS X?
Macos
Makefile
What are Makefile.am and Makefile.in?
Makefile
Autotools
Automake
How do I force make/GCC to show me the commands?
Gcc
Makefile
Verbosity
How to make a SIMPLE C++ Makefile
C++
Makefile
How to print out a variable in makefile
Makefile
Gnu Make
How to assign the output of a command to a Makefile variable
Shell
Makefile
Make error: missing separator
Makefile
OS detecting makefile
Makefile
Os Agnostic
Os Detection
Why does make think the target is up to date?
Makefile
How to run a makefile in Windows?
Windows
Makefile
How do you get the list of targets in a makefile?
Makefile
Gnu Make
Targets
What is makeinfo, and how do I get it?
Ubuntu
Gcc
Makefile
Grep
How to get current relative directory of your Makefile?
Makefile
Gnu Make
Working Directory
How to write loop in a Makefile?
Makefile
Loops
Define make variable at rule execution time
Makefile
Gnu Make
How to install and use "make" in Windows?
Windows
Makefile
Gnu Make
How can I use Bash syntax in Makefile targets?
Bash
Shell
Makefile
How does "make" app know default target to build if no target is specified?
Makefile
In Unix, can I run 'make' in a directory without cd'ing to that directory first?
Linux
Unix
Makefile
How do you force a makefile to rebuild a target?
Linux
Makefile
Where can I find "make" program for Mac OS X Lion?
Macos
Makefile
Osx Lion
Suppress echo of command invocation in makefile?
Linux
Unix
Makefile
Posix
What do @, - and + do as prefixes to recipe lines in Make?
Makefile
Gnu Make
Using G++ to compile multiple .cpp and .h files
C++
Compilation
Header
Makefile
How can I configure my makefile for debug and release builds?
Makefile
Gnu Make
What does @: (at symbol colon) mean in a Makefile?
Makefile
Gnu Make
Make install, but not to default directories?
Linux
Gcc
Makefile
Autotools
How to set child process' environment variable in Makefile
Shell
Makefile
Environment Variables
Target
Compiling with g++ using multiple cores
C++
Compiler Construction
Makefile
G++
Multicore
Compiling C++ on remote Linux machine - "clock skew detected" warning
Linux
Makefile
How to abort makefile if variable not set?
Makefile
Why is no one using make for Java?
Java
Ant
Makefile
Maven
Make: how to continue after a command fails?
Makefile
How to ensure Makefile variable is set as a prerequisite?
Makefile
makefile execute another target
Makefile
How do I check if file exists in Makefile so I can delete it?
Makefile
Using local makefile for CLion instead of CMake
Makefile
Clion
How to get a shell environment variable in a makefile?
Shell
Makefile
Why use make over a shell script?
Shell
Makefile
Compilation
Makefiles with source files in different directories
Linux
Makefile
How to pass argument to Makefile from command line?
Command Line
Parameters
Makefile
Arguments
DESTDIR and PREFIX of make
C
Linux
Bash
Makefile
Configure
How to call Makefile from another Makefile?
Makefile
Gnu Make
Multi-line bash commands in makefile
Bash
Makefile
Difference between CPPFLAGS and CXXFLAGS in GNU Make
Makefile
Gnu Make
What is ?= in Makefile
Linux
Linux Kernel
Makefile
What is the difference between gmake and make?
Build
Makefile
Gnu Make
What's the difference between := and = in Makefile?
Makefile
Gnu Make
Colon Equals
Is it possible to create a multi-line string variable in a Makefile
Variables
Makefile
CMake output/build directory
C++
Build
Makefile
Cmake
Output
What's the difference between parenthesis $() and curly bracket ${} syntax in Makefile?
Variables
Syntax
Makefile
How do I make a simple makefile for gcc on Linux?
C
Gcc
Makefile
Check if a program exists from a Makefile
Makefile
Gnu Make
What does "all" stand for in a makefile?
Makefile
How to add multi line comments in makefiles
Makefile
How to pass macro definition from "make" command line arguments (-D) to C source code?
C
Macros
Makefile
Can you make valid Makefiles without tab characters?
Makefile
Tabs
Whitespace
Spaces
How to use shell commands in Makefile
Bash
Makefile
Echo
Cmake vs make sample codes?
Makefile
Cmake
Can I compile all .cpp files in src/ to .o's in obj/, then link to binary in ./?
C++
Build Process
Makefile
make: Nothing to be done for `all'
C
Makefile
Why always ./configure; make; make install; as 3 separate steps?
Unix
Makefile
Configure
Make Install
Create directories using make file
Makefile
Object
Directory
CFLAGS vs CPPFLAGS
Makefile
Autotools
Autoconf
Cflags
GNU Makefile rule generating a few targets from a single source file
Makefile
how to prevent "directory already exists error" in a makefile when using mkdir
Makefile
Directory
Exists
Makefile ifeq logical or
Makefile
Define a Makefile variable using a ENV variable or a default value
Bash
Shell
Makefile
Environment Variables
How to define several include path in Makefile
C++
Include
Makefile
Makefile, header dependencies
Dependencies
Makefile
Header Files
Recursive wildcards in GNU make?
Makefile
Gnu Make
How to overcome "'aclocal-1.15' is missing on your system" warning?
C++
Github
Makefile
Automake
How I could add dir to $PATH in Makefile?
Linux
Makefile
How to add include and lib paths to configure/make cycle?
Bash
Makefile
Linker
Configure
Autoconf
GNU make: should the number of jobs equal the number of CPU cores in a system?
Makefile
Gnu Make
How can I create a Makefile for C projects with SRC, OBJ, and BIN subdirectories?
C
Makefile
List goals/targets in GNU make that contain variables in their definition
Makefile
Gnu Make
How can I have a Makefile automatically rebuild source files that include a modified header file? (In C/C++)
Gcc
Makefile
Dependencies
Header
CFLAGS, CCFLAGS, CXXFLAGS - what exactly do these variables control?
Gcc
Naming Conventions
Makefile
Change working directory for npm scripts
node.js
Npm
Makefile
package.json
How to use GNU Make on Windows?
Windows
Makefile
Gnu Make
Cmd
Make error for ifeq: syntax error near unexpected token
Makefile
Create a variable in a makefile by reading contents of another file
Makefile
How to source a script in a Makefile?
Shell
Makefile
How to change the extension of each file in a list with multiple extensions in GNU make?
Makefile
Gnu Make
If conditions in a Makefile, inside a target
If Statement
Makefile
Target
What does "make oldconfig" do exactly in the Linux kernel makefile?
Linux
Makefile
Linux Kernel
Difference in details between "make install" and "make altinstall"
Makefile
Installation
Remove item from a Makefile variable?
Variables
Makefile
Gnu Make
Debugging the error "gcc: error: x86_64-linux-gnu-gcc: No such file or directory"
Python
Gcc
Makefile
Autotools
"multiple target patterns" Makefile error
Makefile
Makefile - missing separator
Makefile
Gnu Make
Promising alternatives to make?
Build Automation
Makefile
How do I create a configure script?
Linux
Bash
Makefile
Configure
How can I print message in Makefile?
Makefile
tar: file changed as we read it
Makefile
Tar
Escaping in makefile
Shell
Makefile
Escaping
How to conditionally set Makefile variable to something if it is empty?
Makefile
Can GNU make handle filenames with spaces?
Shell
Makefile
Gnu
How to use all *.c files in a directory with the Cmake build system?
Makefile
Cmake
Tool for debugging makefiles
Debugging
Makefile
Exclude source file in compilation using Makefile
C++
Makefile
CMAKE_MAKE_PROGRAM not found
Makefile
Cmake
Mingw
:= vs = in make macros
Makefile
Gnu Make
Colon Equals
How to use LDFLAGS in makefile
Makefile
Ldflags
Test whether a directory exists inside a makefile
Bash
Makefile
make : rule call rule
Makefile
Run make in each subdirectory
Makefile
Gnu Make
What's a good directory structure for larger C++ projects using Makefile?
C++
Makefile
Debugging GNU make
Debugging
Makefile
Gnu Make
Makefile : contains string
String
Makefile
Conditional Statements
Cygwin Make bash command not found
C++
Makefile
Cygwin
Command
Makefile:2: *** missing separator. Stop
Makefile
Makefile to compile multiple C programs?
C
Makefile
How to place object files in separate subdirectory
Makefile
Gnu Make
what is .d file after building with make
Linux
Build
Makefile
How to set the LDFLAGS in CMakeLists.txt?
Gcc
Makefile
Cmake
Ld
Ldflags
How do I make Makefile to recompile only changed files?
C
Makefile
Recompile
How to print a var using echo o print in a NDK-build Android.mk file to debug compilation?
Debugging
Makefile
Android Ndk
Using 'make' on OS X
Macos
Makefile
Terminal
How to force an error in a gnumake file
Makefile
Gnu Make
Sources from subdirectories in Makefile
Makefile
Passing the argument to CMAKE via command prompt
Makefile
Cmake
Append to GNU make variables via command line
C
Makefile
Gnu Make
How does Makefile know that a file changed and then recompile it?
Makefile
Programming Languages
What does a typical ./configure do in Linux?
Linux
Build
Makefile
Configure
Automatically setting jobs (-j) flag for a multicore machine?
Makefile
Parallel Processing
Build Script
Where to find "gmp.h"?
C
Makefile
Why am I warned that the "CMAKE_TOOLCHAIN_FILE" variable is not used by the project?
Makefile
Cmake
Build
Hunk #1 FAILED at 1. What's that mean?
Makefile
Cross Compiling
Vlc
How to use makefiles in Visual Studio?
C++
Visual Studio
Makefile
Disable make builtin rules and variables from inside the make file
Build
Makefile
Gnu
Gnu Make
What does a percent symbol do in a makefile?
Makefile
How to compile makefile using MinGW?
C
Compiler Construction
Makefile
Mingw
NDK can't find the application directory
Android Ndk
Makefile
How to generate a Makefile with source in sub-directories using just one makefile
Makefile
What is the difference between -I and -L in makefile?
Linux
Makefile
Linker
Ld
What is your experience with non-recursive make?
Build Process
Makefile
In GNU Make, how do I convert a variable to lower case?
Makefile
Finding version of Microsoft C++ compiler from command-line (for makefiles)
Visual C++
Makefile
How to write build time stamp into apk
Android
Build
Makefile
multiple makefiles in one directory
Makefile
How to use virtualenv in makefile
Makefile
Virtualenv
How do I capture all of my compiler's output to a file?
Linux
Shell
G++
Makefile
Io Redirection
Using make with -j4 or -j8
C
Opencv
Makefile
makefiles - compile all c files at once
C
Makefile
How to have GNU make explicitly test for failure?
Makefile
Gnu Make
cmake, print compile/link commands
Makefile
Cmake
Makefile issue: smart way to scan directory tree for .c files
Tree
Makefile
What is the preferred way to structure and build OCaml projects?
Build
Makefile
Ocaml
Ocamlbuild
Subdirectories and Makefiles
Makefile
MINGW64 "make build" error: "bash: make: command not found"
Bash
Go
Makefile
Mingw
Glide Golang
GCC with Visual Studio?
Visual Studio
Visual Studio-2008
Visual C++
Gcc
Makefile
Cmake cannot find library using "link_directories"
C++
Cmake
Makefile
Makefile If-Then Else and Loops
Makefile
Change Makefile variable value inside the target body
Makefile
Target
Makefile rule that depends on all files under a directory (including within subdirectories)
Makefile
Wildcard
Gnu Make
Glob
"fatal error: bits/libc-header-start.h: No such file or directory" while compiling HTK
C
Makefile
Htk
Wildcard targets in a Makefile
Makefile
Gnu Make
GNU make yields "commands commence before first target" error
Makefile
Gnu
C++ Qt - How to add "-std=c++11" to the makefile which is generated by qmake?
Qt
C++11
Makefile
Qmake
How to read a CMake Variable in C++ source code
C++
Makefile
Cmake
Header Files
How to run a bash script from a Makefile?
Bash
Makefile
Make file echo displaying "$PATH" string
Makefile
Gnu Make
Make GNU make use a different compiler
C++
C
Makefile
bash completion of makefile target
Makefile
Bash Completion
How to recompile just a single kernel module?
Linux
Makefile
Linux Kernel
Gnu Make
Kernel Module
Recommended build system for latex?
Latex
Makefile
How do I perform arithmetic in a makefile?
Makefile
Suppress messages in make clean (Makefile silent remove)
Makefile
How to define C++ preprocessor variable in Makefile
C++
Makefile
How to support both vcxproj to cmake on a project?
Visual Studio
Visual Studio-2010
Makefile
Cmake
Gyp
Linker error: "linker input file unused because linking not done", undefined reference to a function in that file
C++
C
Gcc
Makefile
Linker Errors
Is it possible to have multiple .PHONY targets in a GNU makefile?
Makefile
Gnu Make
how to "execute" make file
File
Makefile
Execute
How to get the second dependency file using Automatic Variables in a Makefile?
Makefile
Gnu Make
Suppress and ignore output for Makefile?
Makefile
Gnu Make
make *** no targets specified and no makefile found. stop
Makefile
Windows 7 - 'make' is not recognized as an internal or external command, operable program or batch file
Windows
Cmd
Makefile
What is the meaning of a double dollar sign in bash/Makefile?
Linux
Bash
Makefile
Functions in Makefile
Bash
Function
Makefile
Gnu Make
How to conditional set up a Makefile variable by testing if a file exists
Makefile
"commence before first target. Stop." error
Makefile
How do I properly escape data for a Makefile?
Bash
Makefile
Escaping
Where does the value of CXX in a makefile come from?
C++
C
Makefile
Confused about configure script and Makefile.in
Makefile
Configure
Autoconf
How to get the invoking target of makefile?
Makefile
Gnu
Gnu Make
Are makefiles Turing complete?
Makefile
Turing Complete
Checking the gcc version in a Makefile?
Gcc
Makefile
Version
Portability
Compiler Warnings
Making make print commands before executing when NOT using CMake
Makefile
Make (install from source) python without running tests
Python
Linux
Makefile
Build
Common GNU makefile directory path
Makefile
Where can I set path to make.exe on Windows?
C++
Registry
Makefile
Path
Msys
Override target in makefile to add more commands?
Makefile
how to include git commit-number into a c++ executable?
C++
Git
Makefile
gnu make: list the values of all variables (or "macros") in a particular run
Makefile
Gnu Make
How do I create a library?
C++
Compilation
Makefile