Home
last modified time | relevance | path

Searched refs:AMALGAMATED_FILE (Results 1 – 1 of 1) sorted by relevance

/third_party/json/
DMakefile22 AMALGAMATED_FILE=single_include/nlohmann/json.hpp macro
450 …cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(AMALGAMATED_FILE) --…
528 …$(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/src/*.hpp benchmarks/src/benchmarks.cpp doc/exampl…
532 …for FILE in $(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/src/*.hpp benchmarks/src/benchmarks.cp…
535 amalgamate: $(AMALGAMATED_FILE)
538 $(AMALGAMATED_FILE): $(SRCS)
545 @mv $(AMALGAMATED_FILE) $(AMALGAMATED_FILE)~
547AMALGAMATED_FILE) $(AMALGAMATED_FILE)~ || (echo "=================================================…
548 @mv $(AMALGAMATED_FILE)~ $(AMALGAMATED_FILE)
613 zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build
[all …]