Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
75701329
Commit
75701329
authored
Oct 02, 2012
by
Pedro Gonnet
Browse files
forgot this.
Former-commit-id: 28845ffabc4220ea75cf1972e576951fa1215998
parent
78cfe56c
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/Makefile.am
0 → 100644
View file @
75701329
# This file is part of GadgetSMP.
# Coypright (c) 2012 pedro.gonnet@durham.ac.uk.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Automake stuff
AUTOMAKE_OPTIONS
=
gnu
# Add the source directory and debug to CFLAGS
AM_CFLAGS
=
-g
-Wall
-Werror
-I
../src
$(OPENMP_CFLAGS)
-DCPU_TPS
=
2.67e9
# Set-up the library
bin_PROGRAMS
=
test
# Sources for test
test_SOURCES
=
test.c
test_CFLAGS
=
-DCOUNTER
-DTIMER
$(AM_CFLAGS)
test_LDADD
=
../src/.libs/libgadgetsmp.a
src/Makefile
deleted
100644 → 0
View file @
78cfe56c
# Makefile.in generated by automake 1.11.3 from Makefile.am.
# src/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# This file is part of GadgetSMP.
# Coypright (c) 2012 pedro.gonnet@durham.ac.uk.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
pkgdatadir
=
$(datadir)
/GadgetSMP
pkgincludedir
=
$(includedir)
/GadgetSMP
pkglibdir
=
$(libdir)
/GadgetSMP
pkglibexecdir
=
$(libexecdir)
/GadgetSMP
am__cd
=
CDPATH
=
"
$
${
ZSH_VERSION
+.
}
$(PATH_SEPARATOR)
"
&&
cd
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
install_sh_SCRIPT
=
$(install_sh)
-c
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
$(program_transform_name)
NORMAL_INSTALL
=
:
PRE_INSTALL
=
:
POST_INSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
i686-pc-linux-gnu
host_triplet
=
i686-pc-linux-gnu
subdir
=
src
DIST_COMMON
=
$(include_HEADERS)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/acx_pthread.m4
\
$(top_srcdir)
/m4/ax_check_compile_flag.m4
\
$(top_srcdir)
/m4/ax_check_compiler_flags.m4
\
$(top_srcdir)
/m4/ax_check_zlib.m4
$(top_srcdir)
/m4/ax_ext.m4
\
$(top_srcdir)
/m4/ax_func_posix_memalign.m4
\
$(top_srcdir)
/m4/ax_gcc_archflag.m4
\
$(top_srcdir)
/m4/ax_gcc_x86_cpuid.m4
\
$(top_srcdir)
/m4/ax_openmp.m4
\
$(top_srcdir)
/m4/ax_prog_doxygen.m4
\
$(top_srcdir)
/m4/libtool.m4
$(top_srcdir)
/m4/ltoptions.m4
\
$(top_srcdir)
/m4/ltsugar.m4
$(top_srcdir)
/m4/ltversion.m4
\
$(top_srcdir)
/m4/lt~obsolete.m4
$(top_srcdir)
/configure.in
am__configure_deps
=
$(am__aclocal_m4_deps)
$(CONFIGURE_DEPENDENCIES)
\
$(ACLOCAL_M4)
mkinstalldirs
=
$(install_sh)
-d
CONFIG_HEADER
=
$(top_builddir)
/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
am__vpath_adj_setup
=
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
am__vpath_adj
=
case
$$
p
in
\
$(srcdir)
/
*
)
f
=
`
echo
"
$$
p"
|
sed
"s|^
$$
srcdirstrip/||"
`
;;
\
*
)
f
=
$$
p
;;
\
esac
;
am__strip_dir
=
f
=
`
echo
$$
p |
sed
-e
's|^.*/||'
`
;
am__install_max
=
40
am__nobase_strip_setup
=
\
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's/[].[^$$\\*|]/\\\\&/g'
`
am__nobase_strip
=
\
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
sed
-e
"s|
$$
srcdirstrip/||"
am__nobase_list
=
$(am__nobase_strip_setup)
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
"s|
$$
srcdirstrip/| |;"
' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,'
|
\
$(AWK)
'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] ==
$(am__install_max)
) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list
=
\
sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
\
sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir
=
{
\
test
-z
"
$$
files"
\
||
{
test
!
-d
"
$$
dir"
&&
test
!
-f
"
$$
dir"
&&
test
!
-r
"
$$
dir"
;
}
\
||
{
echo
" ( cd '
$$
dir' && rm -f"
$$
files
")"
;
\
$(am__cd)
"
$$
dir"
&&
rm
-f
$$
files
;
}
;
\
}
am__installdirs
=
"
$(DESTDIR)$(libdir)
"
"
$(DESTDIR)$(includedir)
"
LTLIBRARIES
=
$(lib_LTLIBRARIES)
libgadgetsmp_la_LIBADD
=
am_libgadgetsmp_la_OBJECTS
=
space.lo runner.lo
libgadgetsmp_la_OBJECTS
=
$(am_libgadgetsmp_la_OBJECTS)
DEFAULT_INCLUDES
=
-I
.
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
am__mv
=
mv
-f
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
compile
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
\
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
\
$(LDFLAGS)
-o
$@
SOURCES
=
$(libgadgetsmp_la_SOURCES)
DIST_SOURCES
=
$(libgadgetsmp_la_SOURCES)
HEADERS
=
$(include_HEADERS)
ETAGS
=
etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
${SHELL}
/home/pedro/work/gadgetsmp/missing
--run
aclocal-1.11
AMTAR
=
$
${
TAR
-tar
}
AR
=
ar
AUTOCONF
=
${SHELL}
/home/pedro/work/gadgetsmp/missing
--run
autoconf
AUTOHEADER
=
${SHELL}
/home/pedro/work/gadgetsmp/missing
--run
autoheader
AUTOMAKE
=
${SHELL}
/home/pedro/work/gadgetsmp/missing
--run
automake-1.11
AWK
=
mawk
CC
=
gcc
-std
=
gnu99
CCDEPMODE
=
depmode
=
gcc3
CFLAGS
=
-g
-O2
-march
=
native
-pthread
CPP
=
gcc
-E
CPPFLAGS
=
-I
/usr/include
-I
/usr/include
CYGPATH_W
=
echo
DEFS
=
-DHAVE_CONFIG_H
DEPDIR
=
.deps
DLLTOOL
=
false
DOXYGEN_PAPER_SIZE
=
DSYMUTIL
=
DUMPBIN
=
DX_CONFIG
=
doc/Doxyfile
DX_DOCDIR
=
doc/
DX_DOT
=
/usr/bin/dot
DX_DOXYGEN
=
/usr/bin/doxygen
DX_DVIPS
=
/usr/bin/dvips
DX_EGREP
=
/bin/egrep
DX_ENV
=
SRCDIR
=
'.'
PROJECT
=
'libchebfun'
DOCDIR
=
'doc/'
VERSION
=
''
PERL_PATH
=
'/usr/bin/perl'
HAVE_DOT
=
'YES'
DOT_PATH
=
'/usr/bin'
GENERATE_MAN
=
'NO'
GENERATE_RTF
=
'NO'
GENERATE_XML
=
'NO'
GENERATE_HTMLHELP
=
'NO'
GENERATE_CHI
=
'NO'
GENERATE_HTML
=
'YES'
GENERATE_LATEX
=
'YES'
DX_FLAG_chi
=
0
DX_FLAG_chm
=
0
DX_FLAG_doc
=
1
DX_FLAG_dot
=
1
DX_FLAG_html
=
1
DX_FLAG_man
=
0
DX_FLAG_pdf
=
1
DX_FLAG_ps
=
1
DX_FLAG_rtf
=
0
DX_FLAG_xml
=
0
DX_HHC
=
DX_LATEX
=
/usr/bin/latex
DX_MAKEINDEX
=
/usr/bin/makeindex
DX_PDFLATEX
=
/usr/bin/pdflatex
DX_PERL
=
/usr/bin/perl
DX_PROJECT
=
libchebfun
ECHO_C
=
ECHO_N
=
-n
ECHO_T
=
EGREP
=
/bin/grep
-E
EXEEXT
=
FGREP
=
/bin/grep
-F
GREP
=
/bin/grep
INSTALL
=
/usr/bin/install
-c
INSTALL_DATA
=
${INSTALL}
-m
644
INSTALL_PROGRAM
=
${INSTALL}
INSTALL_SCRIPT
=
${INSTALL}
INSTALL_STRIP_PROGRAM
=
$(install_sh)
-c
-s
LD
=
/usr/bin/ld
LDFLAGS
=
-lm
-L
/usr/lib
-L
/usr/lib
LIBOBJS
=
LIBS
=
-lz
-lm
LIBTOOL
=
$(SHELL)
$(top_builddir)
/libtool
LIPO
=
LN_S
=
ln
-s
LTLIBOBJS
=
MAKEINFO
=
${SHELL}
/home/pedro/work/gadgetsmp/missing
--run
makeinfo
MANIFEST_TOOL
=
:
MKDIR_P
=
/bin/mkdir
-p
NM
=
/usr/bin/nm
-B
NMEDIT
=
OBJDUMP
=
objdump
OBJEXT
=
o
OPENMP_CFLAGS
=
-fopenmp
OTOOL
=
OTOOL64
=
PACKAGE
=
GadgetSMP
PACKAGE_BUGREPORT
=
PACKAGE_NAME
=
PACKAGE_STRING
=
PACKAGE_TARNAME
=
PACKAGE_URL
=
PACKAGE_VERSION
=
PATH_SEPARATOR
=
:
PRTDIAG
=
PTHREAD_CC
=
gcc
-std
=
gnu99
PTHREAD_CFLAGS
=
-pthread
PTHREAD_LIBS
=
RANLIB
=
ranlib
SED
=
/bin/sed
SET_MAKE
=
SHELL
=
/bin/bash
SIMD_FLAGS
=
-mmmx
-msse
-msse2
-msse3
-mssse3
-msse4
.1
-msse4
.2
STRIP
=
strip
VERSION
=
VERSION
abs_builddir
=
/home/pedro/work/gadgetsmp/src
abs_srcdir
=
/home/pedro/work/gadgetsmp/src
abs_top_builddir
=
/home/pedro/work/gadgetsmp
abs_top_srcdir
=
/home/pedro/work/gadgetsmp
ac_ct_AR
=
ar
ac_ct_CC
=
gcc
ac_ct_DUMPBIN
=
acx_pthread_config
=
am__include
=
include
am__leading_dot
=
.
am__quote
=
am__tar
=
$
${
TAR
-tar
}
chof -
"
$$
tardir"
am__untar
=
$
${
TAR
-tar
}
xf -
bindir
=
${exec_prefix}
/bin
build
=
i686-pc-linux-gnu
build_alias
=
build_cpu
=
i686
build_os
=
linux-gnu
build_vendor
=
pc
builddir
=
.
datadir
=
${datarootdir}
datarootdir
=
${prefix}
/share
docdir
=
${datarootdir}
/doc/
${PACKAGE}
dvidir
=
${docdir}
exec_prefix
=
${prefix}
host
=
i686-pc-linux-gnu
host_alias
=
host_cpu
=
i686
host_os
=
linux-gnu
host_vendor
=
pc
htmldir
=
${docdir}
includedir
=
${prefix}
/include
infodir
=
${datarootdir}
/info
install_sh
=
${SHELL}
/home/pedro/work/gadgetsmp/install-sh
libdir
=
${exec_prefix}
/lib
libexecdir
=
${exec_prefix}
/libexec
localedir
=
${datarootdir}
/locale
localstatedir
=
${prefix}
/var
mandir
=
${datarootdir}
/man
mkdir_p
=
/bin/mkdir
-p
oldincludedir
=
/usr/include
pdfdir
=
${docdir}
prefix
=
/usr/local
program_transform_name
=
s,x,x,
psdir
=
${docdir}
sbindir
=
${exec_prefix}
/sbin
sharedstatedir
=
${prefix}
/com
srcdir
=
.
sysconfdir
=
${prefix}
/etc
target_alias
=
top_build_prefix
=
../
top_builddir
=
..
top_srcdir
=
..
# Automake stuff
AUTOMAKE_OPTIONS
=
gnu
# Add the debug flag to the whole thing
AM_CFLAGS
=
-g
-O3
-Wall
-Werror
$(SIMD_FLAGS)
$(CFLAGS)
$(OPENMP_CFLAGS)
-DTIMER
-DCOUNTER
-DCPU_TPS
=
2.67e9
# Assign a "safe" version number
AM_LDFLAGS
=
$(LAPACK_LIBS)
$(BLAS_LIBS)
-version-info
0:0:0
# Build the libgadgetsmp library
lib_LTLIBRARIES
=
libgadgetsmp.la
libgadgetsmp_la_SOURCES
=
space.c runner.c
# List required headers
include_HEADERS
=
space.h runner.h lock.h
all
:
all-am
.SUFFIXES
:
.SUFFIXES
:
.c .lo .o .obj
$(srcdir)/Makefile.in
:
$(srcdir)/Makefile.am $(am__configure_deps)
@
for
dep
in
$?
;
do
\
case
'
$(am__configure_deps)
'
in
\
*
$$
dep
*
)
\
(
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
)
\
&&
{
if
test
-f
$@
;
then
exit
0
;
else
break
;
fi
;
}
;
\
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu src/Makefile'
;
\
$(am__cd)
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
src/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
*
config.status
*
)
\
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
;;
\
*
)
\
echo
' cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/$@
$(am__depfiles_maybe)
'
;
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
;;
\
esac
;
$(top_builddir)/config.status
:
$(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(top_srcdir)/configure
:
$(am__configure_deps)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(ACLOCAL_M4)
:
$(am__aclocal_m4_deps)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(am__aclocal_m4_deps)
:
install-libLTLIBRARIES
:
$(lib_LTLIBRARIES)
@
$(NORMAL_INSTALL)
test
-z
"
$(libdir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(libdir)
"
@
list
=
'
$(lib_LTLIBRARIES)
'
;
test
-n
"
$(libdir)
"
||
list
=
;
\
list2
=
;
for
p
in
$$
list
;
do
\
if
test
-f
$$
p
;
then
\
list2
=
"
$$
list2
$$
p"
;
\
else
:
;
fi
;
\
done
;
\
test
-z
"
$$
list2"
||
{
\
echo
"
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode=install
$(INSTALL)
$(INSTALL_STRIP_FLAG)
$$
list2 '
$(DESTDIR)$(libdir)
'"
;
\
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode
=
install
$(INSTALL)
$(INSTALL_STRIP_FLAG)
$$
list2
"
$(DESTDIR)$(libdir)
"
;
\
}
uninstall-libLTLIBRARIES
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(lib_LTLIBRARIES)
'
;
test
-n
"
$(libdir)
"
||
list
=
;
\
for
p
in
$$
list
;
do
\
$(am__strip_dir)
\
echo
"
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode=uninstall rm -f '
$(DESTDIR)$(libdir)
/
$$
f'"
;
\
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode
=
uninstall
rm
-f
"
$(DESTDIR)$(libdir)
/
$$
f"
;
\
done
clean-libLTLIBRARIES
:
-
test
-z
"
$(lib_LTLIBRARIES)
"
||
rm
-f
$(lib_LTLIBRARIES)
@
list
=
'
$(lib_LTLIBRARIES)
'
;
for
p
in
$$
list
;
do
\
dir
=
"
`
echo
$$
p |
sed
-e
's|/[^/]*$$||'
`
"
;
\
test
"
$$
dir"
!=
"
$$
p"
||
dir
=
.
;
\
echo
"rm -f
\"
$
${dir}
/so_locations
\"
"
;
\
rm
-f
"
$
${dir}
/so_locations"
;
\
done
libgadgetsmp.la
:
$(libgadgetsmp_la_OBJECTS) $(libgadgetsmp_la_DEPENDENCIES) $(EXTRA_libgadgetsmp_la_DEPENDENCIES)
$(LINK)
-rpath
$(libdir)
$(libgadgetsmp_la_OBJECTS)
$(libgadgetsmp_la_LIBADD)
$(LIBS)
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
distclean-compile
:
-
rm
-f
*
.tab.c
include
./$(DEPDIR)/runner.Plo
include
./$(DEPDIR)/space.Plo
.c.o
:
$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)
/
$*
.Tpo
-c
-o
$@
$<
$(am__mv)
$(DEPDIR)
/
$*
.Tpo
$(DEPDIR)
/
$*
.Po
# source='$<' object='$@' libtool=no \
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
# $(COMPILE) -c $<
.c.obj
:
$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)
/
$*
.Tpo
-c
-o
$@
`
$(CYGPATH_W)
'$<'
`
$(am__mv)
$(DEPDIR)
/
$*
.Tpo
$(DEPDIR)
/
$*
.Po
# source='$<' object='$@' libtool=no \
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
# $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo
:
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)
/
$*
.Tpo
-c
-o
$@
$<
$(am__mv)
$(DEPDIR)
/
$*
.Tpo
$(DEPDIR)
/
$*
.Plo
# source='$<' object='$@' libtool=yes \
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
# $(LTCOMPILE) -c -o $@ $<
mostlyclean-libtool
:
-
rm
-f
*
.lo
clean-libtool
:
-
rm
-rf
.libs _libs
install-includeHEADERS
:
$(include_HEADERS)
@
$(NORMAL_INSTALL)
test
-z
"
$(includedir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(includedir)
"
@
list
=
'
$(include_HEADERS)
'
;
test
-n
"
$(includedir)
"
||
list
=
;
\
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
echo
"
$$
d
$$
p"
;
\
done
|
$(am__base_list)
|
\
while
read
files
;
do
\
echo
"
$(INSTALL_HEADER)
$$
files '
$(DESTDIR)$(includedir)
'"
;
\
$(INSTALL_HEADER)
$$
files
"
$(DESTDIR)$(includedir)
"
||
exit
$$
?
;
\
done
uninstall-includeHEADERS
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(include_HEADERS)
'
;
test
-n
"
$(includedir)
"
||
list
=
;
\
files
=
`
for
p
in
$$
list
;
do
echo
$$
p
;
done
|
sed
-e
's|^.*/||'
`
;
\
dir
=
'
$(DESTDIR)$(includedir)
'
;
$(am__uninstall_files_from_dir)
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
mkid
-fID
$$
unique
tags
:
TAGS
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
set
x
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
shift
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
*
$$
unique"
;
then
:
;
else
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
if
test
$$
# -gt 0; then
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
"
$$
@"
$$
unique
;
\
else
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
unique
;
\
fi
;
\
fi
ctags
:
CTAGS
CTAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
test
-z
"
$(CTAGS_ARGS)$$
unique"
\
||
$(CTAGS)
$(CTAGSFLAGS)
$(AM_CTAGSFLAGS)
$(CTAGS_ARGS)
\
$$
unique
GTAGS
:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
$(am__cd)
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
"
$$
here"
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir
:
$(DISTFILES)
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
list
=
'
$(DISTFILES)
'
;
\
dist_files
=
`
for
file
in
$$
list
;
do
echo
$$
file
;
done
|
\
sed
-e
"s|^
$$
srcdirstrip/||;t"
\
-e
"s|^
$$
topsrcdirstrip/|
$(top_builddir)
/|;t"
`
;
\
case
$$
dist_files
in
\
*
/
*
)
$(MKDIR_P)
`
echo
"
$$
dist_files"
|
\
sed
'/\//!d;s|^|
$(distdir)
/|;s,/[^/]*$$,,'
|
\
sort
-u
`
;;
\
esac
;
\
for
file
in
$$
dist_files
;
do
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
dir
=
`
echo
"/
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
-d
"
$(distdir)
/
$$
file"
;
then
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod
u+rwx
{}
\;
;
\
fi
;
\
if
test
-d
$(srcdir)
/
$$
file
&&
test
$$
d
!=
$(srcdir)
;
then
\
cp
-fpR
$(srcdir)
/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod
u+rwx
{}
\;
;
\
fi
;
\
cp
-fpR
$$
d/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
else
\
test
-f
"
$(distdir)
/
$$
file"
\
||
cp
-p
$$
d/
$$
file
"
$(distdir)
/
$$
file"
\
||
exit
1
;
\
fi
;
\
done
check-am
:
all-am
check
:
check-am
all-am
:
Makefile $(LTLIBRARIES) $(HEADERS)
installdirs
:
for
dir
in
"
$(DESTDIR)$(libdir)
"
"
$(DESTDIR)$(includedir)
"
;
do
\
test
-z
"
$$
dir"
||
$(MKDIR_P)
"
$$
dir"
;
\
done
install
:
install-am
install-exec
:
install-exec-am
install-data
:
install-data-am
uninstall
:
uninstall-am
install-am
:
all-am
@
$(MAKE)
$(AM_MAKEFLAGS)
install-exec-am install-data-am
installcheck
:
installcheck-am
install-strip
:
if
test
-z
'
$(STRIP)
'
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
install
;
\
else
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
install
;
\
fi
mostlyclean-generic
:
clean-generic
:
distclean-generic
:
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
.
=
"
$(srcdir)
"
||
test
-z
"
$(CONFIG_CLEAN_VPATH_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
clean
:
clean-am
clean-am
:
clean-generic clean-libLTLIBRARIES clean-libtool
\
mostlyclean-am
distclean
:
distclean-am
-
rm
-rf
./
$(DEPDIR)
-
rm
-f
Makefile
distclean-am
:
clean-am distclean-compile distclean-generic
\
distclean-tags
dvi
:
dvi-am
dvi-am
:
html
:
html-am
html-am
:
info
:
info-am
info-am
:
install-data-am
:
install-includeHEADERS
install-dvi
:
install-dvi-am
install-dvi-am
:
install-exec-am
:
install-libLTLIBRARIES
install-html
:
install-html-am
install-html-am
:
install-info
:
install-info-am
install-info-am
:
install-man
:
install-pdf
:
install-pdf-am
install-pdf-am
:
install-ps
:
install-ps-am
install-ps-am
:
installcheck-am
:
maintainer-clean
:
maintainer-clean-am
-
rm
-rf
./
$(DEPDIR)
-
rm
-f
Makefile
maintainer-clean-am
:
distclean-am maintainer-clean-generic
mostlyclean
:
mostlyclean-am
mostlyclean-am
:
mostlyclean-compile mostlyclean-generic
\
mostlyclean-libtool
pdf
:
pdf-am
pdf-am
:
ps
:
ps-am
ps-am
:
uninstall-am
:
uninstall-includeHEADERS uninstall-libLTLIBRARIES
.MAKE
:
install-am install-strip