To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.
root / src / portaudio_20161030_catalina_patch / bindings / cpp / doc / Makefile.in @ 162:d43aab368df9
History | View | Annotate | Download (11.6 KB)
| 1 |
# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|---|---|
| 2 |
# @configure_input@ |
| 3 |
|
| 4 |
# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 5 |
|
| 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 7 |
# gives unlimited permission to copy and/or distribute it, |
| 8 |
# with or without modifications, as long as this notice is preserved. |
| 9 |
|
| 10 |
# This program is distributed in the hope that it will be useful, |
| 11 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 13 |
# PARTICULAR PURPOSE. |
| 14 |
|
| 15 |
@SET_MAKE@ |
| 16 |
VPATH = @srcdir@ |
| 17 |
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 18 |
am__make_running_with_option = \ |
| 19 |
case $${target_option-} in \
|
| 20 |
?) ;; \ |
| 21 |
*) echo "am__make_running_with_option: internal error: invalid" \ |
| 22 |
"target option '$${target_option-}' specified" >&2; \
|
| 23 |
exit 1;; \ |
| 24 |
esac; \ |
| 25 |
has_opt=no; \ |
| 26 |
sane_makeflags=$$MAKEFLAGS; \ |
| 27 |
if $(am__is_gnu_make); then \ |
| 28 |
sane_makeflags=$$MFLAGS; \ |
| 29 |
else \ |
| 30 |
case $$MAKEFLAGS in \ |
| 31 |
*\\[\ \ ]*) \ |
| 32 |
bs=\\; \ |
| 33 |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 34 |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 35 |
esac; \ |
| 36 |
fi; \ |
| 37 |
skip_next=no; \ |
| 38 |
strip_trailopt () \ |
| 39 |
{ \
|
| 40 |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 41 |
}; \ |
| 42 |
for flg in $$sane_makeflags; do \ |
| 43 |
test $$skip_next = yes && { skip_next=no; continue; }; \
|
| 44 |
case $$flg in \ |
| 45 |
*=*|--*) continue;; \ |
| 46 |
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 47 |
-*I?*) strip_trailopt 'I';; \ |
| 48 |
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 49 |
-*O?*) strip_trailopt 'O';; \ |
| 50 |
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 51 |
-*l?*) strip_trailopt 'l';; \ |
| 52 |
-[dEDm]) skip_next=yes;; \ |
| 53 |
-[JT]) skip_next=yes;; \ |
| 54 |
esac; \ |
| 55 |
case $$flg in \ |
| 56 |
*$$target_option*) has_opt=yes; break;; \ |
| 57 |
esac; \ |
| 58 |
done; \ |
| 59 |
test $$has_opt = yes |
| 60 |
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 61 |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 62 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 63 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 64 |
pkglibdir = $(libdir)/@PACKAGE@ |
| 65 |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 66 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 67 |
install_sh_DATA = $(install_sh) -c -m 644 |
| 68 |
install_sh_PROGRAM = $(install_sh) -c |
| 69 |
install_sh_SCRIPT = $(install_sh) -c |
| 70 |
INSTALL_HEADER = $(INSTALL_DATA) |
| 71 |
transform = $(program_transform_name) |
| 72 |
NORMAL_INSTALL = : |
| 73 |
PRE_INSTALL = : |
| 74 |
POST_INSTALL = : |
| 75 |
NORMAL_UNINSTALL = : |
| 76 |
PRE_UNINSTALL = : |
| 77 |
POST_UNINSTALL = : |
| 78 |
build_triplet = @build@ |
| 79 |
host_triplet = @host@ |
| 80 |
subdir = doc |
| 81 |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README |
| 82 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 83 |
am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
| 84 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 85 |
$(ACLOCAL_M4) |
| 86 |
mkinstalldirs = $(install_sh) -d |
| 87 |
CONFIG_CLEAN_FILES = |
| 88 |
CONFIG_CLEAN_VPATH_FILES = |
| 89 |
AM_V_P = $(am__v_P_@AM_V@) |
| 90 |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 91 |
am__v_P_0 = false |
| 92 |
am__v_P_1 = : |
| 93 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 94 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 95 |
am__v_GEN_0 = @echo " GEN " $@; |
| 96 |
am__v_GEN_1 = |
| 97 |
AM_V_at = $(am__v_at_@AM_V@) |
| 98 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 99 |
am__v_at_0 = @ |
| 100 |
am__v_at_1 = |
| 101 |
SOURCES = |
| 102 |
DIST_SOURCES = |
| 103 |
am__can_run_installinfo = \ |
| 104 |
case $$AM_UPDATE_INFO_DIR in \ |
| 105 |
n|no|NO) false;; \ |
| 106 |
*) (install-info --version) >/dev/null 2>&1;; \ |
| 107 |
esac |
| 108 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 109 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 110 |
ACLOCAL = @ACLOCAL@ |
| 111 |
AMTAR = @AMTAR@ |
| 112 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 113 |
AR = @AR@ |
| 114 |
AS = @AS@ |
| 115 |
AUTOCONF = @AUTOCONF@ |
| 116 |
AUTOHEADER = @AUTOHEADER@ |
| 117 |
AUTOMAKE = @AUTOMAKE@ |
| 118 |
AWK = @AWK@ |
| 119 |
CC = @CC@ |
| 120 |
CCDEPMODE = @CCDEPMODE@ |
| 121 |
CFLAGS = @CFLAGS@ |
| 122 |
CPP = @CPP@ |
| 123 |
CPPFLAGS = @CPPFLAGS@ |
| 124 |
CXX = @CXX@ |
| 125 |
CXXCPP = @CXXCPP@ |
| 126 |
CXXDEPMODE = @CXXDEPMODE@ |
| 127 |
CXXFLAGS = @CXXFLAGS@ |
| 128 |
CYGPATH_W = @CYGPATH_W@ |
| 129 |
DEFAULT_INCLUDES = @DEFAULT_INCLUDES@ |
| 130 |
DEFS = @DEFS@ |
| 131 |
DEPDIR = @DEPDIR@ |
| 132 |
DLLTOOL = @DLLTOOL@ |
| 133 |
DSYMUTIL = @DSYMUTIL@ |
| 134 |
DUMPBIN = @DUMPBIN@ |
| 135 |
ECHO_C = @ECHO_C@ |
| 136 |
ECHO_N = @ECHO_N@ |
| 137 |
ECHO_T = @ECHO_T@ |
| 138 |
EGREP = @EGREP@ |
| 139 |
EXEEXT = @EXEEXT@ |
| 140 |
FGREP = @FGREP@ |
| 141 |
GREP = @GREP@ |
| 142 |
INSTALL = @INSTALL@ |
| 143 |
INSTALL_DATA = @INSTALL_DATA@ |
| 144 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 145 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 146 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 147 |
LD = @LD@ |
| 148 |
LDFLAGS = @LDFLAGS@ |
| 149 |
LIBOBJS = @LIBOBJS@ |
| 150 |
LIBS = @LIBS@ |
| 151 |
LIBTOOL = @LIBTOOL@ |
| 152 |
LIPO = @LIPO@ |
| 153 |
LN_S = @LN_S@ |
| 154 |
LTLIBOBJS = @LTLIBOBJS@ |
| 155 |
LT_VERSION_INFO = @LT_VERSION_INFO@ |
| 156 |
MAINT = @MAINT@ |
| 157 |
MAKEINFO = @MAKEINFO@ |
| 158 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 159 |
MKDIR_P = @MKDIR_P@ |
| 160 |
NM = @NM@ |
| 161 |
NMEDIT = @NMEDIT@ |
| 162 |
OBJDUMP = @OBJDUMP@ |
| 163 |
OBJEXT = @OBJEXT@ |
| 164 |
OTOOL = @OTOOL@ |
| 165 |
OTOOL64 = @OTOOL64@ |
| 166 |
PACKAGE = @PACKAGE@ |
| 167 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 168 |
PACKAGE_NAME = @PACKAGE_NAME@ |
| 169 |
PACKAGE_STRING = @PACKAGE_STRING@ |
| 170 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 171 |
PACKAGE_URL = @PACKAGE_URL@ |
| 172 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 173 |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 174 |
PORTAUDIO_ROOT = @PORTAUDIO_ROOT@ |
| 175 |
RANLIB = @RANLIB@ |
| 176 |
SED = @SED@ |
| 177 |
SET_MAKE = @SET_MAKE@ |
| 178 |
SHELL = @SHELL@ |
| 179 |
STRIP = @STRIP@ |
| 180 |
VERSION = @VERSION@ |
| 181 |
abs_builddir = @abs_builddir@ |
| 182 |
abs_srcdir = @abs_srcdir@ |
| 183 |
abs_top_builddir = @abs_top_builddir@ |
| 184 |
abs_top_srcdir = @abs_top_srcdir@ |
| 185 |
ac_ct_AR = @ac_ct_AR@ |
| 186 |
ac_ct_CC = @ac_ct_CC@ |
| 187 |
ac_ct_CXX = @ac_ct_CXX@ |
| 188 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 189 |
am__include = @am__include@ |
| 190 |
am__leading_dot = @am__leading_dot@ |
| 191 |
am__quote = @am__quote@ |
| 192 |
am__tar = @am__tar@ |
| 193 |
am__untar = @am__untar@ |
| 194 |
bindir = @bindir@ |
| 195 |
build = @build@ |
| 196 |
build_alias = @build_alias@ |
| 197 |
build_cpu = @build_cpu@ |
| 198 |
build_os = @build_os@ |
| 199 |
build_vendor = @build_vendor@ |
| 200 |
builddir = @builddir@ |
| 201 |
datadir = @datadir@ |
| 202 |
datarootdir = @datarootdir@ |
| 203 |
docdir = @docdir@ |
| 204 |
dvidir = @dvidir@ |
| 205 |
exec_prefix = @exec_prefix@ |
| 206 |
host = @host@ |
| 207 |
host_alias = @host_alias@ |
| 208 |
host_cpu = @host_cpu@ |
| 209 |
host_os = @host_os@ |
| 210 |
host_vendor = @host_vendor@ |
| 211 |
htmldir = @htmldir@ |
| 212 |
includedir = @includedir@ |
| 213 |
infodir = @infodir@ |
| 214 |
install_sh = @install_sh@ |
| 215 |
libdir = @libdir@ |
| 216 |
libexecdir = @libexecdir@ |
| 217 |
localedir = @localedir@ |
| 218 |
localstatedir = @localstatedir@ |
| 219 |
mandir = @mandir@ |
| 220 |
mkdir_p = @mkdir_p@ |
| 221 |
oldincludedir = @oldincludedir@ |
| 222 |
pdfdir = @pdfdir@ |
| 223 |
prefix = @prefix@ |
| 224 |
program_transform_name = @program_transform_name@ |
| 225 |
psdir = @psdir@ |
| 226 |
sbindir = @sbindir@ |
| 227 |
sharedstatedir = @sharedstatedir@ |
| 228 |
srcdir = @srcdir@ |
| 229 |
sysconfdir = @sysconfdir@ |
| 230 |
target_alias = @target_alias@ |
| 231 |
top_build_prefix = @top_build_prefix@ |
| 232 |
top_builddir = @top_builddir@ |
| 233 |
top_srcdir = @top_srcdir@ |
| 234 |
PACPP_ROOT = . |
| 235 |
all: all-am |
| 236 |
|
| 237 |
.SUFFIXES: |
| 238 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 239 |
@for dep in $?; do \ |
| 240 |
case '$(am__configure_deps)' in \ |
| 241 |
*$$dep*) \ |
| 242 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 243 |
&& { if test -f $@; then exit 0; else break; fi; }; \
|
| 244 |
exit 1;; \ |
| 245 |
esac; \ |
| 246 |
done; \ |
| 247 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ |
| 248 |
$(am__cd) $(top_srcdir) && \ |
| 249 |
$(AUTOMAKE) --gnu doc/Makefile |
| 250 |
.PRECIOUS: Makefile |
| 251 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 252 |
@case '$?' in \ |
| 253 |
*config.status*) \ |
| 254 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 255 |
*) \ |
| 256 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 257 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 258 |
esac; |
| 259 |
|
| 260 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 261 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 262 |
|
| 263 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 264 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 265 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 266 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 267 |
$(am__aclocal_m4_deps): |
| 268 |
|
| 269 |
mostlyclean-libtool: |
| 270 |
-rm -f *.lo |
| 271 |
|
| 272 |
clean-libtool: |
| 273 |
-rm -rf .libs _libs |
| 274 |
tags TAGS: |
| 275 |
|
| 276 |
ctags CTAGS: |
| 277 |
|
| 278 |
cscope cscopelist: |
| 279 |
|
| 280 |
|
| 281 |
distdir: $(DISTFILES) |
| 282 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 283 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 284 |
list='$(DISTFILES)'; \ |
| 285 |
dist_files=`for file in $$list; do echo $$file; done | \ |
| 286 |
sed -e "s|^$$srcdirstrip/||;t" \ |
| 287 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 288 |
case $$dist_files in \ |
| 289 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 290 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 291 |
sort -u` ;; \ |
| 292 |
esac; \ |
| 293 |
for file in $$dist_files; do \ |
| 294 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 295 |
if test -d $$d/$$file; then \ |
| 296 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 297 |
if test -d "$(distdir)/$$file"; then \ |
| 298 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 299 |
fi; \ |
| 300 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 301 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 302 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 303 |
fi; \ |
| 304 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 305 |
else \ |
| 306 |
test -f "$(distdir)/$$file" \ |
| 307 |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
| 308 |
|| exit 1; \ |
| 309 |
fi; \ |
| 310 |
done |
| 311 |
check-am: all-am |
| 312 |
check: check-am |
| 313 |
all-am: Makefile |
| 314 |
installdirs: |
| 315 |
install: install-am |
| 316 |
install-exec: install-exec-am |
| 317 |
install-data: install-data-am |
| 318 |
uninstall: uninstall-am |
| 319 |
|
| 320 |
install-am: all-am |
| 321 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 322 |
|
| 323 |
installcheck: installcheck-am |
| 324 |
install-strip: |
| 325 |
if test -z '$(STRIP)'; then \ |
| 326 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 327 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 328 |
install; \ |
| 329 |
else \ |
| 330 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 331 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 332 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 333 |
fi |
| 334 |
mostlyclean-generic: |
| 335 |
|
| 336 |
clean-generic: |
| 337 |
|
| 338 |
distclean-generic: |
| 339 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 340 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 341 |
|
| 342 |
maintainer-clean-generic: |
| 343 |
@echo "This command is intended for maintainers to use" |
| 344 |
@echo "it deletes files that may require special tools to rebuild." |
| 345 |
clean: clean-am |
| 346 |
|
| 347 |
clean-am: clean-generic clean-libtool mostlyclean-am |
| 348 |
|
| 349 |
distclean: distclean-am |
| 350 |
-rm -f Makefile |
| 351 |
distclean-am: clean-am distclean-generic |
| 352 |
|
| 353 |
dvi: dvi-am |
| 354 |
|
| 355 |
dvi-am: |
| 356 |
|
| 357 |
html: html-am |
| 358 |
|
| 359 |
html-am: |
| 360 |
|
| 361 |
info: info-am |
| 362 |
|
| 363 |
info-am: |
| 364 |
|
| 365 |
install-data-am: |
| 366 |
|
| 367 |
install-dvi: install-dvi-am |
| 368 |
|
| 369 |
install-dvi-am: |
| 370 |
|
| 371 |
install-exec-am: |
| 372 |
|
| 373 |
install-html: install-html-am |
| 374 |
|
| 375 |
install-html-am: |
| 376 |
|
| 377 |
install-info: install-info-am |
| 378 |
|
| 379 |
install-info-am: |
| 380 |
|
| 381 |
install-man: |
| 382 |
|
| 383 |
install-pdf: install-pdf-am |
| 384 |
|
| 385 |
install-pdf-am: |
| 386 |
|
| 387 |
install-ps: install-ps-am |
| 388 |
|
| 389 |
install-ps-am: |
| 390 |
|
| 391 |
installcheck-am: |
| 392 |
|
| 393 |
maintainer-clean: maintainer-clean-am |
| 394 |
-rm -f Makefile |
| 395 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
| 396 |
|
| 397 |
mostlyclean: mostlyclean-am |
| 398 |
|
| 399 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 400 |
|
| 401 |
pdf: pdf-am |
| 402 |
|
| 403 |
pdf-am: |
| 404 |
|
| 405 |
ps: ps-am |
| 406 |
|
| 407 |
ps-am: |
| 408 |
|
| 409 |
uninstall-am: |
| 410 |
|
| 411 |
.MAKE: install-am install-strip |
| 412 |
|
| 413 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 414 |
cscopelist-am ctags-am distclean distclean-generic \ |
| 415 |
distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
| 416 |
install install-am install-data install-data-am install-dvi \ |
| 417 |
install-dvi-am install-exec install-exec-am install-html \ |
| 418 |
install-html-am install-info install-info-am install-man \ |
| 419 |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 420 |
install-strip installcheck installcheck-am installdirs \ |
| 421 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| 422 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 423 |
tags-am uninstall uninstall-am |
| 424 |
|
| 425 |
#INCLUDES = -I$(srcdir)/$(PACPP_ROOT)/include -I$(top_srcdir)/include |
| 426 |
|
| 427 |
docs: |
| 428 |
doxygen $(srcdir)/config.doxy.linux |
| 429 |
|
| 430 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 431 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 432 |
.NOEXPORT: |