-
Some of my Makefiles have an extension to them like: Makefile.common. Can there be a wildcard matcher for all Makefile.*?
-
Currently we can only generate makefiles that build `.c` files, so C++ support will be essential. Maybe through a `languages` option?
-
Hello, is this repository dead, or do you have official support in the gcc toolchain in the SDK now? How are these makefiles related to eachother?
emilm updated
9 years ago
-
Need to port over the Dreamcast makefiles, test updates and reconfigure them to the new repository layout.
-
Need to port over the PSP makefiles, test updates and reconfigure them to the new repository layout.
-
If we add another target, we could build a command-line tool (for use in Makefiles etc.)
-
```
Currently the name mangling scheme used for target names, and the names of
variables used in generated makefiles, assume that there's only one project
using gyp-generated makefiles in the tree (…
-
The Makefiles of SeBa include the optimisation flag -O through CFLAGS += -O
However CFLAGS is not used.
My suggestion: add a flag: CXXFLAGS += -O (or -O2)
Any objections of why not to do this…
-
A simple indirection in `makefiles/common.mk` such as follows:
```makefile
NVCU_CXX ?= $(CXX)
... -ccbin $(NVCU_CXX) ...
```
would be nice.
-
I have just tried to build ECCE on a Linux machine and found that a bunch of app Makefiles do not include -ljpeg and -lfreetype on the link line. This results in many undefined functions. The apps in …