Searched full:makefile (Results 1 – 25 of 59) sorted by relevance
123
172 Note: If `make` is used (with this [Makefile](https://github.com/civetweb/civetweb/blob/master/Make…179 TARGET_OS values should be be one found in *resources/Makefile.in-os*.187 Use the alternate *Makefile.osx* to do the build. The entire build has188 to be done using *Makefile.osx* because additional compile and link options189 are required. This Makefile has all the same options as the other one plus193 make -f Makefile.osx package
6 controlled from the top-level Makefile.26 place and the way to install files are defined in Makefile. You must55 - Where and how to install Lua -- edit Makefile.56 - How to build Lua -- edit src/Makefile.68 (and also Windows). See src/luaconf.h and also src/Makefile.
1 # makefile for installing Lua3 # see src/Makefile and src/luaconf.h for further customization87 @echo "These are the parameters currently set in src/Makefile to build Lua $R:"91 @echo "These are the parameters currently set in Makefile to install Lua $R:"128 # (end of Makefile)
3 # vars from install Makefile5 # grep '^V=' ../Makefile7 # grep '^R=' ../Makefile10 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
6 # $ make -f Makefile.sharedlibrary7 # $ sudo make -f Makefile.sharedlibrary install8 # $ make -f Makefile.sharedlibrary duk # --> example 'duk' linked to shared libduktape
35 See Makefile.hello for a concrete example::38 $ make -f Makefile.hello47 $ make -f Makefile.cmdline
2 # Example Makefile for building a program with embedded Duktape.8 # Makefile uses the combined source file.
111 The <TT>Makefile</TT> there controls both the build process and the installation process.149 place and the way to install files are defined in the <TT>Makefile</TT>. You'll197 <LI> Where and how to install Lua — edit <TT>Makefile</TT>.198 <LI> How to build Lua — edit <TT>src/Makefile</TT>.249 dynamic linking; <TT>src/Makefile</TT> does this for the Lua interpreter.
6 #This makefile is used to test the other Makefiles11 include $(TOP)/resources/Makefile.in-os27 $(MAKE) -C $(TOP) -f Makefile.osx clean package
114 The <TT>Makefile</TT> there controls both the build process and the installation process.152 place and the way to install files are defined in the <TT>Makefile</TT>. You'll200 <LI> Where and how to install Lua — edit <TT>Makefile</TT>.201 <LI> How to build Lua — edit <TT>src/Makefile</TT>.258 dynamic linking; <TT>src/Makefile</TT> does this for the Lua interpreter.
6 #This makefile is used to test the other Makefiles18 include $(TOP)/resources/Makefile.in-os
7 #This makefile is used to test the other Makefiles19 include $(TOP)/resources/Makefile.in-os
6 #This makefile is used to test the other Makefiles19 include $(TOP)/resources/Makefile.in-os
22 cp Makefile cov_build/29 cp resources/Makefile.in-os cov_build/resources/
1 # makefile for building Lua3 # see ../Makefile and luaconf.h for further customization182 # (end of Makefile)