Home
last modified time | relevance | path

Searched full:makefile (Results 1 – 8 of 8) sorted by relevance

/tinycbor-2.7.6/
DMakefile.nmake28 check: tests\Makefile lib\tinycbor.lib
32 tests\Makefile: tests\tests.pro
43 if exist tests\Makefile (cd tests & $(MAKE) clean)
45 if exist tests\Makefile (cd tests & $(MAKE) distclean)
DMakefile67 MAKEFILE := $(lastword $(MAKEFILE_LIST)) macro
68 SRCDIR := $(dir $(MAKEFILE))
92 QMAKE := @echo >&2 $(MAKEFILE): Cannot find a Qt 5 qmake; false
129 check: tests/Makefile | $(BINLIBRARY)
132 TESTARGS=-silent $(MAKE) -f $(MAKEFILE) -s check
134 .config: Makefile.configure
135 $(MAKE) -f $(SRCDIR)Makefile.configure OUT='>&9' configure 9> $@
162 tests/Makefile: tests/tests.pro
184 $(MAKE) -f $(MAKEFILE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
201 test -e tests/Makefile && $(MAKE) -C tests clean || :
[all …]
DMakefile.configure3 MAKEFILE := $(lastword $(MAKEFILE_LIST))
15 CCFLAGS-cjson = -I$(dir $(MAKEFILE))src/cjson
20 @echo >&2 Please run from the top-level Makefile.
D.gitignore33 Makefile*
80 !/Makefile
D.travis.yml47 - make -s -f Makefile.configure configure | tee .config
58 tests/Makefile
D.appveyor.yml21 nmake -f Makefile.nmake -nologo CFLAGS="-W3 -Os -MDd"
DDoxyfile1162 # Makefile in the HTML output directory. Running make will produce the docset in
1574 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1870 # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
1889 # so different doxyrules.make files included by the same Makefile don't
/tinycbor-2.7.6/tests/
D.gitignore1 Makefile