Main features of this Makefile :
Automatic detection of C sources in specified folders
Multiple source folders
Multiple corresponding target folders for object and dependency files
Automatic rule generation for each target folder
Creation of target folders when they don't exist
Dependency ma...
GNU make
This pairmap function takes three arguments:
A function name
First space-separated list
Second space-separated list
For each zipped tuple in the lists it will call the function with the following arguments:
Tuple element from the first list
Tuple element from the second list
...