CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
gnu-make
09-13
OS
How to loop trough counter in GNU makefile?
08-10
other
How do properly give archive files in Makefile?
07-28
database
Dollar in conditional variable assignment operator in Makefile
07-24
database
GNU make read variable from a file and present to choose on prompt
07-18
Net
How to maintain a shell function definition inside a Makefile?
07-06
Back-end
Shared object creation: dangling symlink using make
06-29
Net
Why is GCC make throwing errors and uneccesary warnings only when using the struct name instead of t
06-16
database
Parse digits in Makefile
05-14
other
Unable to redirect error to /dev/null in gnu make
05-13
Blockchain
How do get the working directory after a cd in a makefile?
05-10
Net
Is there a way to define custom implicit GNU Make rules?
05-07
Blockchain
How do you use mktemp to create directory in Makefile?
05-03
Net
bmake: Basic rule from gmake
05-02
Mobile
Use grep in a GNU make if-statement
04-28
Software design
makefile not changing input filename
04-26
database
How to append to CXXFLAGS in Makefile without editing Makefile?
04-15
Net
makefile: undefined reference to main
04-09
Software engineering
c project makefile multiple definitions error
04-03
OS
cmake --build vs make, what the difference?
03-23
Blockchain
Why does make use a back quote and single quote around the target name?
02-25
front end
Makefile: How to run certain prereq recipe depending on target?
01-03
Enterprise
Assigning variables in Makefile recipe
12-18
Mobile
Compiling OpenFOAM's scotch on macOS
12-11
Software engineering
In Makefiles, Is there a way to print the dollar sign ($) using @echo or $(info )?
12-09
database
Handling assembly files in Makefile - include statement problem?
12-06
Blockchain
Why does GNU Make try to compile an object file that doesn't exist, for a rule without a recipe
11-28
Back-end
Makefile how to use logical OR between prerequisites?
11-23
Enterprise
Move multiple files for different folders using Make
11-20
Enterprise
Generate an executable for each .c file in a directory
11-05
database
creating two outputs with Makefile
11-04
Software design
How give subdirectories for C project to include .h file in makefile?
11-02
other
Easy gnu make makefile rule to build of GCC executable from multiple source files
10-18
Back-end
Bare metal STM32
10-10
Software design
SPheno-4.0.5 make command not running (MacOS)
10-05
Net
undefined reference to '__objc_class_name_...'
10-01
Enterprise
Make file "%.o: %.c" gives "No rule to make target"
09-16
Software design
How can I achieve $(<some-file) inside a Makefile target?
Links:
CodePudding