Searched refs:make (Results 1 - 11 of 11) sorted by relevance
/inkscape/jenkins/ |
H A D | jenkins-gtk2.sh | 7 make clean
8 make
|
H A D | jenkins-scanbuild.sh | 3 make clean
12 scan-build -k -o ${SCAN_BUILD_OUTPUTDIR} make
|
/inkscape/packaging/macosx/ |
H A D | osx-build.sh | 52 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 D | release-sign-tarballs | 17 # 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 D | parameter.h | 138 static Parameter *make(Inkscape::XML::Node * in_repr, Inkscape::Extension::Extension * in_ext);
|
H A D | notebook.cpp | 83 param = Parameter::make(child_repr, ext);
|
H A D | parameter.cpp | 46 Parameter *Parameter::make(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *in_ext) function in class:Inkscape::Extension::Parameter
|
/inkscape/src/extension/ |
H A D | prefdialog.cpp | 97 _param_preview = Parameter::make(doc->root(), _effect);
|
H A D | extension.cpp | 103 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 D | render_barcode_qrcode.py | 64 def make(self): member in class:QRCode 1071 qr.make()
|
/inkscape/ |
H A D | buildtool.cpp | 447 /* 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