Home
last modified time | relevance | path

Searched refs:PROJ (Results 1 – 25 of 1613) sorted by relevance

12345678910>>...65

/dports/graphics/proj/proj-7.2.1/data/sql/
H A Dcustomizations.sql27 'PROJ',
38 'PROJ',
49 'PROJ',
60 'PROJ',
63 'PROJ',
71 'PROJ',
74 'PROJ',
82 'PROJ',
85 'PROJ',
94 'PROJ',
[all …]
/dports/games/angband/Angband-4.2.2/src/
H A Dlist-projections.h10 PROJ(LIGHT_WEAK)
11 PROJ(DARK_WEAK)
12 PROJ(KILL_WALL)
13 PROJ(KILL_DOOR)
14 PROJ(KILL_TRAP)
15 PROJ(MAKE_DOOR)
16 PROJ(MAKE_TRAP)
19 PROJ(AWAY_EVIL)
20 PROJ(AWAY_ALL)
24 PROJ(TURN_ALL)
[all …]
/dports/security/pgpin/pgp263in/src/
H A Dpgppwb.mak3 PROJ = PGP macro
57 all: $(PROJ).exe
79 @$(CC) @<<$(PROJ).rsp
84 @$(CC) @<<$(PROJ).rsp
92 @$(CC) @<<$(PROJ).rsp
97 @$(CC) @<<$(PROJ).rsp
105 @$(CC) @<<$(PROJ).rsp
110 @$(CC) @<<$(PROJ).rsp
118 @$(CC) @<<$(PROJ).rsp
993 run: $(PROJ).exe
[all …]
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A DMakefile-windows-x86-32.nmake11 PROJ = wrapper
19 EXE_OUTDIR = $(PROJ)32_VC8__Win32_Release
32 all: $(EXE_OUTDIR) $(DLL_OUTDIR) $(PROJ).exe $(PROJ).dll
49 $(EXE_OUTDIR)\$(PROJ).res: $(PROJ).rc $(RC_DEP)
50 $(RC) /fo"$(EXE_OUTDIR)/$(PROJ).res" $(PROJ).rc
51 $(DLL_OUTDIR)\$(PROJ).res: $(PROJ).rc $(RC_DEP)
52 $(RC) /fo"$(DLL_OUTDIR)/$(PROJ).res" $(PROJ).rc
53 $(PROJ).exe: $(BASE_OBJS) $(EXE_OBJS) $(EXE_OUTDIR)\$(PROJ).res
57 $(PROJ).dll: $(BASE_OBJS) $(DLL_OBJS) $(DLL_OUTDIR)\$(PROJ).res
64 if exist ..\..\bin\$(PROJ).exe del /q ..\..\bin\$(PROJ).exe
[all …]
/dports/devel/z88dk/z88dk/src/z80asm/dev/z80asm_lib/
H A DMakefile10 PROJ := z80asm
13 Z80ASM_EXE ?= ../../$(PROJ)
20 all: $(PROJ)-$(strip $(1)).lib
22 $(PROJ)-$(strip $(1)).lib: $(PROJ)_lib.lst $(SRC) Makefile ../../zobjfile.h
23 $(Z80ASM_EXE) -l -x$(PROJ)-$(strip $(1)).lib $(2) @$(PROJ)_lib.lst
26 $(RM) $(PROJ)-$(strip $(1)).lib
29 $(INSTALL) $(PROJ)-$(strip $(1)).lib $(PREFIX)/lib/$(PROJ)-$(strip $(1)).lib
38 $(PROJ)_lib.lst: $(SRC)
39 $(RM) $(PROJ)_lib.lst
40 $(foreach file, $(sort $(SRC)), echo $(file) >> $(PROJ)_lib.lst; )
/dports/graphics/proj/proj-7.2.1/
H A DREADME.md1 # PROJ chapter
3 [![Travis Status](https://travis-ci.com/OSGeo/PROJ.svg?branch=master)](https://travis-ci.com/OSGeo/
4 …or.com/api/projects/status/github/OSGeo/PROJ?branch=master&svg=true)](https://ci.appveyor.com/proj…
5 …s Status](https://img.shields.io/cirrus/github/OSGeo/PROJ)](https://cirrus-ci.com/github/OSGeo/PRO…
7 …](https://coveralls.io/repos/github/OSGeo/PROJ/badge.svg?branch=master)](https://coveralls.io/gith…
20 The PROJ mailing list can be found at:
52 In addition to the PROJ software package, distributions of datum
57 [PROJ website](https://proj.org/download.html).
61 [PROJ-data GitHub repository](https://github.com/OSGeo/PROJ-data).
71 [PROJ CDN](https://cdn.proj.org/). A [network-enabled](https://proj.org/usage/network.html) PROJ bu…
[all …]
H A DREADME1 # PROJ
4 PROJ is a generic coordinate transformation software, that transforms
8 For more information on the PROJ project please see the web page at:
12 The PROJ mailing list can be found at:
18 The following command line utilities are included in the PROJ package:
44 In addition to the PROJ software package, distributions of datum
45 conversion grid files and PROJ parameter files are also available.
49 [PROJ website](https://proj.org/download.html).
53 [PROJ-data GitHub repository](https://github.com/OSGeo/PROJ-data).
63 [PROJ CDN](https://cdn.proj.org/). A [network-enabled](https://proj.org/usage/network.html) PROJ bu…
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_goode.c70 static PROJ *
71 setup(PROJ *P, int n) {
72 extern PROJ
73 *proj_sinu(PROJ *),
75 *proj_mbtfpq(PROJ *),
76 *proj_eck6(PROJ *),
77 *proj_mbtfpp(PROJ *),
78 *proj_crast(PROJ *),
79 *proj_moll(PROJ *);
80 PROJ *(*proj_equi[])(PROJ *) = {
[all …]
H A Dlib_proj.h151 } PROJ; typedef
155 PROJ *(*proj)(PROJ *); /* projection entry point */
165 extern PROJ_EXPORT PROJ *proj_##id(PROJ *); extern PROJ_EXPORT char * const proj_s_##id;
201 PROJ *proj_##name(PROJ *P) { if (!P) { \
202 if ((P = (PROJ *)malloc(sizeof(PROJ)))) { \
216 #define FREEUP static void freeup(PROJ *P) {
255 PROJ_EXPORT PROJ_XY proj_fwd(PROJ_LP, PROJ *);
256 PROJ_EXPORT PROJ_LP proj_inv(PROJ_XY, PROJ *);
257 PROJ_EXPORT void proj_pr_list(PROJ *);
258 PROJ_EXPORT void proj_free(PROJ *);
[all …]
/dports/ftp/rexx-curl/RexxCURL-2.1.0/
H A Dmakefile.win.vc38 PROJ = rexxcurl
150 all: how $(PROJ).exe $(PROJ).dll
168 $(ABBREV)dll.obj: $(SRCDIR)\$(PROJ).c $(H1) $(H2) $(H3) $(SRCDIR)\$(PROJ).ver
171 $(ABBREV)exe.obj: $(SRCDIR)\$(PROJ).c $(H1) $(H2) $(H3) $(SRCDIR)\$(PROJ).ver
199 .\$(PROJ)win.rc : $(SRCDIR)\$(PROJ).ver $(SRCDIR)\$(PROJ)win.rc
215 $(PROJ).dll: $(objsdll)
218 $(PROJ).exe: $(objsexe)
224 zip: $(DISTDIR) $(PROJ).exe $(PROJ).dll $(SRCDIR)\makefile.win.vc $(ziparch)
225 copy $(PROJ).exe $(DISTDIR)
237 -del $(PROJ)*.zip
[all …]
/dports/devel/icestorm/icestorm-710470f9/examples/icestick/
H A DMakefile1 PROJ = example macro
8 all: $(PROJ).rpt $(PROJ).bin
37 sim: $(PROJ)_tb.vcd
39 postsim: $(PROJ)_syntb.vcd
41 prog: $(PROJ).bin
44 sudo-prog: $(PROJ).bin
49 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
/dports/devel/icestorm/icestorm-710470f9/examples/hx8kboard/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
/dports/devel/icestorm/icestorm-710470f9/examples/iceblink/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
/dports/devel/icestorm/icestorm-710470f9/examples/icezum/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
/dports/devel/lattice-ice40-examples-hx8k/iCE40HX8K-EVB-ae283711fc6c18f1905d0abf78195aed191ce612/demo/ice40-io-video/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin $(PROJ).rpt
/dports/devel/lattice-ice40-examples-hx8k/iCE40HX8K-EVB-ae283711fc6c18f1905d0abf78195aed191ce612/demo/ice40hx8k-evb/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin $(PROJ).rpt
/dports/graphics/py-pyproj/pyproj-3.2.1/docs/
H A Dinstallation.rst52 pyproj PROJ
62 Setup PROJ
65 PROJ is required when building from source.
67 :ref:`PROJ Installation Instructions <install>`
69 You can also download PROJ from:
72 - https://github.com/OSGeo/PROJ
88 This is the path to the base directory for PROJ.
103 the PROJ directory.
125 In the setup.py, the order for searching for PROJ is:
128 2. The internal PROJ directory (pyproj/proj_dir)
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dcon_lang.lua46 PROJ = {
323 PROJ,
810 spawns = { PROJ".spawns", PROJ":set_spawns(%%s)", litok_gem1 },
811 sound = { PROJ".sound", PROJ":set_sound(%%s)", litok_gem1 },
812 isound = { PROJ".isound", PROJ":set_isound(%%s)", litok_gem1 },
813 vel = PROJ".vel",
814 decal = { PROJ".decal", PROJ":set_decal(%%s)", litok_gem1 },
815 trail = { PROJ".trail", PROJ":set_trail(%%s)", litok_gem1 },
816 tnum = PROJ".tnum",
820 bsound = { PROJ".bsound", PROJ":set_bsound(%%s)", litok_gem1 },
[all …]
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dmakefile.ms12 PROJ = winboard
60 LFDEBUG = -DEBUG -PDB:$(PROJ).pdb -MAP:$(PROJ).map $(CLIB)d.lib
70 all: $(PROJ).exe
74 -erase *~ $(PROJ).exe $(PROJ).err $(PROJ).rbj $(PROJ).res *.sbr *.bsc\
79 $(PROJ).hlp : $(PROJ).rtf
82 -@rename $(PROJ).hlp $(PROJ).hlp.tmp
83 -@rename $(PROJ).hlp.tmp $(PROJ).hlp
87 $(PROJ).res: $(PROJ).rc $(PROJ).h resource.h config.h
88 $(RC) $(CF) -r -fo $(PROJ).res $(PROJ).rc
188 $(PROJ).exe: $(OBJS) $(PROJ).res $(PROJ).hlp
[all …]
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dmakefile.ms12 PROJ = winboard
60 LFDEBUG = -DEBUG -PDB:$(PROJ).pdb -MAP:$(PROJ).map $(CLIB)d.lib
70 all: $(PROJ).exe
74 -erase *~ $(PROJ).exe $(PROJ).err $(PROJ).rbj $(PROJ).res *.sbr *.bsc\
79 $(PROJ).hlp : $(PROJ).rtf
82 -@rename $(PROJ).hlp $(PROJ).hlp.tmp
83 -@rename $(PROJ).hlp.tmp $(PROJ).hlp
87 $(PROJ).res: $(PROJ).rc $(PROJ).h resource.h config.h
88 $(RC) $(CF) -r -fo $(PROJ).res $(PROJ).rc
188 $(PROJ).exe: $(OBJS) $(PROJ).res $(PROJ).hlp
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A DMakefile.legacy340 $(MAKE) $(PROJ) \
349 $(MAKE) $(PROJ) \
576 $(MAKE) $(PROJ) \
585 $(MAKE) $(PROJ) \
718 $(MAKE) $(PROJ) \
728 $(MAKE) $(PROJ) \
780 $(MAKE) $(PROJ) \
989 $(MAKE_ORIG) $(PROJ)
997 $(MAKE_ORIG) $(PROJ)
1025 $(MAKE_ORIG) $(PROJ)
[all …]
/dports/devel/icestorm/icestorm-710470f9/examples/icebreaker/
H A DMakefile1 PROJ = example macro
6 all: $(PROJ).rpt $(PROJ).bin
35 prog: $(PROJ).bin
38 sudo-prog: $(PROJ).bin
43 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/demo/ice40hx1k-evb/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/demo/ice40-io-video/
H A DMakefile1 PROJ = example macro
5 all: $(PROJ).rpt $(PROJ).bin
19 prog: $(PROJ).bin
22 sudo-prog: $(PROJ).bin
27 rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin
/dports/graphics/proj/proj-7.2.1/test/cli/
H A Dtestprojinfo103 $EXE -o PROJ EPSG:25832 >>${OUT} 2>&1
115 $EXE -s EPSG:5720 -t EPSG:4965 -o PROJ >>${OUT} 2>&1
175 $EXE -k operation EPSG:8457 -o PROJ -q >>${OUT} 2>&1
215 echo 'Testing -s NZGD2000 -t ITRF96 -o PROJ -q' >> ${OUT}
216 $EXE -s NZGD2000 -t ITRF96 -o PROJ -q >>${OUT} 2>&1
219 echo 'Testing -s NZGD2000 -t ITRF97 -o PROJ -q' >> ${OUT}
220 $EXE -s NZGD2000 -t ITRF97 -o PROJ -q >>${OUT} 2>&1
224 $EXE -s NZGD2000 -t ITRF2000 -o PROJ -q >>${OUT} 2>&1
228 $EXE -s NZGD2000 -t ITRF2005 -o PROJ -q >>${OUT} 2>&1
232 $EXE -s NZGD2000 -t ITRF2008 -o PROJ -q >>${OUT} 2>&1
[all …]

12345678910>>...65