This tag is for questions about `gmake`, the GNU version of the `make` utility to maintain and update programs.
I have a makefile where I want to read module name from input and then make directory based on it`…
makefile gnu-makeIs there a way using GNU Make of compiling all of the C files in a directory into separate programs, …
makefile gnu-makeI'm trying to filter out strings that contain a particular character, but it doesn't work. I guess make does not …
makefile gnu-makeI need to take a parameter in my Makefile that consists of a host identifier in the form host[:port] …
makefile gnu-makeI am trying to compile set of targets. However it only seems to do the first one. Below is a …
makefile gnu-makeI'm new to programming so this is a more of a abstract question than a technical one. I've been using …
cmake gnu-makeI have a makefile which does the usual directory creation: $(Release_target_OBJDIR)/%.o: %.cpp mkdir -p $(dir $@) $(COMPILE.cpp) $&…
gnu-make mkdir scratchboxAfter years of not using make, I find myself needing it again, the gnu version now. I'm pretty sure I …
makefile gnu-make