Home
last modified time | relevance | path

Searched refs:INCDIR (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A Dmodules48 lib_color lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h $(srcdir)/new_pair.h
69 lib_mouse lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
71 lib_mvcur lib $(serial) $(HEADER_DEPS) $(INCDIR)/tic.h $(srcdir)/../progs/dump_entry.h
73 lib_newterm lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
87 lib_set_term lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
122 lib_freeall lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
162 access lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
164 alloc_ttype lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
166 comp_captab lib . $(HEADER_DEPS) $(INCDIR)/tic.h ../include/hashsize.h
167 comp_error lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
[all …]
H A DMakefile.in105 INCDIR = $(srcdir)/../include
110 BUILD_CPPFLAGS = -DHAVE_CONFIG_H -DUSE_BUILD_CC -I../ncurses -I$(srcdir) -I../include -I$(INCDIR) @…
188 $(INCDIR)/nc_alloc.h \
189 $(INCDIR)/nc_panel.h \
190 $(INCDIR)/nc_string.h \
191 $(INCDIR)/nc_termios.h \
192 $(INCDIR)/nc_tparm.h \
193 $(INCDIR)/nc_win32.h \
194 $(INCDIR)/term_entry.h \
/freebsd/crypto/openssl/providers/common/der/
H A Dbuild.info1 $INCDIR=../include/prov
4 $DER_DIGESTS_H=$INCDIR/der_digests.h
11 GENERATE[$DER_DIGESTS_H]=$INCDIR/der_digests.h.in
15 $DER_RSA_H=$INCDIR/der_rsa.h
26 GENERATE[$DER_RSA_H]=$INCDIR/der_rsa.h.in
31 $DER_DSA_H=$INCDIR/der_dsa.h
40 GENERATE[$DER_DSA_H]=$INCDIR/der_dsa.h.in
46 $DER_EC_H=$INCDIR/der_ec.h
55 GENERATE[$DER_EC_H]=$INCDIR/der_ec.h.in
61 $DER_ECX_H=$INCDIR/der_ecx.h
[all …]
/freebsd/contrib/bc/
H A DMakefile.in33 INCDIR = $(ROOTDIR)/include
51INCDIR)/args.h $(INCDIR)/file.h $(INCDIR)/lang.h $(INCDIR)/lex.h $(INCDIR)/num.h $(INCDIR)/opt.h $…
52 BC_HEADERS = $(INCDIR)/bc.h
53 DC_HEADERS = $(INCDIR)/dc.h
54 HISTORY_HEADERS = $(INCDIR)/history.h
55 EXTRA_MATH_HEADERS = $(INCDIR)/rand.h
56 LIBRARY_HEADERS = $(INCDIR)/bcl.h $(INCDIR)/library.h
133 BCL_HEADER = $(INCDIR)/$(BCL_HEADER_NAME)
213 CPPFLAGS2 = $(CPPFLAGS1) -I$(INCDIR)/ -DBUILD_TYPE=$(BC_BUILD_TYPE) %%LONG_BIT_DEFINE%%
/freebsd/contrib/ncurses/panel/
H A DMakefile.in97 INCDIR = $(top_srcdir)/include
177 $(INCDIR)/nc_alloc.h \
178 $(INCDIR)/nc_panel.h \
179 $(INCDIR)/nc_string.h \
180 $(INCDIR)/nc_termios.h \
181 $(INCDIR)/nc_tparm.h \
182 $(INCDIR)/term_entry.h \
/freebsd/contrib/ncurses/form/
H A DMakefile.in95 INCDIR = $(top_srcdir)/include
177 $(INCDIR)/nc_alloc.h \
178 $(INCDIR)/nc_panel.h \
179 $(INCDIR)/nc_string.h \
180 $(INCDIR)/nc_termios.h \
181 $(INCDIR)/nc_tparm.h \
182 $(INCDIR)/term_entry.h \
/freebsd/contrib/ncurses/menu/
H A DMakefile.in95 INCDIR = $(top_srcdir)/include
183 $(INCDIR)/nc_alloc.h \
184 $(INCDIR)/nc_panel.h \
185 $(INCDIR)/nc_string.h \
186 $(INCDIR)/nc_termios.h \
187 $(INCDIR)/nc_tparm.h \
188 $(INCDIR)/term_entry.h \
/freebsd/crypto/heimdal/lib/wind/
H A DNTMakefile57 $(INCDIR)\wind.h \
58 $(INCDIR)\wind_err.h \
59 $(INCDIR)\map_table.h \
60 $(INCDIR)\errorlist_table.h \
61 $(INCDIR)\normalize_table.h \
62 $(INCDIR)\combining_table.h \
63 $(INCDIR)\bidi_table.h \
64 $(INCDIR)\punycode_examples.h
/freebsd/contrib/ncurses/progs/
H A DMakefile.in95 INCDIR = $(top_srcdir)/include
149 $(INCDIR)/nc_access.h \
150 $(INCDIR)/nc_alloc.h \
151 $(INCDIR)/nc_panel.h \
152 $(INCDIR)/nc_string.h \
153 $(INCDIR)/nc_termios.h \
154 $(INCDIR)/nc_tparm.h \
155 $(INCDIR)/term_entry.h \
156 $(INCDIR)/tic.h \
H A Dmodules38 toe progs $(srcdir) $(HEADER_DEPS) $(INCDIR)/hashed_db.h
40 …DER_DEPS) $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c ter…
/freebsd/contrib/bmake/mk/
H A Dinc.mk25 INCSDIR ?= ${INCDIR}
46 ${group}DIR ?= ${INCDIR}
H A Down.mk137 INCDIR?= ${INCLUDEDIR}
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd8 INCDIR=${.CURDIR:H}/include
35 CFLAGS+= -I${INCDIR}
37 CFLAGS+= -I${INCDIR}/os/freebsd
38 CFLAGS+= -I${INCDIR}/os/freebsd/spl
39 CFLAGS+= -I${INCDIR}/os/freebsd/zfs
41 CFLAGS+= -include ${INCDIR}/os/freebsd/spl/sys/ccompile.h
/freebsd/sys/modules/zfs/
H A DMakefile2 INCDIR=${SRCTOP}/sys/contrib/openzfs/include macro
29 CFLAGS+= -I${INCDIR}
31 CFLAGS+= -I${INCDIR}/os/freebsd
32 CFLAGS+= -I${INCDIR}/os/freebsd/spl
33 CFLAGS+= -I${INCDIR}/os/freebsd/zfs
385 CFLAGS+= -include ${INCDIR}/os/freebsd/spl/sys/ccompile.h
/freebsd/contrib/wpa/wpa_supplicant/
H A DMakefile45 export INCDIR ?= /usr/local/include macro
/freebsd/crypto/heimdal/base/
H A DNTMakefile36 INCFILES=$(INCDIR)\heimbase.h
/freebsd/contrib/ncurses/
H A Dconfigure.in1617 INTERNALS_HDR='[$](INCDIR)/nc_win32.h'
1619 INTERNALS_HDR='[$](INCDIR)/nc_mingw.h'