Home
last modified time | relevance | path

Searched refs:OBJ (Results 5376 – 5400 of 20491) sorted by relevance

1...<<211212213214215216217218219220>>...820

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wmts/
H A DGNUmakefile4 OBJ = wmtsdataset.o macro
6 default: $(OBJ:.o=.$(OBJ_EXT))
9 rm -f *.o $(OBJ) $(O_OBJ)
/dports/security/openssh-portable/openssh-8.8p1/regress/
H A Dauthinfo.sh8 env SSH_USER_AUTH=blah ${SSH} -F $OBJ/ssh_proxy x \
12 echo ExposeAuthInfo=yes >> $OBJ/sshd_proxy
13 ${SSH} -F $OBJ/ssh_proxy x \
H A Dagent-subprocess.sh7 ${SSHAGENT} sh -c "echo \$SSH_AGENT_PID >$OBJ/pidfile; sleep 1"
9 pid=`cat $OBJ/pidfile`
22 rm -f $OBJ/pidfile
/dports/graphics/gdal/gdal-3.3.3/frmts/wmts/
H A DGNUmakefile4 OBJ = wmtsdataset.o macro
6 default: $(OBJ:.o=.$(OBJ_EXT))
9 rm -f *.o $(OBJ) $(O_OBJ)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.hpp29 #define ARRAY_SIZE(OBJ) (sizeof(OBJ) / sizeof(OBJ)[0]) argument
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/profiler/
H A DMakefile2 OBJ = libmono-profiler-link.so macro
5 gcc -g -Wall -shared -o $(OBJ) $(SRC) `pkg-config --cflags --libs mono`
8 rm -f $(OBJ)
/dports/net/trafshow/trafshow-5.2.3/
H A DMakefile.in58 OBJ = $(CSRC:.c=.o) $(YSRC:.y=.o) $(LSRC:.l=.o) $(GENSRC:.c=.o) @LIBOBJS@
60 CLEANFILES = $(PROG) $(OBJ) $(GENSRC) y.tab.h
62 $(PROG): $(OBJ)
64 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
66 $(OBJ): config.h trafshow.h Makefile
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/
H A DMakefile.both.in7 # a single(sic!) library [LIB] made of object files [SRC] and [OBJ]
9 # [SRC].c, and [OBJ].o must be already compiled by this time.
13 # a single shared(DLL) library [LIB] made of object files [SRC] and [OBJ]
15 # [SRC].c, and [OBJ].o must be already compiled by this time.
31 # OBJ = p1_myobj
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/
H A DMakefile.both.in7 # a single(sic!) library [LIB] made of object files [SRC] and [OBJ]
9 # [SRC].c, and [OBJ].o must be already compiled by this time.
13 # a single shared(DLL) library [LIB] made of object files [SRC] and [OBJ]
15 # [SRC].c, and [OBJ].o must be already compiled by this time.
31 # OBJ = p1_myobj
/dports/editors/libreoffice/libreoffice-7.2.6.2/io/test/
H A Dmakefile.mk34 OBJFILES= $(OBJ)$/testcomponent.obj \
35 $(OBJ)$/testconnection.obj
59 APP1OBJS = $(OBJ)$/testcomponent.obj
65 APP2OBJS = $(OBJ)$/testconnection.obj
/dports/games/passage/Passage_v4_UnixSource/minorGems/util/development/leakTracer/
H A DMakefile31 OBJ := $(patsubst %.cc,$(OBJ_DIR)/%.o,$(SRC)) macro
32 SHOBJ := $(patsubst %.o,$(OBJ_DIR)/%.so,$(OBJ))
36 all: $(OBJ) $(SHOBJ)
39 rm -f $(OBJ) leak.out
/dports/math/pdal/PDAL-2.3.0/doc/stages/
H A Dreaders.obj.rst6 The **OBJ reader** reads data from files in the OBJ format.
7 This reader constructs a mesh from the faces specified in the OBJ file, ignoring
15 This pipeline reads from an example OBJ file outputs
/dports/science/lammps/lammps-stable_29Sep2021/src/MAKE/MACHINES/
H A DMakefile.bgq35 $(ARLIB): $(OBJ) $(EXTRA_LINK_DEPENDS)
37 $(ARCHIVE) $(ARFLAGS) ../$(ARLIB) $(OBJ)
41 $(SHLIB): $(OBJ) $(EXTRA_LINK_DEPENDS)
43 $(OBJ) $(EXTRA_LIB) $(LIB)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-rc/
H A Dwindres-prefix.test14 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefix=CHECK-OBJ
16 ; CHECK-OBJ: Format: COFF-ARM64
17 ; CHECK-OBJ: Resources [
18 ; CHECK-OBJ: Total Number of Resources:
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/config/
H A Dmkprogs.inc.in12 -$(RM) *.$(OBJ) *$(LO) *$(LA) $(PROGS) *.bak .libs
40 .SUFFIXES: .$(OBJ) $(LO) .cpp
45 .c.$(OBJ):
51 .cpp.$(OBJ):
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-rc/
H A Dwindres-prefix.test14 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefix=CHECK-OBJ
16 ; CHECK-OBJ: Format: COFF-ARM64
17 ; CHECK-OBJ: Resources [
18 ; CHECK-OBJ: Total Number of Resources:
/dports/science/nwchem-data/nwchem-7.0.2-release/src/fft/test/
H A DGNUmakefile50 OBJ = testfft3.o macro
57 OBJ = testfft3.o o mympi.o mympic.o macro
82 test: $(OBJ)
88 $(LINK.f) -o testfft3 $(OBJ) -lnwctask $(LIBS)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-rc/
H A Dwindres-prefix.test14 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefix=CHECK-OBJ
16 ; CHECK-OBJ: Format: COFF-ARM64
17 ; CHECK-OBJ: Resources [
18 ; CHECK-OBJ: Total Number of Resources:
/dports/editors/libreoffice6/libreoffice-6.4.7.2/io/test/
H A Dmakefile.mk34 OBJFILES= $(OBJ)$/testcomponent.obj \
35 $(OBJ)$/testconnection.obj
59 APP1OBJS = $(OBJ)$/testcomponent.obj
65 APP2OBJS = $(OBJ)$/testconnection.obj
/dports/textproc/py-wordnet/WordNet-2.0/src/lib/
H A DMakefile11 OBJ = binsrch.o morph.o search.o setutil.o wnglobal.o wnhelp.o wnrtl.o wnutil.o macro
53 $(WN_FILES): $(OBJ)
54 ar rcv $(WN_FILES) $(OBJ); ranlib $(WN_FILES)
57 @rm -f $(WN_FILES) $(OBJ) core *~ "#"*
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/config/
H A Dmkprogs.inc.in12 -$(RM) *.$(OBJ) *$(LO) *$(LA) $(PROGS) *.bak .libs
40 .SUFFIXES: .$(OBJ) $(LO) .cpp
45 .c.$(OBJ):
51 .cpp.$(OBJ):
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DMakefile.mingw32-cross15 OBJ = $(SRC:%.cpp=$(DIR)%.o)
45 $(LIB): $(OBJ)
46 $(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)
58 DEPENDS = $(OBJ:.o=.d)
H A DMakefile.mingw64-cross15 OBJ = $(SRC:%.cpp=$(DIR)%.o)
45 $(LIB): $(OBJ)
46 $(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)
58 DEPENDS = $(OBJ:.o=.d)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/fft/test/
H A DGNUmakefile50 OBJ = testfft3.o macro
57 OBJ = testfft3.o o mympi.o mympic.o macro
82 test: $(OBJ)
88 $(LINK.f) -o testfft3 $(OBJ) -lnwctask $(LIBS)
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/util/development/leakTracer/
H A DMakefile31 OBJ := $(patsubst %.cc,$(OBJ_DIR)/%.o,$(SRC)) macro
32 SHOBJ := $(patsubst %.o,$(OBJ_DIR)/%.so,$(OBJ))
36 all: $(OBJ) $(SHOBJ)
39 rm -f $(OBJ) leak.out

1...<<211212213214215216217218219220>>...820