Searched refs:makefile (Results 101 - 125 of 216) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dmakefile.manx3 # This makefile is for Amiga systems using Manx Aztec C ver 5.x.
64 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \
65 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \
72 makljpeg.st maktjpeg.st makefile.manx makefile
[all...]
H A Dmakefile.mms3 # This makefile is for use with MMS on Digital VMS systems.
50 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \
51 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \
58 makljpeg.st maktjpeg.st makefile.manx makefile
[all...]
H A Dmakefile.sas3 # This makefile is for Amiga systems using SAS C 6.0 and up.
72 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \
73 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \
80 makljpeg.st maktjpeg.st makefile.manx makefile
[all...]
H A Dmakefile.unix3 # This makefile is suitable for Unix-like systems with non-ANSI compilers.
4 # If you have an ANSI compiler, makefile.ansi is a better starting point.
67 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \
68 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \
75 makljpeg.st maktjpeg.st makefile
[all...]
H A Dmakefile.vc3 # This makefile is for Microsoft Visual C++ on Windows NT (and 95?).
60 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \
61 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \
68 makljpeg.st maktjpeg.st makefile.manx makefile
[all...]
H A Dmakefile.wat3 # This makefile is suitable for Watcom C/C++ 10.0 on MS-DOS (using
62 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc &
63 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 &
70 makljpeg.st maktjpeg.st makefile.manx makefile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.gcc0 # makefile for libpng using gcc (generic, static library)
50 @echo This is a generic makefile that cannot create shared libraries.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dunix.pl3 # unix.pl - the standard unix makefile stuff.
272 my ($makefile) = @_;
274 open(M, $makefile) || die "Can't open $makefile: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc.com7 $ testsrc := makefile.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dunix.pl3 # unix.pl - the standard unix makefile stuff.
272 my ($makefile) = @_;
274 open(M, $makefile) || die "Can't open $makefile: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk40 # GNU makefile fragment for emulating stuff normally done by configure
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dautogen.sh418 --with-tests --lgpl --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk10 # This is a special makefile fragment intended for common use.
15 # effects on the including makefile, with the result that people
18 # safely included by any GNU makefile and extended at will is
37 # Derive including makefile since it's a little tricky.
55 # Allow a makefile to force this file into all child makes.
178 # Show makefile list before we start including things.
309 # Warning: this can get lost if a sub-makefile sets SHELL explicitly, and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmakefile.va2 # File: makefile.va
965 nmake -f makefile.va all FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME)
968 nmake -f makefile.va clean FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME)
972 nmake -f makefile.va all FINAL=$(FINAL) DLL=1
976 nmake -f makefile.va all FINAL=$(FINAL) DLL=1
989 nmake -f makefile.va pch1 WXUSINGDLL=1 FINAL=$(FINAL) NEW_WXLIBNAME=$(NEW_WXLIBNAME)
1118 nmake -f makefile.va FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL)
1123 nmake -f makefile.va clean
1128 nmake -f makefile.va FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL)
1133 nmake -f makefile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit174 foreach $makefile (sort(@makefiles))
176 processMakefile ($makefile);
200 local ($makefile) = @_;
236 $makefileDir = dirname($makefile);
238 $printname = $makefile;
240 $makefile = basename($makefile);
242 print STDOUT "Processing makefile $printname\n" if ($verbose);
499 open (FILEIN, $makefile)
500 || die "Could not open $makefileDir/$makefile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Android/
H A DAndroid.mk1 # Google Android makefile for curl and libcurl
8 # Place the curl source (including this makefile) into external/curl/ in the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Dmingw32.bat66 echo Generating makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dmingw32.bat70 echo Generating makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Dmingw32.bat66 echo Generating makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/bcb5/
H A Delements.mak9 # The following section of the project makefile is managed by the BCB IDE.
H A Dexpat.mak9 # The following section of the project makefile is managed by the BCB IDE.
H A Dexpat_static.mak9 # The following section of the project makefile is managed by the BCB IDE.
H A Dexpatw.mak9 # The following section of the project makefile is managed by the BCB IDE.
H A Dexpatw_static.mak9 # The following section of the project makefile is managed by the BCB IDE.
H A Doutline.mak9 # The following section of the project makefile is managed by the BCB IDE.

Completed in 213 milliseconds

123456789