| 1 | # Makefile.in generated by automake 1.11 from Makefile.am. |
|---|
| 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
|---|
| 6 | # Inc. |
|---|
| 7 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 8 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 9 | # with or without modifications, as long as this notice is preserved. |
|---|
| 10 | |
|---|
| 11 | # This program is distributed in the hope that it will be useful, |
|---|
| 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 14 | # PARTICULAR PURPOSE. |
|---|
| 15 | |
|---|
| 16 | @SET_MAKE@ |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | VPATH = @srcdir@ |
|---|
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 21 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 22 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 23 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
|---|
| 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 25 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 26 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 27 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 28 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 29 | transform = $(program_transform_name) |
|---|
| 30 | NORMAL_INSTALL = : |
|---|
| 31 | PRE_INSTALL = : |
|---|
| 32 | POST_INSTALL = : |
|---|
| 33 | NORMAL_UNINSTALL = : |
|---|
| 34 | PRE_UNINSTALL = : |
|---|
| 35 | POST_UNINSTALL = : |
|---|
| 36 | build_triplet = @build@ |
|---|
| 37 | host_triplet = @host@ |
|---|
| 38 | target_triplet = @target@ |
|---|
| 39 | bin_PROGRAMS = multipole$(EXEEXT) |
|---|
| 40 | subdir = . |
|---|
| 41 | DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \ |
|---|
| 42 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
|---|
| 43 | $(top_srcdir)/config/config.h.in $(top_srcdir)/configure \ |
|---|
| 44 | ChangeLog config.guess config.sub depcomp install-sh ltmain.sh \ |
|---|
| 45 | missing |
|---|
| 46 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 47 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
|---|
| 48 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 49 | $(ACLOCAL_M4) |
|---|
| 50 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
|---|
| 51 | configure.lineno config.status.lineno |
|---|
| 52 | mkinstalldirs = $(install_sh) -d |
|---|
| 53 | CONFIG_HEADER = $(top_builddir)/config/config.h |
|---|
| 54 | CONFIG_CLEAN_FILES = |
|---|
| 55 | CONFIG_CLEAN_VPATH_FILES = |
|---|
| 56 | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)" |
|---|
| 57 | PROGRAMS = $(bin_PROGRAMS) |
|---|
| 58 | multipole_SOURCES = multipole.c |
|---|
| 59 | multipole_OBJECTS = multipole.$(OBJEXT) |
|---|
| 60 | multipole_LDADD = $(LDADD) |
|---|
| 61 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config |
|---|
| 62 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
|---|
| 63 | am__depfiles_maybe = depfiles |
|---|
| 64 | am__mv = mv -f |
|---|
| 65 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
|---|
| 66 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|---|
| 67 | CCLD = $(CC) |
|---|
| 68 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|---|
| 69 | SOURCES = multipole.c |
|---|
| 70 | DIST_SOURCES = multipole.c |
|---|
| 71 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
|---|
| 72 | am__vpath_adj = case $$p in \ |
|---|
| 73 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
|---|
| 74 | *) f=$$p;; \ |
|---|
| 75 | esac; |
|---|
| 76 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
|---|
| 77 | am__install_max = 40 |
|---|
| 78 | am__nobase_strip_setup = \ |
|---|
| 79 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
|---|
| 80 | am__nobase_strip = \ |
|---|
| 81 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
|---|
| 82 | am__nobase_list = $(am__nobase_strip_setup); \ |
|---|
| 83 | for p in $$list; do echo "$$p $$p"; done | \ |
|---|
| 84 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
|---|
| 85 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
|---|
| 86 | if (++n[$$2] == $(am__install_max)) \ |
|---|
| 87 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
|---|
| 88 | END { for (dir in files) print dir, files[dir] }' |
|---|
| 89 | am__base_list = \ |
|---|
| 90 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
|---|
| 91 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
|---|
| 92 | HEADERS = $(pkginclude_HEADERS) |
|---|
| 93 | ETAGS = etags |
|---|
| 94 | CTAGS = ctags |
|---|
| 95 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 96 | distdir = $(PACKAGE)-$(VERSION) |
|---|
| 97 | top_distdir = $(distdir) |
|---|
| 98 | am__remove_distdir = \ |
|---|
| 99 | { test ! -d "$(distdir)" \ |
|---|
| 100 | || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
|---|
| 101 | && rm -fr "$(distdir)"; }; } |
|---|
| 102 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 \ |
|---|
| 103 | $(distdir).tar.lzma $(distdir).zip |
|---|
| 104 | GZIP_ENV = --best |
|---|
| 105 | distuninstallcheck_listfiles = find . -type f -print |
|---|
| 106 | distcleancheck_listfiles = find . -type f -print |
|---|
| 107 | ACLOCAL = @ACLOCAL@ |
|---|
| 108 | AMTAR = @AMTAR@ |
|---|
| 109 | AUTOCONF = @AUTOCONF@ |
|---|
| 110 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 111 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 112 | AWK = @AWK@ |
|---|
| 113 | CC = @CC@ |
|---|
| 114 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 115 | CFLAGS = @CFLAGS@ |
|---|
| 116 | CPP = @CPP@ |
|---|
| 117 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 118 | CXX = @CXX@ |
|---|
| 119 | CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 120 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 121 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 122 | DEFS = @DEFS@ |
|---|
| 123 | DEPDIR = @DEPDIR@ |
|---|
| 124 | ECHO_C = @ECHO_C@ |
|---|
| 125 | ECHO_N = @ECHO_N@ |
|---|
| 126 | ECHO_T = @ECHO_T@ |
|---|
| 127 | EGREP = @EGREP@ |
|---|
| 128 | EXEEXT = @EXEEXT@ |
|---|
| 129 | GREP = @GREP@ |
|---|
| 130 | INSTALL = @INSTALL@ |
|---|
| 131 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 132 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 133 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 134 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 135 | LDFLAGS = @LDFLAGS@ |
|---|
| 136 | LIBOBJS = @LIBOBJS@ |
|---|
| 137 | LIBS = @LIBS@ |
|---|
| 138 | LN_S = @LN_S@ |
|---|
| 139 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 140 | MAKEINFO = @MAKEINFO@ |
|---|
| 141 | MKDIR_P = @MKDIR_P@ |
|---|
| 142 | OBJEXT = @OBJEXT@ |
|---|
| 143 | PACKAGE = @PACKAGE@ |
|---|
| 144 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 145 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 146 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 147 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 148 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 149 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 150 | RANLIB = @RANLIB@ |
|---|
| 151 | SET_MAKE = @SET_MAKE@ |
|---|
| 152 | SHELL = @SHELL@ |
|---|
| 153 | STRIP = @STRIP@ |
|---|
| 154 | VERSION = @VERSION@ |
|---|
| 155 | abs_builddir = @abs_builddir@ |
|---|
| 156 | abs_srcdir = @abs_srcdir@ |
|---|
| 157 | abs_top_builddir = @abs_top_builddir@ |
|---|
| 158 | abs_top_srcdir = @abs_top_srcdir@ |
|---|
| 159 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 160 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 161 | am__include = @am__include@ |
|---|
| 162 | am__leading_dot = @am__leading_dot@ |
|---|
| 163 | am__quote = @am__quote@ |
|---|
| 164 | am__tar = @am__tar@ |
|---|
| 165 | am__untar = @am__untar@ |
|---|
| 166 | bindir = @bindir@ |
|---|
| 167 | build = @build@ |
|---|
| 168 | build_alias = @build_alias@ |
|---|
| 169 | build_cpu = @build_cpu@ |
|---|
| 170 | build_os = @build_os@ |
|---|
| 171 | build_vendor = @build_vendor@ |
|---|
| 172 | builddir = @builddir@ |
|---|
| 173 | datadir = @datadir@ |
|---|
| 174 | datarootdir = @datarootdir@ |
|---|
| 175 | docdir = @docdir@ |
|---|
| 176 | dvidir = @dvidir@ |
|---|
| 177 | exec_prefix = @exec_prefix@ |
|---|
| 178 | host = @host@ |
|---|
| 179 | host_alias = @host_alias@ |
|---|
| 180 | host_cpu = @host_cpu@ |
|---|
| 181 | host_os = @host_os@ |
|---|
| 182 | host_vendor = @host_vendor@ |
|---|
| 183 | htmldir = @htmldir@ |
|---|
| 184 | includedir = @includedir@ |
|---|
| 185 | infodir = @infodir@ |
|---|
| 186 | install_sh = @install_sh@ |
|---|
| 187 | libdir = @libdir@ |
|---|
| 188 | libexecdir = @libexecdir@ |
|---|
| 189 | localedir = @localedir@ |
|---|
| 190 | localstatedir = @localstatedir@ |
|---|
| 191 | mandir = @mandir@ |
|---|
| 192 | mkdir_p = @mkdir_p@ |
|---|
| 193 | oldincludedir = @oldincludedir@ |
|---|
| 194 | pdfdir = @pdfdir@ |
|---|
| 195 | prefix = @prefix@ |
|---|
| 196 | program_transform_name = @program_transform_name@ |
|---|
| 197 | psdir = @psdir@ |
|---|
| 198 | sbindir = @sbindir@ |
|---|
| 199 | sharedstatedir = @sharedstatedir@ |
|---|
| 200 | srcdir = @srcdir@ |
|---|
| 201 | sysconfdir = @sysconfdir@ |
|---|
| 202 | target = @target@ |
|---|
| 203 | target_alias = @target_alias@ |
|---|
| 204 | target_cpu = @target_cpu@ |
|---|
| 205 | target_os = @target_os@ |
|---|
| 206 | target_vendor = @target_vendor@ |
|---|
| 207 | top_build_prefix = @top_build_prefix@ |
|---|
| 208 | top_builddir = @top_builddir@ |
|---|
| 209 | top_srcdir = @top_srcdir@ |
|---|
| 210 | |
|---|
| 211 | # Don't require all the GNU mandated files |
|---|
| 212 | AUTOMAKE_OPTIONS = 1.8 foreign # no-dependencies |
|---|
| 213 | INCLUDES = -I$(srcdir) |
|---|
| 214 | |
|---|
| 215 | # Headers which are installed |
|---|
| 216 | pkginclude_HEADERS = multipole.h |
|---|
| 217 | |
|---|
| 218 | # Additional files to distribute |
|---|
| 219 | EXTRA_DIST = ChangeLog version.sh |
|---|
| 220 | all: all-am |
|---|
| 221 | |
|---|
| 222 | .SUFFIXES: |
|---|
| 223 | .SUFFIXES: .c .o .obj |
|---|
| 224 | am--refresh: |
|---|
| 225 | @: |
|---|
| 226 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 227 | @for dep in $?; do \ |
|---|
| 228 | case '$(am__configure_deps)' in \ |
|---|
| 229 | *$$dep*) \ |
|---|
| 230 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
|---|
| 231 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
|---|
| 232 | && exit 0; \ |
|---|
| 233 | exit 1;; \ |
|---|
| 234 | esac; \ |
|---|
| 235 | done; \ |
|---|
| 236 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
|---|
| 237 | $(am__cd) $(top_srcdir) && \ |
|---|
| 238 | $(AUTOMAKE) --foreign Makefile |
|---|
| 239 | .PRECIOUS: Makefile |
|---|
| 240 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 241 | @case '$?' in \ |
|---|
| 242 | *config.status*) \ |
|---|
| 243 | echo ' $(SHELL) ./config.status'; \ |
|---|
| 244 | $(SHELL) ./config.status;; \ |
|---|
| 245 | *) \ |
|---|
| 246 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
|---|
| 247 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
|---|
| 248 | esac; |
|---|
| 249 | |
|---|
| 250 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 251 | $(SHELL) ./config.status --recheck |
|---|
| 252 | |
|---|
| 253 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 254 | $(am__cd) $(srcdir) && $(AUTOCONF) |
|---|
| 255 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 256 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|---|
| 257 | $(am__aclocal_m4_deps): |
|---|
| 258 | |
|---|
| 259 | config/config.h: config/stamp-h1 |
|---|
| 260 | @if test ! -f $@; then \ |
|---|
| 261 | rm -f config/stamp-h1; \ |
|---|
| 262 | $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1; \ |
|---|
| 263 | else :; fi |
|---|
| 264 | |
|---|
| 265 | config/stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status |
|---|
| 266 | @rm -f config/stamp-h1 |
|---|
| 267 | cd $(top_builddir) && $(SHELL) ./config.status config/config.h |
|---|
| 268 | $(top_srcdir)/config/config.h.in: $(am__configure_deps) |
|---|
| 269 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
|---|
| 270 | rm -f config/stamp-h1 |
|---|
| 271 | touch $@ |
|---|
| 272 | |
|---|
| 273 | distclean-hdr: |
|---|
| 274 | -rm -f config/config.h config/stamp-h1 |
|---|
| 275 | install-binPROGRAMS: $(bin_PROGRAMS) |
|---|
| 276 | @$(NORMAL_INSTALL) |
|---|
| 277 | test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|---|
| 278 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
|---|
| 279 | for p in $$list; do echo "$$p $$p"; done | \ |
|---|
| 280 | sed 's/$(EXEEXT)$$//' | \ |
|---|
| 281 | while read p p1; do if test -f $$p; \ |
|---|
| 282 | then echo "$$p"; echo "$$p"; else :; fi; \ |
|---|
| 283 | done | \ |
|---|
| 284 | sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|---|
| 285 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
|---|
| 286 | sed 'N;N;N;s,\n, ,g' | \ |
|---|
| 287 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
|---|
| 288 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
|---|
| 289 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
|---|
| 290 | else { print "f", $$3 "/" $$4, $$1; } } \ |
|---|
| 291 | END { for (d in files) print "f", d, files[d] }' | \ |
|---|
| 292 | while read type dir files; do \ |
|---|
| 293 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
|---|
| 294 | test -z "$$files" || { \ |
|---|
| 295 | echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
|---|
| 296 | $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
|---|
| 297 | } \ |
|---|
| 298 | ; done |
|---|
| 299 | |
|---|
| 300 | uninstall-binPROGRAMS: |
|---|
| 301 | @$(NORMAL_UNINSTALL) |
|---|
| 302 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
|---|
| 303 | files=`for p in $$list; do echo "$$p"; done | \ |
|---|
| 304 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
|---|
| 305 | -e 's/$$/$(EXEEXT)/' `; \ |
|---|
| 306 | test -n "$$list" || exit 0; \ |
|---|
| 307 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
|---|
| 308 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
|---|
| 309 | |
|---|
| 310 | clean-binPROGRAMS: |
|---|
| 311 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
|---|
| 312 | multipole$(EXEEXT): $(multipole_OBJECTS) $(multipole_DEPENDENCIES) |
|---|
| 313 | @rm -f multipole$(EXEEXT) |
|---|
| 314 | $(LINK) $(multipole_OBJECTS) $(multipole_LDADD) $(LIBS) |
|---|
| 315 | |
|---|
| 316 | mostlyclean-compile: |
|---|
| 317 | -rm -f *.$(OBJEXT) |
|---|
| 318 | |
|---|
| 319 | distclean-compile: |
|---|
| 320 | -rm -f *.tab.c |
|---|
| 321 | |
|---|
| 322 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multipole.Po@am__quote@ |
|---|
| 323 | |
|---|
| 324 | .c.o: |
|---|
| 325 | @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
|---|
| 326 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
|---|
| 327 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
|---|
| 328 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 329 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 330 | @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< |
|---|
| 331 | |
|---|
| 332 | .c.obj: |
|---|
| 333 | @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
|---|
| 334 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
|---|
| 335 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
|---|
| 336 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 337 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 338 | @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 339 | install-pkgincludeHEADERS: $(pkginclude_HEADERS) |
|---|
| 340 | @$(NORMAL_INSTALL) |
|---|
| 341 | test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" |
|---|
| 342 | @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ |
|---|
| 343 | for p in $$list; do \ |
|---|
| 344 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|---|
| 345 | echo "$$d$$p"; \ |
|---|
| 346 | done | $(am__base_list) | \ |
|---|
| 347 | while read files; do \ |
|---|
| 348 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ |
|---|
| 349 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ |
|---|
| 350 | done |
|---|
| 351 | |
|---|
| 352 | uninstall-pkgincludeHEADERS: |
|---|
| 353 | @$(NORMAL_UNINSTALL) |
|---|
| 354 | @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ |
|---|
| 355 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
|---|
| 356 | test -n "$$files" || exit 0; \ |
|---|
| 357 | echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \ |
|---|
| 358 | cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files |
|---|
| 359 | |
|---|
| 360 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 361 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 362 | unique=`for i in $$list; do \ |
|---|
| 363 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 364 | done | \ |
|---|
| 365 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 366 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 367 | mkid -fID $$unique |
|---|
| 368 | tags: TAGS |
|---|
| 369 | |
|---|
| 370 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 371 | $(TAGS_FILES) $(LISP) |
|---|
| 372 | set x; \ |
|---|
| 373 | here=`pwd`; \ |
|---|
| 374 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 375 | unique=`for i in $$list; do \ |
|---|
| 376 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 377 | done | \ |
|---|
| 378 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 379 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 380 | shift; \ |
|---|
| 381 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
|---|
| 382 | test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 383 | if test $$# -gt 0; then \ |
|---|
| 384 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 385 | "$$@" $$unique; \ |
|---|
| 386 | else \ |
|---|
| 387 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 388 | $$unique; \ |
|---|
| 389 | fi; \ |
|---|
| 390 | fi |
|---|
| 391 | ctags: CTAGS |
|---|
| 392 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 393 | $(TAGS_FILES) $(LISP) |
|---|
| 394 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 395 | unique=`for i in $$list; do \ |
|---|
| 396 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 397 | done | \ |
|---|
| 398 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 399 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 400 | test -z "$(CTAGS_ARGS)$$unique" \ |
|---|
| 401 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 402 | $$unique |
|---|
| 403 | |
|---|
| 404 | GTAGS: |
|---|
| 405 | here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 406 | && $(am__cd) $(top_srcdir) \ |
|---|
| 407 | && gtags -i $(GTAGS_ARGS) "$$here" |
|---|
| 408 | |
|---|
| 409 | distclean-tags: |
|---|
| 410 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 411 | |
|---|
| 412 | distdir: $(DISTFILES) |
|---|
| 413 | $(am__remove_distdir) |
|---|
| 414 | test -d "$(distdir)" || mkdir "$(distdir)" |
|---|
| 415 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 416 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 417 | list='$(DISTFILES)'; \ |
|---|
| 418 | dist_files=`for file in $$list; do echo $$file; done | \ |
|---|
| 419 | sed -e "s|^$$srcdirstrip/||;t" \ |
|---|
| 420 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|---|
| 421 | case $$dist_files in \ |
|---|
| 422 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
|---|
| 423 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|---|
| 424 | sort -u` ;; \ |
|---|
| 425 | esac; \ |
|---|
| 426 | for file in $$dist_files; do \ |
|---|
| 427 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 428 | if test -d $$d/$$file; then \ |
|---|
| 429 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 430 | if test -d "$(distdir)/$$file"; then \ |
|---|
| 431 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|---|
| 432 | fi; \ |
|---|
| 433 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 434 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
|---|
| 435 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|---|
| 436 | fi; \ |
|---|
| 437 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
|---|
| 438 | else \ |
|---|
| 439 | test -f "$(distdir)/$$file" \ |
|---|
| 440 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
|---|
| 441 | || exit 1; \ |
|---|
| 442 | fi; \ |
|---|
| 443 | done |
|---|
| 444 | -test -n "$(am__skip_mode_fix)" \ |
|---|
| 445 | || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
|---|
| 446 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
|---|
| 447 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|---|
| 448 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
|---|
| 449 | || chmod -R a+r "$(distdir)" |
|---|
| 450 | dist-gzip: distdir |
|---|
| 451 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|---|
| 452 | $(am__remove_distdir) |
|---|
| 453 | dist-bzip2: distdir |
|---|
| 454 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
|---|
| 455 | $(am__remove_distdir) |
|---|
| 456 | dist-lzma: distdir |
|---|
| 457 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|---|
| 458 | $(am__remove_distdir) |
|---|
| 459 | |
|---|
| 460 | dist-xz: distdir |
|---|
| 461 | tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz |
|---|
| 462 | $(am__remove_distdir) |
|---|
| 463 | |
|---|
| 464 | dist-tarZ: distdir |
|---|
| 465 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
|---|
| 466 | $(am__remove_distdir) |
|---|
| 467 | |
|---|
| 468 | dist-shar: distdir |
|---|
| 469 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
|---|
| 470 | $(am__remove_distdir) |
|---|
| 471 | dist-zip: distdir |
|---|
| 472 | -rm -f $(distdir).zip |
|---|
| 473 | zip -rq $(distdir).zip $(distdir) |
|---|
| 474 | $(am__remove_distdir) |
|---|
| 475 | |
|---|
| 476 | dist dist-all: distdir |
|---|
| 477 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|---|
| 478 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
|---|
| 479 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|---|
| 480 | -rm -f $(distdir).zip |
|---|
| 481 | zip -rq $(distdir).zip $(distdir) |
|---|
| 482 | $(am__remove_distdir) |
|---|
| 483 | |
|---|
| 484 | # This target untars the dist file and tries a VPATH configuration. Then |
|---|
| 485 | # it guarantees that the distribution is self-contained by making another |
|---|
| 486 | # tarfile. |
|---|
| 487 | distcheck: dist |
|---|
| 488 | case '$(DIST_ARCHIVES)' in \ |
|---|
| 489 | *.tar.gz*) \ |
|---|
| 490 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
|---|
| 491 | *.tar.bz2*) \ |
|---|
| 492 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
|---|
| 493 | *.tar.lzma*) \ |
|---|
| 494 | unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ |
|---|
| 495 | *.tar.xz*) \ |
|---|
| 496 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
|---|
| 497 | *.tar.Z*) \ |
|---|
| 498 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
|---|
| 499 | *.shar.gz*) \ |
|---|
| 500 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
|---|
| 501 | *.zip*) \ |
|---|
| 502 | unzip $(distdir).zip ;;\ |
|---|
| 503 | esac |
|---|
| 504 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
|---|
| 505 | mkdir $(distdir)/_build |
|---|
| 506 | mkdir $(distdir)/_inst |
|---|
| 507 | chmod a-w $(distdir) |
|---|
| 508 | test -d $(distdir)/_build || exit 0; \ |
|---|
| 509 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
|---|
| 510 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
|---|
| 511 | && am__cwd=`pwd` \ |
|---|
| 512 | && $(am__cd) $(distdir)/_build \ |
|---|
| 513 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|---|
| 514 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
|---|
| 515 | && $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 516 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|---|
| 517 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
|---|
| 518 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
|---|
| 519 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|---|
| 520 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
|---|
| 521 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
|---|
| 522 | distuninstallcheck \ |
|---|
| 523 | && chmod -R a-w "$$dc_install_base" \ |
|---|
| 524 | && ({ \ |
|---|
| 525 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
|---|
| 526 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
|---|
| 527 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
|---|
| 528 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
|---|
| 529 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
|---|
| 530 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
|---|
| 531 | && rm -rf "$$dc_destdir" \ |
|---|
| 532 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
|---|
| 533 | && rm -rf $(DIST_ARCHIVES) \ |
|---|
| 534 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
|---|
| 535 | && cd "$$am__cwd" \ |
|---|
| 536 | || exit 1 |
|---|
| 537 | $(am__remove_distdir) |
|---|
| 538 | @(echo "$(distdir) archives ready for distribution: "; \ |
|---|
| 539 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
|---|
| 540 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
|---|
| 541 | distuninstallcheck: |
|---|
| 542 | @$(am__cd) '$(distuninstallcheck_dir)' \ |
|---|
| 543 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
|---|
| 544 | || { echo "ERROR: files left after uninstall:" ; \ |
|---|
| 545 | if test -n "$(DESTDIR)"; then \ |
|---|
| 546 | echo " (check DESTDIR support)"; \ |
|---|
| 547 | fi ; \ |
|---|
| 548 | $(distuninstallcheck_listfiles) ; \ |
|---|
| 549 | exit 1; } >&2 |
|---|
| 550 | distcleancheck: distclean |
|---|
| 551 | @if test '$(srcdir)' = . ; then \ |
|---|
| 552 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
|---|
| 553 | exit 1 ; \ |
|---|
| 554 | fi |
|---|
| 555 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
|---|
| 556 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
|---|
| 557 | $(distcleancheck_listfiles) ; \ |
|---|
| 558 | exit 1; } >&2 |
|---|
| 559 | check-am: all-am |
|---|
| 560 | check: check-am |
|---|
| 561 | all-am: Makefile $(PROGRAMS) $(HEADERS) |
|---|
| 562 | installdirs: |
|---|
| 563 | for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"; do \ |
|---|
| 564 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
|---|
| 565 | done |
|---|
| 566 | install: install-am |
|---|
| 567 | install-exec: install-exec-am |
|---|
| 568 | install-data: install-data-am |
|---|
| 569 | uninstall: uninstall-am |
|---|
| 570 | |
|---|
| 571 | install-am: all-am |
|---|
| 572 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 573 | |
|---|
| 574 | installcheck: installcheck-am |
|---|
| 575 | install-strip: |
|---|
| 576 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 577 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 578 | `test -z '$(STRIP)' || \ |
|---|
| 579 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 580 | mostlyclean-generic: |
|---|
| 581 | |
|---|
| 582 | clean-generic: |
|---|
| 583 | |
|---|
| 584 | distclean-generic: |
|---|
| 585 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 586 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|---|
| 587 | |
|---|
| 588 | maintainer-clean-generic: |
|---|
| 589 | @echo "This command is intended for maintainers to use" |
|---|
| 590 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 591 | clean: clean-am |
|---|
| 592 | |
|---|
| 593 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
|---|
| 594 | |
|---|
| 595 | distclean: distclean-am |
|---|
| 596 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|---|
| 597 | -rm -rf ./$(DEPDIR) |
|---|
| 598 | -rm -f Makefile |
|---|
| 599 | distclean-am: clean-am distclean-compile distclean-generic \ |
|---|
| 600 | distclean-hdr distclean-tags |
|---|
| 601 | |
|---|
| 602 | dvi: dvi-am |
|---|
| 603 | |
|---|
| 604 | dvi-am: |
|---|
| 605 | |
|---|
| 606 | html: html-am |
|---|
| 607 | |
|---|
| 608 | html-am: |
|---|
| 609 | |
|---|
| 610 | info: info-am |
|---|
| 611 | |
|---|
| 612 | info-am: |
|---|
| 613 | |
|---|
| 614 | install-data-am: install-pkgincludeHEADERS |
|---|
| 615 | |
|---|
| 616 | install-dvi: install-dvi-am |
|---|
| 617 | |
|---|
| 618 | install-dvi-am: |
|---|
| 619 | |
|---|
| 620 | install-exec-am: install-binPROGRAMS |
|---|
| 621 | |
|---|
| 622 | install-html: install-html-am |
|---|
| 623 | |
|---|
| 624 | install-html-am: |
|---|
| 625 | |
|---|
| 626 | install-info: install-info-am |
|---|
| 627 | |
|---|
| 628 | install-info-am: |
|---|
| 629 | |
|---|
| 630 | install-man: |
|---|
| 631 | |
|---|
| 632 | install-pdf: install-pdf-am |
|---|
| 633 | |
|---|
| 634 | install-pdf-am: |
|---|
| 635 | |
|---|
| 636 | install-ps: install-ps-am |
|---|
| 637 | |
|---|
| 638 | install-ps-am: |
|---|
| 639 | |
|---|
| 640 | installcheck-am: |
|---|
| 641 | |
|---|
| 642 | maintainer-clean: maintainer-clean-am |
|---|
| 643 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|---|
| 644 | -rm -rf $(top_srcdir)/autom4te.cache |
|---|
| 645 | -rm -rf ./$(DEPDIR) |
|---|
| 646 | -rm -f Makefile |
|---|
| 647 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 648 | |
|---|
| 649 | mostlyclean: mostlyclean-am |
|---|
| 650 | |
|---|
| 651 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
|---|
| 652 | |
|---|
| 653 | pdf: pdf-am |
|---|
| 654 | |
|---|
| 655 | pdf-am: |
|---|
| 656 | |
|---|
| 657 | ps: ps-am |
|---|
| 658 | |
|---|
| 659 | ps-am: |
|---|
| 660 | |
|---|
| 661 | uninstall-am: uninstall-binPROGRAMS uninstall-pkgincludeHEADERS |
|---|
| 662 | |
|---|
| 663 | .MAKE: install-am install-strip |
|---|
| 664 | |
|---|
| 665 | .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ |
|---|
| 666 | clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ |
|---|
| 667 | dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
|---|
| 668 | distcheck distclean distclean-compile distclean-generic \ |
|---|
| 669 | distclean-hdr distclean-tags distcleancheck distdir \ |
|---|
| 670 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
|---|
| 671 | install install-am install-binPROGRAMS install-data \ |
|---|
| 672 | install-data-am install-dvi install-dvi-am install-exec \ |
|---|
| 673 | install-exec-am install-html install-html-am install-info \ |
|---|
| 674 | install-info-am install-man install-pdf install-pdf-am \ |
|---|
| 675 | install-pkgincludeHEADERS install-ps install-ps-am \ |
|---|
| 676 | install-strip installcheck installcheck-am installdirs \ |
|---|
| 677 | maintainer-clean maintainer-clean-generic mostlyclean \ |
|---|
| 678 | mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ |
|---|
| 679 | tags uninstall uninstall-am uninstall-binPROGRAMS \ |
|---|
| 680 | uninstall-pkgincludeHEADERS |
|---|
| 681 | |
|---|
| 682 | |
|---|
| 683 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 684 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 685 | .NOEXPORT: |
|---|