Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • lstree ... V level : Verbose(debug) mode(level 1-9) environment variables COLUMNS : number of columns for screen/printer(see -w) # COMPILE ## Compile with MSVC ``` $ nmake -f Make_msvc.mak nodebug=1 ``` ## Compile on UNIX like system ``` $ make ```
  • Flog ... regenerated. The sample project makefiles execute this automatically for each sample $flogHeader. See project.mak for details. Your project can generate the $flogHeader as it sees fit. Common Configuration ...
  • ycoreutils Coreutils clone, just for fun. ycoreutils is coreutils clone that I write for fun, to compile it, create and edit config.mak to override defaults, and run make. This will create binaries in bin/ folder. There are also 3 programs written in assembly. In ...
  • cygvarnish ... - Compile PDCurses in Cygwin or Mingw (http://2cent-info.blogspot.com/2010/07/pdcurses-for-mingw32_19.html) - Modify gccwin32.mak file, adding -mno-cygwin flag in CFLAGS, LDFLAGS and LIBFLAGS for native compilation 4.2) PCRE 7.0: http:// ...
  • xisip ... 4.3 Debugging the Sample Application _________________________________________________________________ The sample applications are build using Samples.mak makefile, therefore it is difficult to setup debugging session in Visual Studio for ...
  • coremark_lm32 ... the coremark files: # cd coremark_v1.0 # git clone git@github.com:jpbonn/coremark_lm32.git Edit coremark_lm32/core_portme.mak and edit the following variables to point to the appropriate directories: MMDIR COMPILERRT_DIR NEWLIB_DIR LIBGLOSS_DIR If you ...
  • libstemmer_c ... "Makefile.am" to the unpacked libstemmer_c folder, containing: noinst_LTLIBRARIES = libstemmer.la include $(srcdir)/mkinc.mak noinst_HEADERS = $(snowball_headers) libstemmer_la_SOURCES = $(snowball_sources) (You may also need to add other lines to ...
  • cantina-conf ... // Body will contain a partial configuration object. console.dir(body); }); ``` To fetch the full configuration, just request '/'.mak ```js amino.request('amino://conf', function(err, response, body) { // Body will contain the entire configuration. ...
  • chpersroot ... in at build time. Build Instructions ------------------ Setup your configuration if you want to:: cat >config.mak <<\EOF prefix=/usr/local EOF then build:: make && sudo make install Configuration ------------- The configuration ...