Searched refs:Makefile (Results 1 – 25 of 138) sorted by relevance
123456
31 MAKEFILES = $(EDK_TOOLS_SOURCE)\Common\Makefile \33 $(EDK_TOOLS_SOURCE)\GenCRC32Section\Makefile \34 $(EDK_TOOLS_SOURCE)\GenSection\Makefile \35 $(EDK_TOOLS_SOURCE)\GenDepex\Makefile \36 $(EDK_TOOLS_SOURCE)\GenFfsFile\Makefile \37 $(EDK_TOOLS_SOURCE)\GenFvImage\Makefile \39 $(EDK_TOOLS_SOURCE)\FwImage\Makefile \47 $(EDK_TOOLS_SOURCE)\UefiHiiPack\Makefile \51 $(EDK_TOOLS_SOURCE)\HiiPack\Makefile \53 $(EDK_TOOLS_SOURCE)\SplitFile\Makefile \[all …]
149 Makefile = os.path.join(MakefileDir, 'Makefile')150 if not os.path.exists(Makefile):151 Makefile = os.path.join(MakefileDir, 'GNUmakefile')152 if os.path.exists(Makefile):159 if os.path.getmtime(FullName) > os.path.getmtime(Makefile):
1 include Makefile.am.inc51 …-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp instal…52 -rm -f INSTALL test-driver tests/Makefile.in compile63 Android.mk: Makefile.am
24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version.34 git add -f Makefile.in aclocal.m4 config.guess \36 ltmain.sh missing tests/Makefile.in \91 Leave the libjson_la_LDFLAGS line in Makefile.am alone.
100 Makefile102 tests/Makefile
23 tool.bin: tool.elf Makefile26 tool.elf: tool.c Makefile
6 AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-oss.pc)
5 Makefile dummy Makefile that tells you to ./configure6 Makefile.in template for Unix Makefile
16 - Fix typo in win32/Makefile.msc23 - Eliminate use of mktemp in Makefile (not always available)55 - Add TOP support to win32/Makefile.msc64 - In Makefile uninstall, don't rm if preceding cd fails87 - Add DESTDIR support to mingw32 win32/Makefile.gcc88 - Fix comments in win32/Makefile.gcc for proper usage94 - Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]113 - Add instructions to win32/Makefile.gcc for shared install [Torri]138 - Correct suggested usages in win32/Makefile.msc [Shachar, Horvath]151 - Exit when required parameters not provided to win32/Makefile.gcc[all …]
37 INT8 *Makefile; member76 INT8 *Makefile
36 INT8 *Makefile in AddBuildItem() argument69 NewBuildItem->Makefile = _strdup (Makefile); in AddBuildItem()224 free (TempBuildItem->Makefile); in FreeBuildList()622 printf ("\t[Thread_%d] nmake -nologo -f %s all\n", ThreadId, CurrentBuildItem->Makefile); in ThreadProc()629 sprintf (BuildCmd, "nmake -nologo -f %s all", CurrentBuildItem->Makefile); in ThreadProc()886 printf ("\tnmake -nologo -f %s all\n", mBuildingList->Makefile); in StartMultiThreadBuild()
38 ${PROJECT}: ${OBJECTS} Makefile49 %.o: %.c %.h Makefile
36 AC_CONFIG_FILES([Makefile37 src/Makefile])53 #### Generate Makefile Data
4 Makefile makefile for Unix (generated by configure)5 Makefile.in makefile for Unix (template for configure)
159 - Add -p to mkdir's in Makefile.in [vda]171 - Add dylib building for Mac OS X in configure and Makefile.in172 - Remove old distribution stuff from Makefile318 - Add "check" target to Makefile.in that does the same thing as "test"319 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in360 - Use libz.a instead of -lz in Makefile (assure use of compiled library)411 - use libdir and includedir in Makefile.in (Tim Mooney)416 - new Makefile.riscos (Rich Walker)419 - add the OS/2 files in Makefile.in too (Andrew Zabolotny)427 . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists[all …]
25 MAJOR=`grep "^VERSION_MAJOR" Makefile | sed 's/.*:= *\([0-9]*\).*/\1/'`27 MINOR=`grep "^VERSION_MINOR" Makefile | sed 's/.*:= *\([0-9]*\).*/\1/'`
22 $(APP): $(SRC) Makefile
56 1. copy win32\Makefile Makefile173 win32/Makefile Makefile for Win32 (VC++)
2 # Makefile
19 # Defines Section - statements that will be processed to create a Makefile.