Home
last modified time | relevance | path

Searched +refs:make +refs:autoconf +refs:h (Results 1 – 25 of 123) sorted by relevance

12345

/src/crypto/krb5/src/include/
H A DMakefile.in7 all-unix: krb5/krb5.h
9 all-unix: maybe-make-db.h-@DB_HEADER_VERSION@
11 generate-files-mac: krb5/krb5.h
13 maybe-make-db.h-k5:
14 : db.h will be installed by util/db2
15 maybe-make-db.h-sys:
16 : fall back to system db.h
17 maybe-make-db.h-redirect:
18 test -r db.h || echo '#include <@DB_HEADER@>' > db.h
20 ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h k5e1_err.h
[all …]
/src/contrib/bmake/mk/
H A Dautoconf.mk11 .NOPATH: config.h config.gen config.recheck config.status
13 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure
15 .if !target(config.h)
16 config.h: .NOTMAIN ${CONFIGURE_DEPS} config.status
50 .if make(autoconf-input) || make(configure) || make(config.h.in) || ${MK_AUTO_AUTOCONF:Uno} == "yes"
51 AUTOCONF ?= autoconf
59 .PRECIOUS: configure config.h.in config.status
68 .if exists(${.CURDIR}/acconfig.h)
69 ACCONFIG += acconfig.h
77 config.h.in: .NOTMAIN ${CONFIGURE_SRC} ${ACCONFIG}
[all …]
/src/crypto/krb5/src/util/
H A Dmkrel107 if grep KRB5_RELDATE $reldir/src/patchlevel.h > /dev/null 2>&1; then
115 eval `sed -n 's/#define \([A-Z0-9_]*\)[ \t]*\(.*\)/\1=\2/p' < $reldir/src/patchlevel.h`
137 #define KRB5_RELDATE "'"$reldate"'"' patchlevel.h > patchlevel.h.new && \
138 mv patchlevel.h.new patchlevel.h)
151 cat > patchlevel.h <<EOF
160 if test -d $reldir/src/util/autoconf; then
162 (cd $reldir/src/util/autoconf
164 make)
169 if test -d $reldir/src/util/autoconf; then
171 (cd $reldir/src/util/autoconf; make distclean)
[all …]
/src/contrib/unbound/
H A Dfreebsd-configure.sh17 (cd $unbound && libtoolize --copy && autoheader && autoconf)
20 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)
21 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP)
26 [ -f $ldnssrc/ldns/ldns.h ] || error "can't find LDNS sources"
32 ldnsobj=$(realpath $(make -C$ldnsbld -V.OBJDIR))
42 mv config.h ../../lib/libunbound
/src/crypto/openssh/
H A Dfreebsd-configure.sh21 (cd $openssh && libtoolize --copy && autoheader && autoconf)
24 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)
25 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP)
32 mv config.h config.h.kerberos5
44 mv config.h config.h.sk-builtin
50 diff -u config.h.kerberos5 config.h |
52 grep -Ff /dev/stdin config.h.kerberos5 > krb5_config.h
55 diff -u config.h.sk-builtin config.h |
57 grep -Ff /dev/stdin config.h.sk-builtin > sk_config.h
/src/contrib/tcpdump/
H A DINSTALL.md13 After libpcap has been built (either install it with `make install` or
14 make sure both the libpcap and tcpdump source trees are in the same
19 build the `configure` and `config.h.in` files.
35 * Next, build tcpdump by running `make`.
37 On OpenBSD, you may need to set, before the `make`, the `AUTOCONF_VERSION`
39 `AUTOCONF_VERSION=2.69 make`
41 If everything builds fine, `su` and type `make install`. This will install
61 for any modifications you need to make.
76 aclocal.m4 - autoconf macros
78 addrtoname.h - address to hostname definitions
[all …]
/src/contrib/openbsm/
H A DFREEBSD-upgrade13 OpenBSM is normally built using an integrated autoconf/automake build
15 adapted BSD make (bmake) build system loosely based on the automake
16 setup. We also rely on a static config.h generated when OpenBSM is
19 not in the base tree (i.e., autoconf, automake, GNU make, etc). An
23 - Run configure, commit src/contrib/openbsm/config/config.h.
33 contrib/openbsm/bsm audit.h audit_internal.h audit_kevents.h
34 audit_record.h
/src/crypto/krb5/src/config/
H A Dpre.in6 # These are set per-directory by autoconf 2.52 and 2.53:
9 # but these are only set by autoconf 2.53, and thus not useful to us on
47 # calls make.
189 ## This is needed because autoconf will sometimes define @exec_prefix@ to be
248 AUTOCONF = autoconf
339 COM_ERR_DEPS-k5 = $(BUILDTOP)/include/com_err.h
343 SS_DEPS-k5 = $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h
347 VERTO_DEPS-k5 = $(BUILDTOP)/include/verto.h
394 # So test programs can find their libraries without "make install", etc.
439 .SUFFIXES: .h .c .et .ct
[all …]
/src/contrib/mandoc/
H A DINSTALL38 Then run "cp cgi.h.example cgi.h" and edit cgi.h as desired.
58 5. Run "make".
59 Any POSIX-compatible make, in particular both BSD make and GNU make,
63 6. Run "make -n install" and check whether everything will be
68 Basically, that amounts to "make regress" to do a standard regression
78 8. Run "sudo make install". If you intend to build a binary
80 command like "make DESTDIR=... install". Read the *-install targets
118 One of the chief design goals of the mandoc toolbox is to make
129 The mandoc package intentionally does not use GNU autoconf because
135 autoconf-style workarounds.
[all …]
/src/contrib/libpcap/
H A DINSTALL.md2 Libpcap can be built either with the configure script and `make`, or
5 To build libpcap with the configure script and `make`:
9 build the `configure` and `config.h.in` files.
25 * Next, run `make`. If everything goes well, you can
26 `su` to root and run `make install`. However, you need not install
27 libpcap if you just want to build tcpdump; just make sure the tcpdump
30 On OpenBSD, you may need to set, before the `make`, the `AUTOCONF_VERSION`
32 `AUTOCONF_VERSION=2.69 make`
77 forget to include an autoconf fragment suitable for use in
120 perhaps errors. Either make sure your path has `/opt/SUNWspro/bin`
[all …]
/src/contrib/bmake/
H A DMakefile16 make.c \
31 SRCS.${MAN} = ${srcdir}/make.1
73 FILEMON_H ?= /usr/include/dev/filemon/filemon.h
140 .if make(obj) || make(clean)
209 ${OBJS}: config.h
221 .include <autoconf.mk>
251 .if make(test) && ${MK_AUTO_OBJ} == "yes"
/src/contrib/less/
H A DINSTALL2 install software using autoconf. For specific instructions
14 It may also create one or more `.h' files containing system-dependent
28 called `autoconf'. You only need `configure.ac' if you want to change
29 it or regenerate `configure' using a newer version of `autoconf'.
42 2. Type `make' to compile the package.
44 3. Optionally, type `make check' to run any self-tests that come with
47 4. Type `make install' to install the programs and any data files and
51 source code directory by typing `make clean'. To also remove the
53 a different kind of computer), type `make distclean'. There is
54 also a `make maintainer-clean' target, but that is intended mainly
[all …]
/src/contrib/sqlite3/
H A DREADME.txt4 * the sqlite3.h and sqlite3ext.h header files that define the C-language
7 * autoconf-like installation infrastucture for building on POSIX
15 The canonical make system for SQLite requires TCL as part of the build
22 (and its associated header file "sqlite3.h"). Because the
36 Step-by-step instructions on how to build using the canonical make
46 Unix: ./configure; make
/src/contrib/ntp/
H A DINSTALL11 It may also create one or more `.h' files containing system-dependent
25 called `autoconf'. You only need `configure.in' if you want to change
26 it or regenerate `configure' using a newer version of `autoconf'.
39 2. Type `make' to compile the package.
41 3. Optionally, type `make check' to run any self-tests that come with
44 4. Type `make install' to install the programs and any data files and
48 source code directory by typing `make clean'. To also remove the
50 a different kind of computer), type `make distclean'. There is
51 also a `make maintainer-clean' target, but that is intended mainly
74 own directory. To do this, you must use a version of `make' that
[all …]
H A DREADME29 INSTALL Generic installation instructions for autoconf-based programs.
48 GNU automake and autoconf utilities installed.
50 Makefile.in Autoconf make file template for Unix.
77 config.h.in Configuration file generated automatically from
85 GNU automake and autoconf utilities installed.
141 stamp.h.in Configuration file generated automatically from configure.in.
/src/contrib/ntp/sntp/libopts/
H A DREADME10 Usage Instructions for autoconf/automake/libtoolized projects:
13 copying ``libopts.m4'' to your autoconf macro directory.
24 be sure to tell autoconf about it with:
55 $(prog_OBJECTS) : prog-opts.h
56 prog-opts.h : prog-opts.c
94 files in a package make use of a single libopts tearoff. In that
/src/contrib/expat/
H A DREADME.md142 GNU autoconf and libtool tools. To do this, you need to have
143 autoconf 2.58 or newer. Run the script like this:
168 libexpat into `/usr/local/lib`, `expat.h` into `/usr/local/include`, and
188 After running the configure script, the `make` command will build
189 things and `make install` will install things into their proper
191 `make` options. Note that you need to have write permission into
196 these instructions (after having run `make distclean`).
218 1. Run `make` (which excludes xmlwf).
220 1. Run `make install` (again, excludes xmlwf).
225 make install DESTDIR=/path/to/image
[all …]
/src/contrib/libevent/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html
43 # on work by SGJ on autoconf scripts for FFTW (http://www.fftw.org/)
45 # macros posted by Alejandro Forero Cuervo to the autoconf macro
82 # make and distribute a modified version of the Autoconf Macro, you
92 # We used to check for pthread.h first, but this fails if pthread.h
133 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
193 # Check for various functions. We must include pthread.h,
195 # need a special flag -Kthread to make this header compile.)
202 AC_TRY_LINK([#include <pthread.h>],
232 AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],
/src/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html
43 # on work by SGJ on autoconf scripts for FFTW (http://www.fftw.org/)
45 # macros posted by Alejandro Forero Cuervo to the autoconf macro
82 # make and distribute a modified version of the Autoconf Macro, you
92 # We used to check for pthread.h first, but this fails if pthread.h
133 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
193 # Check for various functions. We must include pthread.h,
195 # need a special flag -Kthread to make this header compile.)
202 AC_TRY_LINK([#include <pthread.h>],
232 AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],
/src/sys/contrib/openzfs/module/
H A DMakefile.in52 FMAKE = env -u MAKEFLAGS make $(FMAKEFLAGS)
122 …cp ../zfs.release ../zfs_config.h @LINUX_SYMBOLS@ $(DESTDIR)/@prefix@/src/zfs-@VERSION@/@LINUX_VER…
139 …$(RM) $(addprefix $(DESTDIR)/@prefix@/src/zfs-@VERSION@/@LINUX_VERSION@/,zfs.release zfs_config.h
152 --include=@LINUX_OBJ@/include/generated/autoconf.h \
153 --include=@top_builddir@/zfs_config.h \
173 …&& !/ zfs_/ {print "#define\t" $$6 " zfs_" $$6}' | sort; done >> zstd/include/zstd_compat_wrapper.h
/src/contrib/byacc/
H A DCHANGES16 resync with my-autoconf: CF_CONST_X_STRING CF_MKSTEMP CF_WITH_MAN2HTML CF_XOPEN_SOURCE
53 * error.c, defs.h, reader.c:
67 * defs.h, error.c: add function unexpected_value()
80 make test-differences smaller when compiling with YY_NO_LEAKS by replacing
106 * defs.h: rename no_space() to on_error()
110 * aclocal.m4: resync with my-autoconf: CF_GCC_VERSION CF_XOPEN_SOURCE
131 * aclocal.m4: resync with my-autoconf
135 * test/yacc/ok_syntax1.tab.h, test/yacc/ok_syntax1.tab.c,
136 test/btyacc/ok_syntax1.tab.h, test/btyacc/ok_syntax1.tab.c:
164 * aclocal.m4: resync with my-autoconf
[all …]
/src/contrib/bsnmp/
H A DNEWS22 Add fallback definition for SA_SIZE() to support.h.
24 Move the porting definitions for U?INT32_{MIN,MAX} into support.h.
26 Include a sys/tree.h from FreeBSD-current and add autoconf
29 1.11a Fix build of modules when stdint.h is included after asn1.h
57 snmp_dialog: make the syntax of the variable bindings in the outgoing
77 snmpd/trans_lsock.c: include stdio.h to get a prototype for remove.
150 Make an autoconf build infrastructure.
171 This requires changes in snmpmod.h and snmpclient.h.
177 Use inttypes.h instead of limits.h to get integer limits. This
184 a -h option to print a short help.
/src/contrib/sqlite3/autosetup/
H A DREADME.md54 - [autoconf/auto.def][]: the main driver script for the "autoconf"
56 version of the main `auto.def` file. The `autoconf` dir was ported
58 the "autoconf" name to minimize downstream disruption.
91 considerably at the cost of performance in `make devtest` and the
145 build modes ("canonical" or "autoconf"). After processing all flags,
203 `make distclean` will remove that file.
208 platform-dependent, most notably to make its `[file normalize]` work.
213 scripts invoked via `make` may use `[file normalize]`, as they'll use
262 `sqlite_cfg.h`, it does so in the more conventional `X_Y` form because
263 those flags get exported as as C `#define`s to `sqlite_cfg.h`, where
[all …]
/src/contrib/file/
H A DINSTALL15 Briefly, the shell commands `./configure; make; make install' should
27 It may also create one or more `.h' files containing system-dependent
47 `configure' by a program called `autoconf'. You need `configure.ac' if
49 of `autoconf'.
59 2. Type `make' to compile the package.
61 3. Optionally, type `make check' to run any self-tests that come with
64 4. Type `make install' to install the programs and any data files and
67 user, and only the `make install' phase executed with root
70 5. Optionally, type `make installcheck' to repeat any self-tests, but
73 regular user, particularly if the prior `make install' required
[all …]
/src/crypto/heimdal/
H A Daclocal.m417 [m4_warning([this file was generated for autoconf 2.65.
18 You have another version of autoconf. It may work, but is not guaranteed to.
105 [dnl Rely on autoconf to set up CDPATH properly.
189 # We make a subdir and do the tests there. Otherwise we can end up
231 echo '#include "conftst'$i'.h"' >> sub/conftest.c
232 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
234 touch sub/conftst$i.h
272 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
273 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
275 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
[all …]

12345