Searched refs:makefile (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-13-stable/tools/
H A Dmake_libdeps.sh91 while read makefile; do
92 libdir=$(dirname ${makefile})
105 while read makefile; do
106 libdir=$(dirname ${makefile})
/freebsd-13-stable/contrib/byacc/test/
H A Drun_lint.sh27 make -f $PROG_DIR/makefile lint C_FILES=$i srcdir=$PROG_DIR
H A Drun_make.sh27 MY_MAKE="make -f $PROG_DIR/makefile srcdir=$PROG_DIR"
34 make -f $PROG_DIR/makefile srcdir=$PROG_DIR $O_FILE $*
/freebsd-13-stable/contrib/byacc/package/pkgsrc/
H A DMakefile17 MAKE_FILE= makefile
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-makefile.mk1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $
4 # makefile from the -f command line option.
11 .if ${MAKEFILE:T} != "varname-makefile.mk"
23 .if ${MAKEFILE:T} != "varname-makefile.mk"
39 .if ${MAKEFILE:T} != "varname-makefile.mk"
47 # Additional makefiles can be added while reading a makefile. They will be
H A Dopt.exp6 [-C directory] [-D variable] [-d flags] [-f makefile]
21 [-C directory] [-D variable] [-d flags] [-f makefile]
H A Dcomment.mk18 # These are not shell commands, they are just makefile comments.
72 # In the commands associated with a target, the '#' does not start a makefile
75 # If the '#' were to start a makefile comment, the following shell command
H A Ddep-colon-bug-cross-file.mk3 # Until 2020-09-25, the very last dependency group of a top-level makefile
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh61 local makefile=$(mktemp)
62 cat <<__EOF__ > $makefile
84 mv -f $makefile ${ORIGINDIR}/../${class}/${group}/Makefile
/freebsd-13-stable/contrib/dialog/po/
H A Dmakefile.inn50 DISTFILES = ChangeLog makefile.inn POTFILES.in $(PACKAGE).pot \
149 $(INSTALL_DATA) $(srcdir)/makefile.inn \
150 $(DESTDIR)$(gettextsrcdir)/makefile.inn; \
168 rm -f $(gettextsrcdir)/po-makefile.inn
184 rm -f makefile makefile.in POTFILES *.mo *.msg *.cat *.cat.m
210 update-po: makefile
242 makefile: makefile.inn ../config.status POTFILES
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c25 makefile(const char *path) function
71 makefile(BAKNAME);
98 makefile("/mnt/newfile");
146 makefile(path);
202 makefile(BAKNAME);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk8 # Include this makefile to generate your hardware specific wpa_supplicant.conf
/freebsd-13-stable/contrib/dialog/package/freebsd/
H A DMakefile1 # New ports collection makefile for: ncdialog
30 MAKEFILE= makefile
/freebsd-13-stable/contrib/bmake/
H A Dbsd.after-import.mk3 # This makefile is for use when integrating bmake into a BSD build
4 # system. Use this makefile after importing bmake.
17 .error this makefile requires bmake
H A Dmkdeps.sh9 # This script updates "makefile" with dependencies for
174 # no point adding to dependency list as the resulting makefile
208 for f in makefile Makefile
213 MAKEFILE=${MAKEFILE:-makefile}
290 # Save the manually updated section of the makefile
/freebsd-13-stable/contrib/one-true-awk/
H A Dmakefile50 SHIP = README LICENSE FIXES $(SOURCE) ytab[ch].bak makefile \
95 makefile awk.1 awktest.tar
/freebsd-13-stable/contrib/byacc/
H A Dmakefile.in1 # $Id: makefile.in,v 1.24 2015/07/05 22:12:29 tom Exp $
3 # UNIX template-makefile for Berkeley Yacc
137 - rm -f config.log config.cache config.status config.h makefile man2html.tmp
170 $(OBJS) : defs.h makefile
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk16 # This makefile would normally be included by sys.env.mk
18 # The variables used by this makefile include:
H A Dsrctop.mk59 .elif (exists(${SRCTOP}/Makefile) || exists(${SRCTOP}/makefile))
H A Dtarget-flags.mk5 # Include this macro file after all others in a makefile and
H A Ddirdeps-targets.mk18 # This makefile is used to set initial DIRDEPS for top-level build
160 # allow a top-level makefile to do other stuff
/freebsd-13-stable/contrib/capsicum-test/
H A DGNUmakefile67 # Chain on to the master makefile
68 include makefile
/freebsd-13-stable/contrib/dialog/package/debian/
H A Drules67 [ ! -f makefile ] || $(MAKE) distclean
/freebsd-13-stable/usr.sbin/config/
H A Dconfig.h112 * These and the options (below) are put in the C flags in the makefile.
129 int op_ownfile; /* true = own file, false = makefile */
195 void makefile(void);
/freebsd-13-stable/share/mk/
H A Dlocal.sys.env.mk3 # This makefile is for customizations that should be done early

Completed in 200 milliseconds

123