Home
last modified time | relevance | path

Searched refs:thelib (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/tla/tla-1.3.5/src/build-tools/Makefiles/
H A Dlibrary.mk58 thelib :=
62 ifndef thelib
63 thelib := $(thelibname)
66 all: $(thelib)
68 $(thelib): $(libobjs) $(otherobjs)
69 test ! -e $(thelib) || rm $(thelib)
70 ar -rc $(thelib) $(libobjs) $(otherobjs)
71 ranlib $(thelib)
72 echo $(thelib) > Library
H A Dinstall-library.mk29 install-library Installed-library: $(thelib)
30 test ! -e $(library-install-dir)/$(thelib) || rm $(library-install-dir)/$(thelib)
32 cp $(thelib) $(library-install-dir)
33 echo $(thelib) | sed -f $(makefiles)/column.sed > Installed-library
H A Dprograms.mk46 $(programs):%$(cfg__exec_suffix):%.o $(thelib) $(filter-out -L%, $(filter-out -l%, $(libs)))
47 $(CC) $(CFLAGS) -o $@ $< $(thelib) $(libs)
H A Dunexec-programs.mk80 $(programs):%:%.o $(thelib) $(filter-out -l%, $(libs)) $(maybe_precrt0)
86 $(thelib) \
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/dynamic-library-in-module/modules/thelib/
H A Dthelib.qbs6 cpp.rpaths: [product.thelib.baseDir]
8 name: "thelib dll"
9 files: FileInfo.joinPaths(product.thelib.baseDir,
10 cpp.dynamicLibraryPrefix + "thelib" + cpp.dynamicLibrarySuffix)
15 name: "thelib dll import"
17 files: FileInfo.joinPaths(product.thelib.baseDir, "thelib.lib")
/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_GTool.cxx30 : theproto (proto) , thelib (proto) in Interface_GTool()
61 thelib.Clear(); in SetProtocol()
62 thelib.AddProtocol (proto); in SetProtocol()
69 { return thelib; } in Lib()
96 if (thelib.Select (ent,gmod,CN)) { in Select()
H A DInterface_CopyTool.cxx42 : thelib (lib) , thelst (amodel->NbEntities()) in Interface_CopyTool()
54 : thelib (protocol) , thelst (amodel->NbEntities()) in Interface_CopyTool()
66 : thelib (Interface_Protocol::Active()) , thelst (amodel->NbEntities()) in Interface_CopyTool()
109 Standard_Boolean res = thelib.Select (entfrom,themdu,theCN); in NewVoid()
127 res = thelib.Select(entfrom,themdu,theCN); in Copy()
158 if (thelib.Select(entfrom,module,CN)) in Implied()
H A DInterface_GTool.hxx114 Interface_GeneralLib thelib; member in Interface_GTool
/dports/databases/libodbc++/libodbc++-0.2.5/qtsql++/
H A DMakefile.am27 thelib=../src/libodbc++_qt-mt.la
29 thelib=../src/libodbc++_qt.la
52 qtsql___LDADD = $(thelib)
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dlibwebp.pas555 thelib: string;
566 thelib := LibWebPFilename;
567 if thelib = '' then exit(false);
568 thelib := ExtractFilePath(ParamStr(0)) + DirectorySeparator + thelib;
569 end else thelib := libfilename;
570 LibWebPHandle := DynLibs.SafeLoadLibrary(thelib); // obtain the handle we want
575 thelib := ExtractFilePath(ParamStr(0)) + DirectorySeparator + 'libwebp.dll';
576 LibWebPHandle := DynLibs.SafeLoadLibrary(thelib); // obtain the handle we want
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dlibwebp.pas555 thelib: string;
566 thelib := LibWebPFilename;
567 if thelib = '' then exit(false);
568 thelib := ExtractFilePath(ParamStr(0)) + DirectorySeparator + thelib;
569 end else thelib := libfilename;
570 LibWebPHandle := DynLibs.SafeLoadLibrary(thelib); // obtain the handle we want
575 thelib := ExtractFilePath(ParamStr(0)) + DirectorySeparator + 'libwebp.dll';
576 LibWebPHandle := DynLibs.SafeLoadLibrary(thelib); // obtain the handle we want
/dports/cad/opencascade/opencascade-7.6.0/src/StepSelect/
H A DStepSelect_StepType.cxx41 thelib.Clear(); in SetProtocol()
42 thelib.AddProtocol (theproto); in SetProtocol()
56 Standard_Boolean ok = thelib.Select (ent,module,CN); in Value()
H A DStepSelect_StepType.hxx72 StepData_WriterLib thelib; member in StepSelect_StepType
/dports/security/nmap/nmap-7.91/nselib/
H A Dunittest.lua192 local status, thelib = pcall(require, lib)
194 stdnse.debug1("Failed to load %s: %s", lib, thelib)
197 if rawget(thelib,"test_suite") ~= nil then
198 failed = thelib.test_suite()
/dports/devel/tla/tla-1.3.5/src/tla/tla/
H A DMakefile.in24 $(programs):%$(cfg__exec_suffix):%.o $(thelib) $(filter-out -L%, $(filter-out -l%, $(libs)))
25 …$(SHELL) $(objroot)/libneon/libtool --mode=link $(CC) $(CFLAGS) -L../../expat -o $@ $< $(thelib) $…
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/install-locations/
H A Dinstall-locations.qbs28 name: "thelib"
34 files: "thelib.cpp"
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/dynamic-library-in-module/
H A Dthelibs.qbs3 name: "thelib"
H A Dtheapp.qbs24 Depends { name: "thelib" }
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStepSelect_StepType.hxx72 StepData_WriterLib thelib; member in StepSelect_StepType
H A DIGESData_IGESDumper.hxx73 IGESData_SpecificLib thelib; member in IGESData_IGESDumper
H A DInterface_GTool.hxx114 Interface_GeneralLib thelib; member in Interface_GTool
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStepSelect_StepType.hxx72 StepData_WriterLib thelib; member in StepSelect_StepType
H A DIGESData_IGESDumper.hxx85 IGESData_SpecificLib thelib; member in IGESData_IGESDumper
/dports/cad/opencascade/opencascade-7.6.0/src/IGESData/
H A DIGESData_IGESDumper.cxx36 : thelib (protocol) in IGESData_IGESDumper()
191 if (thelib.Select(ent,module,CN)) in OwnDump()
H A DIGESData_IGESDumper.hxx73 IGESData_SpecificLib thelib; member in IGESData_IGESDumper

123