Searched refs:make (Results 1 - 11 of 11) sorted by relevance

/inkscape/jenkins/
H A Djenkins-gtk2.sh7 make clean
8 make
H A Djenkins-scanbuild.sh3 make clean
12 scan-build -k -o ${SCAN_BUILD_OUTPUTDIR} make
/inkscape/packaging/macosx/
H A Dosx-build.sh52 for a fresh bzr checkout or after make distclean.
59 build Inkscape (run make)
60 \033[1m-j,--jobs\033[0m Set the number of parallel execution for make
63 directory (run make install)
491 make -j $NJOBS
503 make install
/inkscape/packaging/
H A Drelease-sign-tarballs17 # Choose which make program to use (could be gmake)
18 MAKE=${MAKE:="make"}
20 # Set the default make tarball creation command
55 MAKE: The name of the make command [make]
122 echo "Info: running 'make $MAKE_DIST_CMD' to create tarballs:"
/inkscape/src/extension/param/
H A Dparameter.h138 static Parameter *make(Inkscape::XML::Node * in_repr, Inkscape::Extension::Extension * in_ext);
H A Dnotebook.cpp83 param = Parameter::make(child_repr, ext);
H A Dparameter.cpp46 Parameter *Parameter::make(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *in_ext) function in class:Inkscape::Extension::Parameter
/inkscape/src/extension/
H A Dprefdialog.cpp97 _param_preview = Parameter::make(doc->root(), _effect);
H A Dextension.cpp103 param = Parameter::make(child_repr, this);
247 This function chekcs to make sure that there is an id, a name, a
/inkscape/share/extensions/
H A Drender_barcode_qrcode.py64 def make(self): member in class:QRCode
1071 qr.make()
/inkscape/
H A Dbuildtool.cpp447 /* make sure the rest of the regex matches */
4916 //## to make the dir 'above' this one, if necessary
4926 //## 3: now make
4933 error("cannot make directory '%s' : %s",
5825 * candidates for further processing. Reads make.exclude
6174 * a bit of state machine stuff to make sure that the directive
7153 //Now make the new path
10175 buildtool::Make make; local
10192 printf("%s", make.version().c_str());
10203 make
[all...]

Completed in 547 milliseconds