Searched refs:srcdir (Results 1 - 25 of 145) sorted by last modified time

123456

/haiku-fatelf/build/scripts/
H A Dbuild_fatelf_cross_tools133 local srcdir="${BUILDTOOLS}/$tool"
140 "${srcdir}/configure" -C --prefix="${prefix}" $@ >> "${LOGFILE}" 2>&1
169 local srcdir="${BUILDTOOLS}/$tool"
191 "${srcdir}" >> "${LOGFILE}" 2>&1
223 local srcdir="${BUILDTOOLS}/$tool"
225 find "${srcdir}" -name \*.info -exec touch \{\} \;
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dconfigure707 srcdir=
985 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
986 ac_prev=srcdir ;;
987 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
988 srcdir=$ac_optarg ;;
1125 if test -z "$srcdir"; then
1151 srcdir=$ac_confdir
1152 if test ! -r "$srcdir/
[all...]
/haiku-fatelf/src/libs/ncurses/menu/
H A DMakefile37 # The variable 'srcdir' refers to the source-distribution, and can be set with
38 # the configure script by "--srcdir=DIR".
53 srcdir = . macro
131 sh $(srcdir)/../mkinstalldirs $@
135 ../include/menu.h : $(srcdir)/menu.h
137 cp $(srcdir)/menu.h $@
138 ../include/eti.h : $(srcdir)/eti.h
140 cp $(srcdir)/eti.h $@
141 ../include/mf_common.h : $(srcdir)/mf_common.h
143 cp $(srcdir)/mf_commo
[all...]
H A Dheaders31 $(srcdir)/eti.h
32 $(srcdir)/menu.h
/haiku-fatelf/src/libs/ncurses/misc/
H A DMakefile36 # The variable 'srcdir' refers to the source-distribution, and can be set with
37 # the configure script by "--srcdir=DIR".
53 srcdir = . macro
88 srcdir=${srcdir} \
95 @cd $(srcdir)/tabset && \
109 sh $(srcdir)/gen_edit.sh >$@
H A Drun_tic.in50 : ${srcdir=@srcdir@}
70 SHLIB="sh $srcdir/shlib"
H A Drun_tic.sh50 : ${srcdir=.}
70 SHLIB="sh $srcdir/shlib"
/haiku-fatelf/src/libs/ncurses/
H A Dmk-2nd.awk46 # srcdir is expanded when "configure --srcdir" was used
75 printf "# srcdir: %s\n", srcdir
126 if ( $3 == "." || srcdir == "." ) {
128 sub("^\\$\\(srcdir\\)/","",dir);
/haiku-fatelf/src/libs/ncurses/ncurses/
H A DMakefile39 # The variable 'srcdir' refers to the source-distribution, and can be set with
40 # the configure script by "--srcdir=DIR".
60 srcdir = . macro
90 INCDIR = $(srcdir)/../include
91 CPPFLAGS = -DHAVE_CONFIG_H -I../ncurses -I$(srcdir) -I. -I../include -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG -I$(includedir)
97 BUILD_CCFLAGS = -DHAVE_CONFIG_H -I../ncurses -I$(srcdir) -I$(INCDIR) $(BUILD_CPPFLAGS) $(CFLAGS)
168 base = $(srcdir)/base
169 serial = $(srcdir)/tty
170 tinfo = $(srcdir)/tinfo
171 trace = $(srcdir)/trac
[all...]
/haiku-fatelf/src/libs/ncurses/panel/
H A DMakefile37 # The variable 'srcdir' refers to the source-distribution, and can be set with
38 # the configure script by "--srcdir=DIR".
53 srcdir = . macro
130 sh $(srcdir)/../mkinstalldirs $@
134 ../include/panel.h : $(srcdir)/panel.h
136 cp $(srcdir)/panel.h $@
139 $(srcdir)/panel.priv.h \
140 $(srcdir)/panel.h
176 $(srcdir)/panel.c \
177 $(srcdir)/p_abov
[all...]
H A Dheaders31 $(srcdir)/panel.h
H A Dmodules34 panel lib $(srcdir) $(PANEL_PRIV_H)
35 p_above lib $(srcdir) $(PANEL_PRIV_H)
36 p_below lib $(srcdir) $(PANEL_PRIV_H)
37 p_bottom lib $(srcdir) $(PANEL_PRIV_H)
38 p_delete lib $(srcdir) $(PANEL_PRIV_H)
39 p_hide lib $(srcdir) $(PANEL_PRIV_H)
40 p_hidden lib $(srcdir) $(PANEL_PRIV_H)
41 p_move lib $(srcdir) $(PANEL_PRIV_H)
42 p_new lib $(srcdir) $(PANEL_PRIV_H)
43 p_replace lib $(srcdir)
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A DMakefile36 # The variable 'srcdir' refers to the source-distribution, and can be set with
37 # the configure script by "--srcdir=DIR".
57 srcdir = . macro
84 CPPFLAGS = -I../progs -I$(srcdir) -DHAVE_CONFIG_H -I. -I../include -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG -I$(includedir)
194 sh $(srcdir)/../mkinstalldirs $@
240 termsort.c: $(srcdir)/MKtermsort.sh
241 sh $(srcdir)/MKtermsort.sh $(AWK) $(srcdir)/../include/Caps >$@
277 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tic.c $(srcdir)/dump_entr
[all...]
/haiku-fatelf/src/libs/ncurses/tack/
H A DMakefile4 # The variable 'srcdir' refers to the source-distribution, and can be set with
5 # the configure script by "--srcdir=DIR".
24 srcdir = . macro
51 INCDIR = $(srcdir)/../include
52 CPPFLAGS = -DHAVE_CONFIG_H -I../tack -I$(srcdir) -I. -I../include -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG -I$(includedir)
99 EDITARGS = $(DESTDIR)$(mandir) $(srcdir) $(srcdir)/*.[0-9]*
113 sh $(srcdir)/../mkinstalldirs $@
176 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/*.c $(LINT_LIBS)
195 $(srcdir)/ans
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A DMakefile45 srcdir = . macro
60 CPPFLAGS = -I../test -I$(srcdir) -DHAVE_CONFIG_H -I. -I../include -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG -I$(includedir)
279 sh -c 'for N in $(TESTS); do echo LINT:$$N; $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/$$N.c $(LINT_LIBS); done'
294 $(srcdir)/background.c \
295 $(srcdir)/blue.c \
296 $(srcdir)/bs.c \
297 $(srcdir)/cardfile.c \
298 $(srcdir)/color_set.c \
299 $(srcdir)/demo_defkey.c \
300 $(srcdir)/demo_keyo
[all...]
H A Dconfigure31 srcdir=
165 --srcdir=DIR find the sources in DIR [configure dir or ..]
319 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
320 ac_prev=srcdir ;;
321 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
322 srcdir="$ac_optarg" ;;
457 # configure is in, which we can look for to find out if srcdir is correct.
461 if test -z "$srcdir"; the
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A DMakefile19 $(srcdir)/chartab.c \
20 $(srcdir)/hello.c \
21 $(srcdir)/hellodl.c \
22 $(srcdir)/image.c \
23 $(srcdir)/pdfclock.c \
24 $(srcdir)/invoice.c \
25 $(srcdir)/businesscard.c \
26 $(srcdir)/quickreference.c \
27 $(srcdir)/smoketest.c \
28 $(srcdir)/smoketestd
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A DMakefile17 $(srcdir)/pdflib.cpp \
18 $(srcdir)/hello.cpp \
19 $(srcdir)/image.cpp \
20 $(srcdir)/pdfclock.cpp \
21 $(srcdir)/chartab.cpp \
22 $(srcdir)/invoice.cpp \
23 $(srcdir)/businesscard.cpp \
24 $(srcdir)/quickreference.cpp \
25 $(srcdir)/smoketest.cpp
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure280 srcdir=
520 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
521 ac_prev=srcdir ;;
522 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
523 srcdir=$ac_optarg ;;
661 if test -z "$srcdir"; then
667 srcdir=$ac_confdir
668 if test ! -r $srcdir/
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A DMakefile14 $(srcdir)/adler32.c \
15 $(srcdir)/compress.c \
16 $(srcdir)/crc32.c \
17 $(srcdir)/deflate.c \
18 $(srcdir)/infblock.c \
19 $(srcdir)/infcodes.c \
20 $(srcdir)/inffast.c \
21 $(srcdir)/inflate.c \
22 $(srcdir)/inftrees.c \
23 $(srcdir)/infuti
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A DMakefile13 $(srcdir)/pc_core.c \
14 $(srcdir)/pc_corefont.c \
15 $(srcdir)/pc_crypt.c \
16 $(srcdir)/pc_ebcdic.c \
17 $(srcdir)/pc_encoding.c \
18 $(srcdir)/pc_file.c \
19 $(srcdir)/pc_font.c \
20 $(srcdir)/pc_geom.c \
21 $(srcdir)/pc_md5.c \
22 $(srcdir)/pc_optpars
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A DMakefile14 $(srcdir)/p_afm.c \
15 $(srcdir)/p_annots.c \
16 $(srcdir)/p_block.c \
17 $(srcdir)/p_bmp.c \
18 $(srcdir)/p_ccitt.c \
19 $(srcdir)/p_cid.c \
20 $(srcdir)/p_color.c \
21 $(srcdir)/p_draw.c \
22 $(srcdir)/p_encoding.c \
23 $(srcdir)/p_filte
[all...]
/haiku-fatelf/src/libs/pdflib/libs/png/
H A DMakefile13 $(srcdir)/png.c \
14 $(srcdir)/pngset.c \
15 $(srcdir)/pngget.c \
16 $(srcdir)/pngrutil.c \
17 $(srcdir)/pngtrans.c \
18 $(srcdir)/pngread.c \
19 $(srcdir)/pngrio.c \
20 $(srcdir)/pngrtran.c \
21 $(srcdir)/pngmem.c \
22 $(srcdir)/pngerro
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A DMakefile13 $(srcdir)/tif_auxx.c \
14 $(srcdir)/tif_close.c \
15 $(srcdir)/tif_codec.c \
16 $(srcdir)/tif_compress.c \
17 $(srcdir)/tif_dir.c \
18 $(srcdir)/tif_dirinfo.c \
19 $(srcdir)/tif_dirread.c \
20 $(srcdir)/tif_dumpmode.c \
21 $(srcdir)/tif_error.c \
22 $(srcdir)/tif_fax
[all...]
/haiku-fatelf/src/libs/pdflib/progs/pdflib/
H A DMakefile18 $(srcdir)/pdfimpose.c \
19 $(srcdir)/pdfimage.c \
20 $(srcdir)/text2pdf.c

Completed in 106 milliseconds

123456