Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
b1e85296
Commit
b1e85296
authored
Oct 14, 2009
by
Emmanuel Milou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#2297] Update .gitignore
parent
898bb61b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
491 deletions
+16
-491
.gitignore
.gitignore
+16
-0
sflphone-client-gnome/src/icons/Makefile
sflphone-client-gnome/src/icons/Makefile
+0
-491
No files found.
.gitignore
View file @
b1e85296
...
...
@@ -37,6 +37,7 @@ doc/*.html
/stamp-h1
/Makefile
sflphone-client-gnome/stamp-h1
*.omf
# Ignore built stuff
/src/sflphoned
...
...
@@ -94,6 +95,8 @@ sflphone-client-gnome/pixmaps/Makefile
sflphone-client-gnome/tests/Makefile
sflphone-client-gnome/man/Makefile
sflphone-client-gnome/src/widget/Makefile
sflphone-client-gnome/doc/Makefile
sflphone-client-gnome/po/Makefile
# Ignore sflphone-client-gnome stuff
...
...
@@ -177,3 +180,16 @@ sflphone-common/libs/dbus-c++/tools/dbusxx-xml2cpp
# GNOME doc file
sflphone-client-gnome/gnome-doc-utils.make
sflphone-client-gnome/doc/de/
sflphone-client-gnome/doc/fr/
sflphone-client-gnome/doc/es/
sflphone-client-gnome/doc/it/
sflphone-client-gnome/doc/ko/
sflphone-client-gnome/doc/pl/
sflphone-client-gnome/doc/pt/
sflphone-client-gnome/doc/pt_BR/
sflphone-client-gnome/doc/ru/
sflphone-client-gnome/doc/zh_CN/
sflphone-client-gnome/doc/zh_TW/
sflphone-client-gnome/doc/zh_HK/
sflphone-client-gnome/src/icons/Makefile
deleted
100644 → 0
View file @
898bb61b
# Makefile.in generated by automake 1.10.2 from Makefile.am.
# src/icons/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 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.
pkgdatadir
=
$(datadir)
/SFLphone
pkglibdir
=
$(libdir)
/SFLphone
pkgincludedir
=
$(includedir)
/SFLphone
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
DIST_COMMON
=
$(srcdir)
/../../globals.mak
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
subdir
=
src/icons
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/configure.ac
am__configure_deps
=
$(am__aclocal_m4_deps)
$(CONFIGURE_DEPENDENCIES)
\
$(ACLOCAL_M4)
mkinstalldirs
=
$(install_sh)
-d
CONFIG_HEADER
=
$(top_builddir)
/config.h
CONFIG_CLEAN_FILES
=
LTLIBRARIES
=
$(noinst_LTLIBRARIES)
libicons_la_LIBADD
=
am_libicons_la_OBJECTS
=
libicons_la-icon_factory.lo
libicons_la_OBJECTS
=
$(am_libicons_la_OBJECTS)
libicons_la_LINK
=
$(LIBTOOL)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
\
$(LIBTOOLFLAGS)
--mode
=
link
$(CCLD)
$(libicons_la_CFLAGS)
\
$(CFLAGS)
$(libicons_la_LDFLAGS)
$(LDFLAGS)
-o
$@
DEFAULT_INCLUDES
=
-I
.
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
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
=
$(libicons_la_SOURCES)
DIST_SOURCES
=
$(libicons_la_SOURCES)
ETAGS
=
etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
${SHELL}
/home/manu/git-repos/sflphone/sflphone-client-gnome/missing
--run
aclocal-1.10
AMTAR
=
${SHELL}
/home/manu/git-repos/sflphone/sflphone-client-gnome/missing
--run
tar
AR
=
ar
AUTOCONF
=
${SHELL}
/home/manu/git-repos/sflphone/sflphone-client-gnome/missing
--run
autoconf
AUTOHEADER
=
${SHELL}
/home/manu/git-repos/sflphone/sflphone-client-gnome/missing
--run
autoheader
AUTOMAKE
=
${SHELL}
/home/manu/git-repos/sflphone/sflphone-client-gnome/missing
--run
automake-1.10
AWK
=
mawk
CC
=
gcc
CCDEPMODE
=
depmode
=
gcc3
CFLAGS
=
-g
-O2
CHECK_CFLAGS
=
CHECK_LIBS
=
-lcheck
CPP
=
gcc
-E
CPPFLAGS
=
CYGPATH_W
=
echo
DBUSGLIB_CFLAGS
=
-I
/usr/include/dbus-1.0
-I
/usr/lib/dbus-1.0/include
-I
/usr/include/glib-2.0
-I
/usr/lib/glib-2.0/include
DBUSGLIB_LIBS
=
-L
//lib
-ldbus-glib-1
-ldbus-1
-lgobject-2
.0
-lglib-2
.0
DEFS
=
-DHAVE_CONFIG_H
DEPDIR
=
.deps
DEPS_CFLAGS
=
-D_REENTRANT
-DORBIT2
=
1
-pthread
-I
/usr/include/dbus-1.0
-I
/usr/lib/dbus-1.0/include
-I
/usr/include/glib-2.0
-I
/usr/lib/glib-2.0/include
-I
/usr/include/gtk-2.0
-I
/usr/lib/gtk-2.0/include
-I
/usr/include/atk-1.0
-I
/usr/include/cairo
-I
/usr/include/pango-1.0
-I
/usr/include/pixman-1
-I
/usr/include/freetype2
-I
/usr/include/directfb
-I
/usr/include/libpng12
-I
/usr/include/evolution-data-server-2.26
-I
/usr/include/libbonobo-2.0
-I
/usr/include/orbit-2.0
-I
/usr/include/bonobo-activation-2.0
-I
/usr/include/libxml2
-I
/usr/include/gconf/2
-I
/usr/include/libsoup-2.4
-I
/usr/include/libgnomeui-2.0
-I
/usr/include/libart-2.0
-I
/usr/include/gnome-keyring-1
-I
/usr/include/libgnome-2.0
-I
/usr/include/libbonoboui-2.0
-I
/usr/include/libgnomecanvas-2.0
-I
/usr/include/gnome-vfs-2.0
-I
/usr/lib/gnome-vfs-2.0/include
-I
/usr/include/gail-1.0
DEPS_LIBS
=
-pthread
-L
//lib
-lnotify
-ldbus-glib-1
-ldbus-1
-lebook-1
.2
-ledataserver-1
.2
-lxml2
-lsoup-2
.4
-lgnomeui-2
-lSM
-lICE
-lbonoboui-2
-lgnomevfs-2
-lgnomecanvas-2
-lgnome-2
-lpopt
-lbonobo-2
-lbonobo-activation
-lORBit-2
-lart_lgpl_2
-lgtk-x11-2
.0
-lgdk-x11-2
.0
-latk-1
.0
-lpangoft2-1
.0
-lgdk_pixbuf-2
.0
-lm
-lpangocairo-1
.0
-lgio-2
.0
-lcairo
-lpango-1
.0
-lfreetype
-lfontconfig
-lgconf-2
-lgthread-2
.0
-lrt
-lgmodule-2
.0
-lgobject-2
.0
-lglib-2
.0
DISTCHECK_CONFIGURE_FLAGS
=
--disable-scrollkeeper
DOC_USER_FORMATS
=
DSYMUTIL
=
DUMPBIN
=
ECHO_C
=
ECHO_N
=
-n
ECHO_T
=
EGREP
=
/bin/grep
-E
EXEEXT
=
FGREP
=
/bin/grep
-F
GREP
=
/bin/grep
GTK216_CFLAGS
=
-D_REENTRANT
-I
/usr/include/gtk-2.0
-I
/usr/lib/gtk-2.0/include
-I
/usr/include/atk-1.0
-I
/usr/include/cairo
-I
/usr/include/pango-1.0
-I
/usr/include/pixman-1
-I
/usr/include/freetype2
-I
/usr/include/directfb
-I
/usr/include/libpng12
-I
/usr/include/glib-2.0
-I
/usr/lib/glib-2.0/include
GTK216_LIBS
=
-lgtk-x11-2
.0
-lgdk-x11-2
.0
-latk-1
.0
-lpangoft2-1
.0
-lgdk_pixbuf-2
.0
-lm
-lpangocairo-1
.0
-lgio-2
.0
-lcairo
-lpango-1
.0
-lfreetype
-lfontconfig
-lgobject-2
.0
-lgmodule-2
.0
-lglib-2
.0
HELP_DIR
=
${datadir}
/gnome/help
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
=
LIBOBJS
=
LIBS
=
LIBSEXY_CFLAGS
=
LIBSEXY_LIBS
=
LIBTOOL
=
$(SHELL)
$(top_builddir)
/libtool
LIPO
=
LN_S
=
ln
-s
LTLIBOBJS
=
MAKEINFO
=
${SHELL}
/home/manu/git-repos/sflphone/sflphone-client-gnome/missing
--run
makeinfo
MKDIR_P
=
/bin/mkdir
-p
NM
=
/usr/bin/nm
-B
NMEDIT
=
OBJDUMP
=
objdump
OBJEXT
=
o
OMF_DIR
=
${datadir}
/omf
OTOOL
=
OTOOL64
=
PACKAGE
=
SFLphone
PACKAGE_BUGREPORT
=
sflphoneteam@savoirfairelinux.com
PACKAGE_NAME
=
SFLphone
PACKAGE_STRING
=
SFLphone 0.9.6~beta
PACKAGE_TARNAME
=
sflphone-client-gnome
PACKAGE_VERSION
=
0.9.6~beta
PATH_SEPARATOR
=
:
PKG_CONFIG
=
/usr/bin/pkg-config
RANLIB
=
ranlib
SED
=
/bin/sed
SET_MAKE
=
SHELL
=
/bin/bash
STRIP
=
strip
VERSION
=
0.9.7~beta
abs_builddir
=
/home/manu/git-repos/sflphone/sflphone-client-gnome/src/icons
abs_srcdir
=
/home/manu/git-repos/sflphone/sflphone-client-gnome/src/icons
abs_top_builddir
=
/home/manu/git-repos/sflphone/sflphone-client-gnome
abs_top_srcdir
=
/home/manu/git-repos/sflphone/sflphone-client-gnome
ac_ct_CC
=
gcc
ac_ct_DUMPBIN
=
am__include
=
include
am__leading_dot
=
.
am__quote
=
am__tar
=
${AMTAR}
chof -
"
$$
tardir"
am__untar
=
${AMTAR}
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_TARNAME}
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/manu/git-repos/sflphone/sflphone-client-gnome/install-sh
libdir
=
${exec_prefix}
/lib
libexecdir
=
${exec_prefix}
/libexec
localedir
=
${datarootdir}
/locale
localstatedir
=
${prefix}
/var
lt_ECHO
=
echo
mandir
=
${datarootdir}
/man
mkdir_p
=
/bin/mkdir
-p
oldincludedir
=
/usr/include
pdfdir
=
${docdir}
prefix
=
/usr
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
=
../..
# Global variables
src
=
$(top_srcdir)
# Preprocessor flags
AM_CPPFLAGS
=
$(DEPS_CFLAGS)
\
$(LIBSEXY_CFLAGS)
\
-I
$(src)
/src
\
-I
$(src)
/src/config
\
-I
$(src)
/src/dbus
\
-I
$(src)
/src/contacts
\
-I
$(src)
/src/addressbook
\
-DDATA_DIR
=
\"
"
$(prefix)
/share/sflphone"
\"
\
-DICONS_DIR
=
\"
"
$(prefix)
/share/sflphone"
\"
\
-DCODECS_DIR
=
\"
"
$(prefix)
/lib/sflphone/codecs"
\"
\
-DPREFIX
=
\"
$(prefix)
\"
\
-DENABLE_TRACE
\
-DPREFIX
=
\"
"
$(prefix)
"
\"
\
-DSYSCONFDIR
=
\"
"
$(sysconfdir)
"
\"
\
-DDATADIR
=
\"
"
$(datadir)
"
\"
\
-DLIBDIR
=
\"
"
$(libdir)
"
\"
\
-DSFLPHONE_UIDIR
=
\"
"
$(datadir)
/sflphone/ui"
\"
noinst_LTLIBRARIES
=
libicons.la
libicons_la_SOURCES
=
\
icon_factory.c
noinst_libicons_la_HEADER
=
\
icon_factory.h
\
pixmaps_data.h
libicons_la_LDFLAGS
=
@DEPS_LDFLAGS@
libicons_la_CFLAGS
=
-D_REENTRANT
-DORBIT2
=
1
-pthread
-I
/usr/include/dbus-1.0
-I
/usr/lib/dbus-1.0/include
-I
/usr/include/glib-2.0
-I
/usr/lib/glib-2.0/include
-I
/usr/include/gtk-2.0
-I
/usr/lib/gtk-2.0/include
-I
/usr/include/atk-1.0
-I
/usr/include/cairo
-I
/usr/include/pango-1.0
-I
/usr/include/pixman-1
-I
/usr/include/freetype2
-I
/usr/include/directfb
-I
/usr/include/libpng12
-I
/usr/include/evolution-data-server-2.26
-I
/usr/include/libbonobo-2.0
-I
/usr/include/orbit-2.0
-I
/usr/include/bonobo-activation-2.0
-I
/usr/include/libxml2
-I
/usr/include/gconf/2
-I
/usr/include/libsoup-2.4
-I
/usr/include/libgnomeui-2.0
-I
/usr/include/libart-2.0
-I
/usr/include/gnome-keyring-1
-I
/usr/include/libgnome-2.0
-I
/usr/include/libbonoboui-2.0
-I
/usr/include/libgnomecanvas-2.0
-I
/usr/include/gnome-vfs-2.0
-I
/usr/lib/gnome-vfs-2.0/include
-I
/usr/include/gail-1.0
all
:
all-am
.SUFFIXES
:
.SUFFIXES
:
.c .lo .o .obj
$(srcdir)/Makefile.in
:
$(srcdir)/Makefile.am $(srcdir)/../../globals.mak $(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/icons/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
src/icons/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
clean-noinstLTLIBRARIES
:
-
test
-z
"
$(noinst_LTLIBRARIES)
"
||
rm
-f
$(noinst_LTLIBRARIES)
@
list
=
'
$(noinst_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
libicons.la
:
$(libicons_la_OBJECTS) $(libicons_la_DEPENDENCIES)
$(libicons_la_LINK)
$(libicons_la_OBJECTS)
$(libicons_la_LIBADD)
$(LIBS)
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
distclean-compile
:
-
rm
-f
*
.tab.c
include
./$(DEPDIR)/libicons_la-icon_factory.Plo
.c.o
:
$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)
/
$*
.Tpo
-c
-o
$@
$<
mv
-f
$(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)
'$<'
`
mv
-f
$(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
$@
$<
mv
-f
$(DEPDIR)
/
$*
.Tpo
$(DEPDIR)
/
$*
.Plo
# source='$<' object='$@' libtool=yes \
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
# $(LTCOMPILE) -c -o $@ $<
libicons_la-icon_factory.lo
:
icon_factory.c
$(LIBTOOL)
--tag
=
CC
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode
=
compile
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(libicons_la_CFLAGS)
$(CFLAGS)
-MT
libicons_la-icon_factory.lo
-MD
-MP
-MF
$(DEPDIR)
/libicons_la-icon_factory.Tpo
-c
-o
libicons_la-icon_factory.lo
`
test
-f
'icon_factory.c'
||
echo
'
$(srcdir)
/'
`
icon_factory.c
mv
-f
$(DEPDIR)
/libicons_la-icon_factory.Tpo
$(DEPDIR)
/libicons_la-icon_factory.Plo
# source='icon_factory.c' object='libicons_la-icon_factory.lo' libtool=yes \
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libicons_la_CFLAGS) $(CFLAGS) -c -o libicons_la-icon_factory.lo `test -f 'icon_factory.c' || echo '$(srcdir)/'`icon_factory.c
mostlyclean-libtool
:
-
rm
-f
*
.lo
clean-libtool
:
-
rm
-rf
.libs _libs
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)
tags
=
;
\
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; }; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
ctags
:
CTAGS
CTAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags
=
;
\
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)$$
tags
$$
unique"
\
||
$(CTAGS)
$(CTAGSFLAGS)
$(AM_CTAGSFLAGS)
$(CTAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
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
$(srcdir)
/
$$
file
&&
test
$$
d
!=
$(srcdir)
;
then
\
cp
-pR
$(srcdir)
/
$$
file
$(distdir)$$
dir
||
exit
1
;
\
fi
;
\
cp
-pR
$$
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)
installdirs
:
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
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
mostlyclean-generic
:
clean-generic
:
distclean-generic
:
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_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-libtool clean-noinstLTLIBRARIES
\
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
info
:
info-am
info-am
:
install-data-am
:
install-dvi
:
install-dvi-am
install-exec-am
:
install-html
:
install-html-am
install-info
:
install-info-am
install-man
:
install-pdf
:
install-pdf-am
install-ps
:
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
:
.MAKE
:
install-am install-strip
.PHONY
:
CTAGS GTAGS all all-am check check-am clean clean-generic
\
clean-libtool clean-noinstLTLIBRARIES ctags distclean
\
distclean-compile distclean-generic distclean-libtool
\
distclean-tags distdir dvi dvi-am html html-am info info-am
\
install install-am install-data install-data-am install-dvi
\
install-dvi-am install-exec install-exec-am install-html
\
install-html-am install-info install-info-am install-man
\
install-pdf install-pdf-am install-ps install-ps-am
\
install-strip installcheck installcheck-am installdirs
\
maintainer-clean maintainer-clean-generic mostlyclean
\
mostlyclean-compile mostlyclean-generic mostlyclean-libtool
\
pdf pdf-am ps ps-am tags uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment