/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | Make_vms.com | 1 $! make libz under VMS written by 17 $ Make = "" 33 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 34 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 66 $ if make.eqs."" 69 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" - 71 $ CALL MAKE compress.OBJ "CC ''CCOPT' compress" - 73 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" - 75 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" - 77 $ CALL MAKE gzio.OBJ "CC ''CCOPT' gzio" - [all …]
|
H A D | README | 18 the top of Makefile. In short "make test; make install" should work for most 19 machines. For Unix: "./configure; make test; make install". For MSDOS, use one 75 other compilers. Use "make test" to check your compiler. 82 installed before testing (do "make install" before "make test"), since the
|
H A D | FAQ | 30 Make sure that before the call of compress, the length of the compressed 37 Before making the call, make sure that avail_in and avail_out are not 38 zero. When setting the parameter flush equal to Z_FINISH, also make sure 67 If "make test" produces something like 72 /usr/X11R6/lib. Remove any old versions, then do "make install". 88 13. How can I make a Unix shared library? 90 make clean 92 make 98 make install 129 18. Why does gzip give an error on a file I make with compress/deflate? [all …]
|
H A D | Makefile.in | 6 # ./configure; make test 12 # make LOC=-DASMV OBJA=match.o 15 # make install 17 # make install prefix=$HOME 53 # to use the asm code: make OBJA=match.o 139 # DO NOT DELETE THIS LINE -- make depend depends on it.
|
H A D | Makefile | 6 # ./configure; make test 12 # make LOC=-DASMV OBJA=match.o 15 # make install 17 # make install prefix=$HOME 53 # to use the asm code: make OBJA=match.o 139 # DO NOT DELETE THIS LINE -- make depend depends on it.
|
H A D | zutil.c | 218 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc() 258 ptr = opaque; /* just to make some compilers happy */ in zcfree() 277 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc() 283 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree() 305 if (opaque) items += size - size; /* make compiler happy */ 315 if (opaque) return; /* make compiler happy */
|
H A D | ChangeLog | 66 - Add Solaris 9 make options in configure [Gilbert] 71 - Make adler32() much faster for small len 255 - Make inflate distance-too-far checks more rigorous 356 - Make prefix directory if needed when installing 361 return value, warn during make if using an insecure function 412 - remove so_locations in "make clean" (Tim Mooney) 438 - preinitialize the inflate tables for fixed codes, to make the code 449 - allow "make install prefix=..." even after configure (Glenn Randers-Pehrson) 495 - fix check for presence of directories in "make install" (Ian Willis) 504 trees.h, compile with GEN_TREES_H and run "make test". [all …]
|
H A D | algorithm.txt | 74 How many bits to make the first lookup is a tradeoff between the time it 80 simply to make the number of bits in the first table a variable, and then 123 other extreme, you could make a new table for every bit in the code. In fact, 146 Let's make the first table three bits long (eight entries):
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 59 2. Type `make' to compile the package. 61 3. Optionally, type `make check' to run any self-tests that come with 64 4. Type `make install' to install the programs and any data files and 67 user, and only the `make install' phase executed with root 70 5. Optionally, type `make installcheck' to repeat any self-tests, but 73 regular user, particularly if the prior `make install' required 78 source code directory by typing `make clean'. To also remove the 80 a different kind of computer), type `make distclean'. There is 81 also a `make maintainer-clean' target, but that is intended mainly [all …]
|
H A D | COPYING | 31 software--to make sure the software is free for all its users. This 39 price. Our General Public Licenses are designed to make sure that you 45 To protect your rights, we need to make restrictions that forbid 52 you have. You must make sure that they, too, receive or can get the 60 Also, for each author's protection and ours, we want to make certain 243 This section is intended to make thoroughly clear what is believed to 271 make exceptions for this. Our decision will be guided by the two goals 302 possible use to the public, the best way to achieve this is to make it 330 If the program is interactive, make it output a short notice like this
|
H A D | aclocal.m4 | 200 [The pkg-config script could not be found or is too old. Make sure it 521 # We make a subdir and do the tests there. Otherwise we can end up 608 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 707 # from the Makefile without running 'make'. 720 # Make sure the directory exists. 770 # the next Automake release, Autoconf can make the AC_INIT 781 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 786 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 872 # is OK; and we want to be able to make that assumption in our Makefile 876 # To make any issue more visible, cause the running configure to be aborted [all …]
|
H A D | README | 21 of ./configure and make: 25 make LDFLAGS="-all-static -static-libtool-libs" 41 ./configure && make
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig.txt | 1 This file contains some assistance for using "make *config". 3 Use "make help" to list all of the possible configuration targets. 16 "make oldconfig" won't necessarily produce a working new kernel 20 To see a list of new config symbols when using "make oldconfig", use 23 make listnewconfig 59 KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", "make *config" 75 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig 77 KCONFIG_ALLCONFIG=mini.config make allnoconfig 79 make KCONFIG_ALLCONFIG=mini.config allnoconfig 189 make MENUCONFIG_COLOR=<theme> menuconfig [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | README.rst | 21 In order to preview any changes you make you must first install a Sphinx 28 $ make clean && make preview && (cd _build/html && python -m SimpleHTTPServer 8080)
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | start_iar.s | 48 __vector: ; Make this a DATA label, so that stack usage 130 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 137 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 143 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 149 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 156 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | gpl.txt | 14 software--to make sure the software is free for all its users. This 22 price. Our General Public Licenses are designed to make sure that you 28 To protect your rights, we need to make restrictions that forbid 35 you have. You must make sure that they, too, receive or can get the 43 Also, for each author's protection and ours, we want to make certain 226 This section is intended to make thoroughly clear what is believed to 254 make exceptions for this. Our decision will be guided by the two goals 285 possible use to the public, the best way to achieve this is to make it 313 If the program is interactive, make it output a short notice like this
|
H A D | lgpl.txt | 18 free software--to make sure the software is free for all its users. 28 not price. Our General Public Licenses are designed to make sure that 35 To protect your rights, we need to make restrictions that forbid 42 you. You must make sure that they, too, receive or can get the source 52 To protect each distributor, we want to make it very clear that 60 any free program. We wish to make sure that a company cannot 178 is invoked, then you must make a good faith effort to ensure that, 217 that version instead if you wish.) Do not make any other change in 402 This section is intended to make thoroughly clear what is believed to 430 Software Foundation; we sometimes make exceptions for this. Our
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 14 software--to make sure the software is free for all its users. This 22 price. Our General Public Licenses are designed to make sure that you 28 To protect your rights, we need to make restrictions that forbid 35 you have. You must make sure that they, too, receive or can get the 43 Also, for each author's protection and ours, we want to make certain 226 This section is intended to make thoroughly clear what is believed to 254 make exceptions for this. Our decision will be guided by the two goals 285 possible use to the public, the best way to achieve this is to make it 312 If the program is interactive, make it output a short notice like this
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-merge | 4 # values that did not make it to the resulting .config file (due to missed 32 echo " -m only merge the fragments, do not execute the make command" 137 echo "# merged configuration written to $KCONFIG_CONFIG (needs make)" 154 make KCONFIG_ALLCONFIG=$TMP_FILE $OUTPUT_ARG $ALLTARGET
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | dcr_gcc.S | 28 * These routines make use of self modifying code. DO NOT CALL THEM 71 dcbst r0, r4 /* Make sure val is written out */ 73 icbi r0, r4 /* Make sure old instr is dumped */ 116 dcbst r0, r5 /* Make sure val is written out */ 118 icbi r0, r5 /* Make sure old instr is dumped */
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | building.py | 96 # Make sure the env is constructed by strings 100 # the executables. So we have to modify our own PATH to make Popen 155 dest = 'make-dist', 158 help = 'make distribution') 160 dest = 'make-dist-strip', 163 help = 'make distribution and strip useless files') 199 help = 'make rtconfig.h from config file.') 209 # make an absolute root directory 348 help = 'make menuconfig for RT-Thread BSP') 358 help = 'make menuconfig for RT-Thread BSP') [all …]
|
/nrf52832-nimble/rt-thread/components/libc/termios/ |
H A D | posix_termios.c | 31 /* make the change immediately */ in tcsetattr() 35 * Don't make the change until all currently written data in tcsetattr() 40 /* Don't make the change until all currently written data in tcsetattr()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbfuncholding.c | 89 /* Make callback to update the value. */ in eMBFuncWriteHoldingRegister() 134 /* Make callback to update the register values. */ in eMBFuncWriteMultipleHoldingRegister() 205 /* Make callback to fill the buffer. */ in eMBFuncReadHoldingRegister() 269 /* Make callback to update the register values. */ in eMBFuncReadWriteMultipleHoldingRegister() 287 /* Make the read callback. */ in eMBFuncReadWriteMultipleHoldingRegister()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/ |
H A D | README | 11 Just running make will produce the test program. 13 Running make with parameter 'D=-DLWIP_FUZZ_MULTI_PACKET' will produce a binary
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | README.md | 39 make 72 make test
|