
77 changed files with 34500 additions and 0 deletions
@ -0,0 +1,231 @@ |
|||
Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, |
|||
Inc. |
|||
|
|||
This file is free documentation; the Free Software Foundation gives |
|||
unlimited permission to copy, distribute and modify it. |
|||
|
|||
Basic Installation |
|||
================== |
|||
|
|||
These are generic installation instructions. |
|||
|
|||
The `configure' shell script attempts to guess correct values for |
|||
various system-dependent variables used during compilation. It uses |
|||
those values to create a `Makefile' in each directory of the package. |
|||
It may also create one or more `.h' files containing system-dependent |
|||
definitions. Finally, it creates a shell script `config.status' that |
|||
you can run in the future to recreate the current configuration, and a |
|||
file `config.log' containing compiler output (useful mainly for |
|||
debugging `configure'). |
|||
|
|||
It can also use an optional file (typically called `config.cache' |
|||
and enabled with `--cache-file=config.cache' or simply `-C') that saves |
|||
the results of its tests to speed up reconfiguring. (Caching is |
|||
disabled by default to prevent problems with accidental use of stale |
|||
cache files.) |
|||
|
|||
If you need to do unusual things to compile the package, please try |
|||
to figure out how `configure' could check whether to do them, and mail |
|||
diffs or instructions to the address given in the `README' so they can |
|||
be considered for the next release. If you are using the cache, and at |
|||
some point `config.cache' contains results you don't want to keep, you |
|||
may remove or edit it. |
|||
|
|||
The file `configure.ac' (or `configure.in') is used to create |
|||
`configure' by a program called `autoconf'. You only need |
|||
`configure.ac' if you want to change it or regenerate `configure' using |
|||
a newer version of `autoconf'. |
|||
|
|||
The simplest way to compile this package is: |
|||
|
|||
1. `cd' to the directory containing the package's source code and type |
|||
`./configure' to configure the package for your system. If you're |
|||
using `csh' on an old version of System V, you might need to type |
|||
`sh ./configure' instead to prevent `csh' from trying to execute |
|||
`configure' itself. |
|||
|
|||
Running `configure' takes awhile. While running, it prints some |
|||
messages telling which features it is checking for. |
|||
|
|||
2. Type `make' to compile the package. |
|||
|
|||
3. Optionally, type `make check' to run any self-tests that come with |
|||
the package. |
|||
|
|||
4. Type `make install' to install the programs and any data files and |
|||
documentation. |
|||
|
|||
5. You can remove the program binaries and object files from the |
|||
source code directory by typing `make clean'. To also remove the |
|||
files that `configure' created (so you can compile the package for |
|||
a different kind of computer), type `make distclean'. There is |
|||
also a `make maintainer-clean' target, but that is intended mainly |
|||
for the package's developers. If you use it, you may have to get |
|||
all sorts of other programs in order to regenerate files that came |
|||
with the distribution. |
|||
|
|||
Compilers and Options |
|||
===================== |
|||
|
|||
Some systems require unusual options for compilation or linking that |
|||
the `configure' script does not know about. Run `./configure --help' |
|||
for details on some of the pertinent environment variables. |
|||
|
|||
You can give `configure' initial values for variables by setting |
|||
them in the environment. You can do that on the command line like this: |
|||
|
|||
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix |
|||
|
|||
*Note Defining Variables::, for more details. |
|||
|
|||
Compiling For Multiple Architectures |
|||
==================================== |
|||
|
|||
You can compile the package for more than one kind of computer at the |
|||
same time, by placing the object files for each architecture in their |
|||
own directory. To do this, you must use a version of `make' that |
|||
supports the `VPATH' variable, such as GNU `make'. `cd' to the |
|||
directory where you want the object files and executables to go and run |
|||
the `configure' script. `configure' automatically checks for the |
|||
source code in the directory that `configure' is in and in `..'. |
|||
|
|||
If you have to use a `make' that does not support the `VPATH' |
|||
variable, you have to compile the package for one architecture at a |
|||
time in the source code directory. After you have installed the |
|||
package for one architecture, use `make distclean' before reconfiguring |
|||
for another architecture. |
|||
|
|||
Installation Names |
|||
================== |
|||
|
|||
By default, `make install' will install the package's files in |
|||
`/usr/local/bin', `/usr/local/man', etc. You can specify an |
|||
installation prefix other than `/usr/local' by giving `configure' the |
|||
option `--prefix=PATH'. |
|||
|
|||
You can specify separate installation prefixes for |
|||
architecture-specific files and architecture-independent files. If you |
|||
give `configure' the option `--exec-prefix=PATH', the package will use |
|||
PATH as the prefix for installing programs and libraries. |
|||
Documentation and other data files will still use the regular prefix. |
|||
|
|||
In addition, if you use an unusual directory layout you can give |
|||
options like `--bindir=PATH' to specify different values for particular |
|||
kinds of files. Run `configure --help' for a list of the directories |
|||
you can set and what kinds of files go in them. |
|||
|
|||
If the package supports it, you can cause programs to be installed |
|||
with an extra prefix or suffix on their names by giving `configure' the |
|||
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. |
|||
|
|||
Optional Features |
|||
================= |
|||
|
|||
Some packages pay attention to `--enable-FEATURE' options to |
|||
`configure', where FEATURE indicates an optional part of the package. |
|||
They may also pay attention to `--with-PACKAGE' options, where PACKAGE |
|||
is something like `gnu-as' or `x' (for the X Window System). The |
|||
`README' should mention any `--enable-' and `--with-' options that the |
|||
package recognizes. |
|||
|
|||
For packages that use the X Window System, `configure' can usually |
|||
find the X include and library files automatically, but if it doesn't, |
|||
you can use the `configure' options `--x-includes=DIR' and |
|||
`--x-libraries=DIR' to specify their locations. |
|||
|
|||
Specifying the System Type |
|||
========================== |
|||
|
|||
There may be some features `configure' cannot figure out |
|||
automatically, but needs to determine by the type of host the package |
|||
will run on. Usually `configure' can figure that out, but if it prints |
|||
a message saying it cannot guess the host type, give it the |
|||
`--build=TYPE' option. TYPE can either be a short name for the system |
|||
type, such as `sun4', or a canonical name which has the form: |
|||
|
|||
CPU-COMPANY-SYSTEM |
|||
|
|||
where SYSTEM can have one of these forms: |
|||
|
|||
OS KERNEL-OS |
|||
|
|||
See the file `config.sub' for the possible values of each field. If |
|||
`config.sub' isn't included in this package, then this package doesn't |
|||
need to know the host type. |
|||
|
|||
If you are _building_ compiler tools for cross-compiling, you should |
|||
use the `--target=TYPE' option to select the type of system they will |
|||
produce code for. |
|||
|
|||
If you want to _use_ a cross compiler, that generates code for a |
|||
platform different from the build platform, you should specify the host |
|||
platform (i.e., that on which the generated programs will eventually be |
|||
run) with `--host=TYPE'. In this case, you should also specify the |
|||
build platform with `--build=TYPE', because, in this case, it may not |
|||
be possible to guess the build platform (it sometimes involves |
|||
compiling and running simple test programs, and this can't be done if |
|||
the compiler is a cross compiler). |
|||
|
|||
Sharing Defaults |
|||
================ |
|||
|
|||
If you want to set default values for `configure' scripts to share, |
|||
you can create a site shell script called `config.site' that gives |
|||
default values for variables like `CC', `cache_file', and `prefix'. |
|||
`configure' looks for `PREFIX/share/config.site' if it exists, then |
|||
`PREFIX/etc/config.site' if it exists. Or, you can set the |
|||
`CONFIG_SITE' environment variable to the location of the site script. |
|||
A warning: not all `configure' scripts look for a site script. |
|||
|
|||
Defining Variables |
|||
================== |
|||
|
|||
Variables not defined in a site shell script can be set in the |
|||
environment passed to `configure'. However, some packages may run |
|||
configure again during the build, and the customized values of these |
|||
variables may be lost. In order to avoid this problem, you should set |
|||
them in the `configure' command line, using `VAR=value'. For example: |
|||
|
|||
./configure CC=/usr/local2/bin/gcc |
|||
|
|||
will cause the specified gcc to be used as the C compiler (unless it is |
|||
overridden in the site shell script). |
|||
|
|||
`configure' Invocation |
|||
====================== |
|||
|
|||
`configure' recognizes the following options to control how it |
|||
operates. |
|||
|
|||
`--help' |
|||
`-h' |
|||
Print a summary of the options to `configure', and exit. |
|||
|
|||
`--version' |
|||
`-V' |
|||
Print the version of Autoconf used to generate the `configure' |
|||
script, and exit. |
|||
|
|||
`--cache-file=FILE' |
|||
Enable the cache: use and save the results of the tests in FILE, |
|||
traditionally `config.cache'. FILE defaults to `/dev/null' to |
|||
disable caching. |
|||
|
|||
`--config-cache' |
|||
`-C' |
|||
Alias for `--cache-file=config.cache'. |
|||
|
|||
`--quiet' |
|||
`--silent' |
|||
`-q' |
|||
Do not print messages saying which checks are being made. To |
|||
suppress all normal output, redirect it to `/dev/null' (any error |
|||
messages will still be shown). |
|||
|
|||
`--srcdir=DIR' |
|||
Look for the package's source code in directory DIR. Usually |
|||
`configure' can determine that directory automatically. |
|||
|
|||
`configure' also accepts some other, not widely useful, options. Run |
|||
`configure --help' for more details. |
|||
|
@ -0,0 +1,17 @@ |
|||
@SET_MAKE@ |
|||
|
|||
noinst_DATA = example.xfce4rc |
|||
|
|||
EXTRA_DIST = example.xfce4rc.in xfce4.spec xfce4.spec.in README.xml |
|||
|
|||
SUBDIRS = @MY_SUBDIRS@ |
|||
|
|||
distclean-local: |
|||
rm -f example.xfce4rc xfce4.spec |
|||
|
|||
example.xfce4rc: |
|||
@sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfce4rc.in > example.xfce4rc |
|||
|
|||
rpm: dist |
|||
rpm -ta $(PACKAGE)-$(VERSION).tar.gz |
|||
@rm -f $(PACKAGE)-$(VERSION).tar.gz |
@ -0,0 +1,457 @@ |
|||
# Makefile.in generated by automake 1.6 from Makefile.am.
|
|||
# @configure_input@
|
|||
|
|||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
|||
# 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.
|
|||
|
|||
@SET_MAKE@ |
|||
SHELL = @SHELL@ |
|||
|
|||
srcdir = @srcdir@ |
|||
top_srcdir = @top_srcdir@ |
|||
VPATH = @srcdir@ |
|||
prefix = @prefix@ |
|||
exec_prefix = @exec_prefix@ |
|||
|
|||
bindir = @bindir@ |
|||
sbindir = @sbindir@ |
|||
libexecdir = @libexecdir@ |
|||
datadir = @datadir@ |
|||
sysconfdir = @sysconfdir@ |
|||
sharedstatedir = @sharedstatedir@ |
|||
localstatedir = @localstatedir@ |
|||
libdir = @libdir@ |
|||
infodir = @infodir@ |
|||
mandir = @mandir@ |
|||
includedir = @includedir@ |
|||
oldincludedir = /usr/include |
|||
pkgdatadir = $(datadir)/@PACKAGE@ |
|||
pkglibdir = $(libdir)/@PACKAGE@ |
|||
pkgincludedir = $(includedir)/@PACKAGE@ |
|||
top_builddir = . |
|||
|
|||
ACLOCAL = @ACLOCAL@ |
|||
AUTOCONF = @AUTOCONF@ |
|||
AUTOMAKE = @AUTOMAKE@ |
|||
AUTOHEADER = @AUTOHEADER@ |
|||
|
|||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|||
INSTALL = @INSTALL@ |
|||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|||
INSTALL_DATA = @INSTALL_DATA@ |
|||
install_sh_DATA = $(install_sh) -c -m 644 |
|||
install_sh_PROGRAM = $(install_sh) -c |
|||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|||
INSTALL_HEADER = $(INSTALL_DATA) |
|||
transform = @program_transform_name@ |
|||
NORMAL_INSTALL = : |
|||
PRE_INSTALL = : |
|||
POST_INSTALL = : |
|||
NORMAL_UNINSTALL = : |
|||
PRE_UNINSTALL = : |
|||
POST_UNINSTALL = : |
|||
host_alias = @host_alias@ |
|||
host_triplet = @host@ |
|||
|
|||
EXEEXT = @EXEEXT@ |
|||
OBJEXT = @OBJEXT@ |
|||
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|||
AMTAR = @AMTAR@ |
|||
AS = @AS@ |
|||
AWK = @AWK@ |
|||
CC = @CC@ |
|||
DEPDIR = @DEPDIR@ |
|||
DLLTOOL = @DLLTOOL@ |
|||
ECHO = @ECHO@ |
|||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|||
LIBTOOL = @LIBTOOL@ |
|||
LN_S = @LN_S@ |
|||
MAINT = @MAINT@ |
|||
MY_SUBDIRS = @MY_SUBDIRS@ |
|||
OBJDUMP = @OBJDUMP@ |
|||
PACKAGE = @PACKAGE@ |
|||
PKG_CONFIG = @PKG_CONFIG@ |
|||
RANLIB = @RANLIB@ |
|||
STRIP = @STRIP@ |
|||
VERSION = @VERSION@ |
|||
X_CFLAGS = @X_CFLAGS@ |
|||
X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
|||
X_LIBS = @X_LIBS@ |
|||
X_PRE_LIBS = @X_PRE_LIBS@ |
|||
am__include = @am__include@ |
|||
am__quote = @am__quote@ |
|||
install_sh = @install_sh@ |
|||
|
|||
noinst_DATA = example.xfce4rc |
|||
|
|||
EXTRA_DIST = example.xfce4rc.in xfce4.spec xfce4.spec.in |
|||
|
|||
SUBDIRS = @MY_SUBDIRS@ |
|||
subdir = . |
|||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|||
CONFIG_HEADER = config.h |
|||
CONFIG_CLEAN_FILES = xfce4.spec |
|||
DIST_SOURCES = |
|||
DATA = $(noinst_DATA) |
|||
|
|||
|
|||
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
|||
uninstall-info-recursive all-recursive install-data-recursive \
|
|||
install-exec-recursive installdirs-recursive install-recursive \
|
|||
uninstall-recursive check-recursive installcheck-recursive |
|||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
|||
Makefile.in NEWS aclocal.m4 compile config.guess config.h.in \
|
|||
config.sub configure configure.ac depcomp install-sh ltmain.sh \
|
|||
missing mkinstalldirs xfce4.spec.in |
|||
DIST_SUBDIRS = $(SUBDIRS) |
|||
all: config.h |
|||
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
|||
|
|||
.SUFFIXES: |
|||
|
|||
mostlyclean-libtool: |
|||
-rm -f *.lo |
|||
|
|||
clean-libtool: |
|||
-rm -rf .libs _libs |
|||
|
|||
distclean-libtool: |
|||
-rm -f libtool |
|||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) |
|||
cd $(top_srcdir) && \
|
|||
$(AUTOMAKE) --gnu Makefile |
|||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
|||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) |
|||
|
|||
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|||
$(SHELL) ./config.status --recheck |
|||
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
|||
cd $(srcdir) && $(AUTOCONF) |
|||
|
|||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac |
|||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|||
|
|||
config.h: stamp-h1 |
|||
@if test ! -f $@; then \
|
|||
rm -f stamp-h1; \
|
|||
$(MAKE) stamp-h1; \
|
|||
else :; fi |
|||
|
|||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
|||
@rm -f stamp-h1 |
|||
cd $(top_builddir) && $(SHELL) ./config.status config.h |
|||
|
|||
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) |
|||
cd $(top_srcdir) && $(AUTOHEADER) |
|||
touch $(srcdir)/config.h.in |
|||
|
|||
distclean-hdr: |
|||
-rm -f config.h |
|||
xfce4.spec: $(top_builddir)/config.status xfce4.spec.in |
|||
cd $(top_builddir) && $(SHELL) ./config.status $@ |
|||
uninstall-info-am: |
|||
|
|||
# This directory's subdirectories are mostly independent; you can cd
|
|||
# into them and run `make' without going through this Makefile.
|
|||
# To change the values of `make' variables: instead of editing Makefiles,
|
|||
# (1) if the variable is set in `config.status', edit `config.status'
|
|||
# (which will cause the Makefiles to be regenerated when you run `make');
|
|||
# (2) otherwise, pass the desired values on the `make' command line.
|
|||
$(RECURSIVE_TARGETS): |
|||
@set fnord $(MAKEFLAGS); amf=$$2; \
|
|||
dot_seen=no; \
|
|||
target=`echo $@ | sed s/-recursive//`; \
|
|||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|||
echo "Making $$target in $$subdir"; \
|
|||
if test "$$subdir" = "."; then \
|
|||
dot_seen=yes; \
|
|||
local_target="$$target-am"; \
|
|||
else \
|
|||
local_target="$$target"; \
|
|||
fi; \
|
|||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|||
done; \
|
|||
if test "$$dot_seen" = "no"; then \
|
|||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|||
fi; test -z "$$fail" |
|||
|
|||
mostlyclean-recursive clean-recursive distclean-recursive \ |
|||
maintainer-clean-recursive: |
|||
@set fnord $(MAKEFLAGS); amf=$$2; \
|
|||
dot_seen=no; \
|
|||
case "$@" in \
|
|||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|||
*) list='$(SUBDIRS)' ;; \
|
|||
esac; \
|
|||
rev=''; for subdir in $$list; do \
|
|||
if test "$$subdir" = "."; then :; else \
|
|||
rev="$$subdir $$rev"; \
|
|||
fi; \
|
|||
done; \
|
|||
rev="$$rev ."; \
|
|||
target=`echo $@ | sed s/-recursive//`; \
|
|||
for subdir in $$rev; do \
|
|||
echo "Making $$target in $$subdir"; \
|
|||
if test "$$subdir" = "."; then \
|
|||
local_target="$$target-am"; \
|
|||
else \
|
|||
local_target="$$target"; \
|
|||
fi; \
|
|||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|||
done && test -z "$$fail" |
|||
tags-recursive: |
|||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|||
done |
|||
|
|||
ETAGS = etags |
|||
ETAGSFLAGS = |
|||
|
|||
tags: TAGS |
|||
|
|||
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; } \
|
|||
END { for (i in files) print i; }'`; \
|
|||
mkid -fID $$unique |
|||
|
|||
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
|||
$(TAGS_FILES) $(LISP) |
|||
tags=; \
|
|||
here=`pwd`; \
|
|||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|||
if test "$$subdir" = .; then :; else \
|
|||
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|||
fi; \
|
|||
done; \
|
|||
list='$(SOURCES) $(HEADERS) config.h.in $(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; } \
|
|||
END { for (i in files) print i; }'`; \
|
|||
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
|||
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_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 |
|||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|||
|
|||
top_distdir = . |
|||
distdir = $(PACKAGE)-$(VERSION) |
|||
|
|||
am__remove_distdir = \
|
|||
{ test ! -d $(distdir) \
|
|||
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|||
&& rm -fr $(distdir); }; } |
|||
|
|||
GZIP_ENV = --best |
|||
distcleancheck_listfiles = find . -type f -print |
|||
|
|||
distdir: $(DISTFILES) |
|||
$(am__remove_distdir) |
|||
mkdir $(distdir) |
|||
$(mkinstalldirs) $(distdir)/. |
|||
@for file in $(DISTFILES); do \
|
|||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|||
dir="/$$dir"; \
|
|||
$(mkinstalldirs) "$(distdir)$$dir"; \
|
|||
else \
|
|||
dir=''; \
|
|||
fi; \
|
|||
if test -d $$d/$$file; then \
|
|||
cp -pR $$d/$$file $(distdir)$$dir \
|
|||
|| exit 1; \
|
|||
else \
|
|||
test -f $(distdir)/$$file \
|
|||
|| cp -p $$d/$$file $(distdir)/$$file \
|
|||
|| exit 1; \
|
|||
fi; \
|
|||
done |
|||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|||
if test "$$subdir" = .; then :; else \
|
|||
test -d $(distdir)/$$subdir \
|
|||
|| mkdir $(distdir)/$$subdir \
|
|||
|| exit 1; \
|
|||
(cd $$subdir && \
|
|||
$(MAKE) $(AM_MAKEFLAGS) \
|
|||
top_distdir="$(top_distdir)" \
|
|||
distdir=../$(distdir)/$$subdir \
|
|||
distdir) \
|
|||
|| exit 1; \
|
|||
fi; \
|
|||
done |
|||
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|||
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
|||
|| chmod -R a+r $(distdir) |
|||
dist-gzip: distdir |
|||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|||
$(am__remove_distdir) |
|||
|
|||
dist dist-all: distdir |
|||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|||
$(am__remove_distdir) |
|||
|
|||
# This target untars the dist file and tries a VPATH configuration. Then
|
|||
# it guarantees that the distribution is self-contained by making another
|
|||
# tarfile.
|
|||
distcheck: dist |
|||
$(am__remove_distdir) |
|||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - |
|||
chmod -R a-w $(distdir); chmod a+w $(distdir) |
|||
mkdir $(distdir)/=build |
|||
mkdir $(distdir)/=inst |
|||
chmod a-w $(distdir) |
|||
dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
|
|||
&& cd $(distdir)/=build \
|
|||
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
|||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|||
&& (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|
|||
|| { echo "ERROR: files left after uninstall:" ; \
|
|||
find $$dc_install_base -type f -print ; \
|
|||
exit 1; } >&2 ) \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
|
|||
&& rm -f $(distdir).tar.gz \
|
|||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
|||
$(am__remove_distdir) |
|||
@echo "$(distdir).tar.gz is ready for distribution" | \
|
|||
sed 'h;s/./=/g;p;x;p;x' |
|||
distcleancheck: distclean |
|||
if test '$(srcdir)' = . ; then \
|
|||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|||
exit 1 ; \
|
|||
fi |
|||
test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|||
|| { echo "ERROR: files left after distclean:" ; \
|
|||
$(distcleancheck_listfiles) ; \
|
|||
exit 1; } >&2 |
|||
check-am: all-am |
|||
check: check-recursive |
|||
all-am: Makefile $(DATA) config.h |
|||
installdirs: installdirs-recursive |
|||
installdirs-am: |
|||
|
|||
install: install-recursive |
|||
install-exec: install-exec-recursive |
|||
install-data: install-data-recursive |
|||
uninstall: uninstall-recursive |
|||
|
|||
install-am: all-am |
|||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|||
|
|||
installcheck: installcheck-recursive |
|||
install-strip: |
|||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|||
INSTALL_STRIP_FLAG=-s \
|
|||
`test -z '$(STRIP)' || \
|
|||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|||
mostlyclean-generic: |
|||
|
|||
clean-generic: |
|||
|
|||
distclean-generic: |
|||
-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* |
|||
|
|||
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-recursive |
|||
|
|||
clean-am: clean-generic clean-libtool mostlyclean-am |
|||
|
|||
distclean: distclean-recursive |
|||
-rm -f config.status config.cache config.log |
|||
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ |
|||
distclean-local distclean-tags |
|||
|
|||
dvi: dvi-recursive |
|||
|
|||
dvi-am: |
|||
|
|||
info: info-recursive |
|||
|
|||
info-am: |
|||
|
|||
install-data-am: |
|||
|
|||
install-exec-am: |
|||
|
|||
install-info: install-info-recursive |
|||
|
|||
install-man: |
|||
|
|||
installcheck-am: |
|||
|
|||
maintainer-clean: maintainer-clean-recursive |
|||
|
|||
maintainer-clean-am: distclean-am maintainer-clean-generic |
|||
|
|||
mostlyclean: mostlyclean-recursive |
|||
|
|||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
|||
|
|||
uninstall-am: uninstall-info-am |
|||
|
|||
uninstall-info: uninstall-info-recursive |
|||
|
|||
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ |
|||
clean-generic clean-libtool clean-recursive dist dist-all \
|
|||
dist-gzip distcheck distclean distclean-generic distclean-hdr \
|
|||
distclean-libtool distclean-local distclean-recursive \
|
|||
distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
|
|||
info info-am info-recursive install install-am install-data \
|
|||
install-data-am install-data-recursive install-exec \
|
|||
install-exec-am install-exec-recursive install-info \
|
|||
install-info-am install-info-recursive install-man \
|
|||
install-recursive install-strip installcheck installcheck-am \
|
|||
installdirs installdirs-am installdirs-recursive \
|
|||
maintainer-clean maintainer-clean-generic \
|
|||
maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
|||
mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
|
|||
uninstall uninstall-am uninstall-info-am \
|
|||
uninstall-info-recursive uninstall-recursive |
|||
|
|||
@SET_MAKE@ |
|||
|
|||
distclean-local: |
|||
rm -f example.xfce4rc xfce4.spec |
|||
|
|||
example.xfce4rc: |
|||
@sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfce4rc.in > example.xfce4rc |
|||
|
|||
rpm: dist |
|||
rpm -ta $(PACKAGE)-$(VERSION).tar.gz |
|||
@rm -f $(PACKAGE)-$(VERSION).tar.gz |
|||
# 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: |
File diff suppressed because it is too large
@ -0,0 +1,7 @@ |
|||
#!/bin/sh |
|||
|
|||
aclocal --verbose \ |
|||
&& autoheader \ |
|||
&& automake --add-missing --copy --include-deps --foreign --gnu --verbose \ |
|||
&& autoconf \ |
|||
&& ./configure $@ |
@ -0,0 +1,99 @@ |
|||
#! /bin/sh |
|||
|
|||
# Wrapper for compilers which do not understand `-c -o'. |
|||
|
|||
# Copyright 1999, 2000 Free Software Foundation, Inc. |
|||
# Written by Tom Tromey <tromey@cygnus.com>. |
|||
# |
|||
# 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 2, 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, write to the Free Software |
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|||
|
|||
# As a special exception to the GNU General Public License, if you |
|||
# distribute this file as part of a program that contains a |
|||
# configuration script generated by Autoconf, you may include it under |
|||
# the same distribution terms that you use for the rest of that program. |
|||
|
|||
# Usage: |
|||
# compile PROGRAM [ARGS]... |
|||
# `-o FOO.o' is removed from the args passed to the actual compile. |
|||
|
|||
prog=$1 |
|||
shift |
|||
|
|||
ofile= |
|||
cfile= |
|||
args= |
|||
while test $# -gt 0; do |
|||
case "$1" in |
|||
-o) |
|||
# configure might choose to run compile as `compile cc -o foo foo.c'. |
|||
# So we do something ugly here. |
|||
ofile=$2 |
|||
shift |
|||
case "$ofile" in |
|||
*.o | *.obj) |
|||
;; |
|||
*) |
|||
args="$args -o $ofile" |
|||
ofile= |
|||
;; |
|||
esac |
|||
;; |
|||
*.c) |
|||
cfile=$1 |
|||
args="$args $1" |
|||
;; |
|||
*) |
|||
args="$args $1" |
|||
;; |
|||
esac |
|||
shift |
|||
done |
|||
|
|||
if test -z "$ofile" || test -z "$cfile"; then |
|||
# If no `-o' option was seen then we might have been invoked from a |
|||
# pattern rule where we don't need one. That is ok -- this is a |
|||
# normal compilation that the losing compiler can handle. If no |
|||
# `.c' file was seen then we are probably linking. That is also |
|||
# ok. |
|||
exec "$prog" $args |
|||
fi |
|||
|
|||
# Name of file we expect compiler to create. |
|||
cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'` |
|||
|
|||
# Create the lock directory. |
|||
# Note: use `[/.-]' here to ensure that we don't use the same name |
|||
# that we are using for the .o file. Also, base the name on the expected |
|||
# object file name, since that is what matters with a parallel build. |
|||
lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d |
|||
while true; do |
|||
if mkdir $lockdir > /dev/null 2>&1; then |
|||
break |
|||
fi |
|||
sleep 1 |
|||
done |
|||
# FIXME: race condition here if user kills between mkdir and trap. |
|||
trap "rmdir $lockdir; exit 1" 1 2 15 |
|||
|
|||
# Run the compile. |
|||
"$prog" $args |
|||
status=$? |
|||
|
|||
if test -f "$cofile"; then |
|||
mv "$cofile" "$ofile" |
|||
fi |
|||
|
|||
rmdir $lockdir |
|||
exit $status |
File diff suppressed because it is too large
@ -0,0 +1,53 @@ |
|||
/* config.h.in. Generated automatically from configure.ac by autoheader. */ |
|||
|
|||
/* Define if you have the <dlfcn.h> header file. */ |
|||
#undef HAVE_DLFCN_H |
|||
|
|||
/* Define if you have the `X11' library (-lX11). */ |
|||
#undef HAVE_LIBX11 |
|||
|
|||
/* Define if you have the `Xext' library (-lXext). */ |
|||
#undef HAVE_LIBXEXT |
|||
|
|||
/* Define if you have the `Xpm' library (-lXpm). */ |
|||
#undef HAVE_LIBXPM |
|||
|
|||
/* Define if you have the `setlocale' function. */ |
|||
#undef HAVE_SETLOCALE |
|||
|
|||
/* Define if you have the <stdlib.h> header file. */ |
|||
#undef HAVE_STDLIB_H |
|||
|
|||
/* Define if you have the `strchr' function. */ |
|||
#undef HAVE_STRCHR |
|||
|
|||
/* Define if you have the <string.h> header file. */ |
|||
#undef HAVE_STRING_H |
|||
|
|||
/* Define if you have the `strrchr' function. */ |
|||
#undef HAVE_STRRCHR |
|||
|
|||
/* Define if you have the `strstr' function. */ |
|||
#undef HAVE_STRSTR |
|||
|
|||
/* Define if you have the <unistd.h> header file. */ |
|||
#undef HAVE_UNISTD_H |
|||
|
|||
/* Name of package */ |
|||
#undef PACKAGE |
|||
|
|||
/* Define if you have the ANSI C header files. */ |
|||
#undef STDC_HEADERS |
|||
|
|||
/* Version number of package */ |
|||
#undef VERSION |
|||
|
|||
/* Define if the X Window System is missing or not being used. */ |
|||
#undef X_DISPLAY_MISSING |
|||
|
|||
/* Define to empty if `const' does not conform to ANSI C. */ |
|||
#undef const |
|||
|
|||
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
|||
if it is not supported. */ |
|||
#undef inline |
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,58 @@ |
|||
AC_INIT(panel/xfce.c) |
|||
|
|||
VERSION=`date +%Y%m%d` |
|||
AM_INIT_AUTOMAKE(xfce4, $VERSION) |
|||
AM_MAINTAINER_MODE |
|||
|
|||
AM_CONFIG_HEADER(config.h) |
|||
|
|||
# Honor aclocal flags |
|||
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" |
|||
|
|||
AC_PROG_CC |
|||
AC_PROG_INSTALL |
|||
|
|||
AC_C_INLINE |
|||
AC_C_CONST |
|||
|
|||
AC_PATH_XTRA |
|||
AC_HEADER_STDC |
|||
AC_CHECK_HEADERS(stdlib.h string.h unistd.h) |
|||
|
|||
AC_CHECK_LIB(X11, main,, AC_MSG_ERROR([libX11 is missing from your system: Make sure you have both the X Window System libraries and development headers correctly installed]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS) |
|||
AC_CHECK_LIB(Xext, main,, AC_MSG_ERROR([The X Window System installed on this machine does not support the shape extension]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS) |
|||
AC_CHECK_LIB(Xpm, main,, AC_MSG_ERROR([libXpm is missing from your system: Make sure you have both the Xpm libraries and development headers correctly installed]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS) |
|||
|
|||
AC_CHECK_FUNCS(setlocale strchr strrchr strstr) |
|||
|
|||
AC_ARG_ENABLE(plugins, |
|||
[ --disable-plugins Don't build plugins], |
|||
[ case "${enableval}" in |
|||
no) MY_SUBDIRS="icons panel themes" ;; |
|||
*) MY_SUBDIRS="icons panel plugins themes" ;; |
|||
esac], |
|||
[ MY_SUBDIRS="icons panel plugins themes" ]) |
|||
|
|||
AC_SUBST(MY_SUBDIRS) |
|||
|
|||
## Versions of dependencies |
|||
GLIB_REQUIRED_VERSION=2.0.0 |
|||
GTK_REQUIRED_VERSION=2.0.0 |
|||
PANGO_REQUIRED_VERSION=1.0.0 |
|||
|
|||
PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 >= $GLIB_REQUIRED_VERSION gtk+-2.0 >= $GTK_REQUIRED_VERSION pango >= $PANGO_REQUIRED_VERSION gmodule-2.0 libxml-2.0) |
|||
|
|||
## libtool support (for plugins) |
|||
AC_DISABLE_STATIC |
|||
AC_PROG_LIBTOOL |
|||
|
|||
AC_OUTPUT([ |
|||
xfce4.spec |
|||
Makefile |
|||
icons/Makefile |
|||
panel/Makefile |
|||
plugins/Makefile |
|||
plugins/mailcheck/Makefile |
|||
themes/Makefile |
|||
themes/Gnome/Makefile |
|||
]) |
@ -0,0 +1,436 @@ |
|||
#! /bin/sh |
|||
|
|||
# depcomp - compile a program generating dependencies as side-effects |
|||
# Copyright 1999, 2000 Free Software Foundation, Inc. |
|||
|
|||
# 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 2, 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, write to the Free Software |
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
|||
# 02111-1307, USA. |
|||
|
|||
# As a special exception to the GNU General Public License, if you |
|||
# distribute this file as part of a program that contains a |
|||
# configuration script generated by Autoconf, you may include it under |
|||
# the same distribution terms that you use for the rest of that program. |
|||
|
|||
# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>. |
|||
|
|||
if test -z "$depmode" || test -z "$source" || test -z "$object"; then |
|||
echo "depcomp: Variables source, object and depmode must be set" 1>&2 |
|||
exit 1 |
|||
fi |
|||
# `libtool' can also be set to `yes' or `no'. |
|||
|
|||
if test -z "$depfile"; then |
|||
base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` |
|||
dir=`echo "$object" | sed 's,/.*$,/,'` |
|||
if test "$dir" = "$object"; then |
|||
dir= |
|||
fi |
|||
# FIXME: should be _deps on DOS. |
|||
depfile="$dir.deps/$base" |
|||
fi |
|||
|
|||
tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} |
|||
|
|||
rm -f "$tmpdepfile" |
|||
|
|||
# Some modes work just like other modes, but use different flags. We |
|||
# parameterize here, but still list the modes in the big case below, |
|||
# to make depend.m4 easier to write. Note that we *cannot* use a case |
|||
# here, because this file can only contain one case statement. |
|||
if test "$depmode" = hp; then |
|||
# HP compiler uses -M and no extra arg. |
|||
gccflag=-M |
|||
depmode=gcc |
|||
fi |
|||
|
|||
if test "$depmode" = dashXmstdout; then |
|||
# This is just like dashmstdout with a different argument. |
|||
dashmflag=-xM |
|||
depmode=dashmstdout |
|||
fi |
|||
|
|||
case "$depmode" in |
|||
gcc3) |
|||
## gcc 3 implements dependency tracking that does exactly what |
|||
## we want. Yay! Note: for some reason libtool 1.4 doesn't like |
|||
## it if -MD -MP comes after the -MF stuff. Hmm. |
|||
"$@" -MT "$object" -MD -MP -MF "$tmpdepfile" |
|||
stat=$? |
|||
if test $stat -eq 0; then : |
|||
else |
|||
rm -f "$tmpdepfile" |
|||
exit $stat |
|||
fi |
|||
mv "$tmpdepfile" "$depfile" |
|||
;; |
|||
|
|||
gcc) |
|||
## There are various ways to get dependency output from gcc. Here's |
|||
## why we pick this rather obscure method: |
|||
## - Don't want to use -MD because we'd like the dependencies to end |
|||
## up in a subdir. Having to rename by hand is ugly. |
|||
## (We might end up doing this anyway to support other compilers.) |
|||
## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like |
|||
## -MM, not -M (despite what the docs say). |
|||
## - Using -M directly means running the compiler twice (even worse |
|||
## than renaming). |
|||
if test -z "$gccflag"; then |
|||
gccflag=-MD, |
|||
fi |
|||
"$@" -Wp,"$gccflag$tmpdepfile" |
|||
stat=$? |
|||
if test $stat -eq 0; then : |
|||
else |
|||
rm -f "$tmpdepfile" |
|||
exit $stat |
|||
fi |
|||
rm -f "$depfile" |
|||
echo "$object : \\" > "$depfile" |
|||
alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz |
|||
## The second -e expression handles DOS-style file names with drive letters. |
|||
sed -e 's/^[^:]*: / /' \ |
|||
-e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" |
|||
## This next piece of magic avoids the `deleted header file' problem. |
|||
## The problem is that when a header file which appears in a .P file |
|||
## is deleted, the dependency causes make to die (because there is |
|||
## typically no way to rebuild the header). We avoid this by adding |
|||
## dummy dependencies for each header file. Too bad gcc doesn't do |
|||
## this for us directly. |
|||
tr ' ' ' |
|||
' < "$tmpdepfile" | |
|||
## Some versions of gcc put a space before the `:'. On the theory |
|||
## that the space means something, we add a space to the output as |
|||
## well. |
|||
## Some versions of the HPUX 10.20 sed can't process this invocation |
|||
## correctly. Breaking it into two sed invocations is a workaround. |
|||
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
hp) |
|||
# This case exists only to let depend.m4 do its work. It works by |
|||
# looking at the text of this script. This case will never be run, |
|||
# since it is checked for above. |
|||
exit 1 |
|||
;; |
|||
|
|||
sgi) |
|||
if test "$libtool" = yes; then |
|||
"$@" "-Wp,-MDupdate,$tmpdepfile" |
|||
else |
|||
"$@" -MDupdate "$tmpdepfile" |
|||
fi |
|||
stat=$? |
|||
if test $stat -eq 0; then : |
|||
else |
|||
rm -f "$tmpdepfile" |
|||
exit $stat |
|||
fi |
|||
rm -f "$depfile" |
|||
|
|||
if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files |
|||
echo "$object : \\" > "$depfile" |
|||
|
|||
# Clip off the initial element (the dependent). Don't try to be |
|||
# clever and replace this with sed code, as IRIX sed won't handle |
|||
# lines with more than a fixed number of characters (4096 in |
|||
# IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; |
|||
# the IRIX cc adds comments like `#:fec' to the end of the |
|||
# dependency line. |
|||
tr ' ' ' |
|||
' < "$tmpdepfile" \ |
|||
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ |
|||
tr ' |
|||
' ' ' >> $depfile |
|||
echo >> $depfile |
|||
|
|||
# The second pass generates a dummy entry for each header file. |
|||
tr ' ' ' |
|||
' < "$tmpdepfile" \ |
|||
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ |
|||
>> $depfile |
|||
else |
|||
# The sourcefile does not contain any dependencies, so just |
|||
# store a dummy comment line, to avoid errors with the Makefile |
|||
# "include basename.Plo" scheme. |
|||
echo "#dummy" > "$depfile" |
|||
fi |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
aix) |
|||
# The C for AIX Compiler uses -M and outputs the dependencies |
|||
# in a .u file. This file always lives in the current directory. |
|||
# Also, the AIX compiler puts `$object:' at the start of each line; |
|||
# $object doesn't have directory information. |
|||
stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` |
|||
tmpdepfile="$stripped.u" |
|||
outname="$stripped.o" |
|||
if test "$libtool" = yes; then |
|||
"$@" -Wc,-M |
|||
else |
|||
"$@" -M |
|||
fi |
|||
|
|||
stat=$? |
|||
if test $stat -eq 0; then : |
|||
else |
|||
rm -f "$tmpdepfile" |
|||
exit $stat |
|||
fi |
|||
|
|||
if test -f "$tmpdepfile"; then |
|||
# Each line is of the form `foo.o: dependent.h'. |
|||
# Do two passes, one to just change these to |
|||
# `$object: dependent.h' and one to simply `dependent.h:'. |
|||
sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" |
|||
sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" |
|||
else |
|||
# The sourcefile does not contain any dependencies, so just |
|||
# store a dummy comment line, to avoid errors with the Makefile |
|||
# "include basename.Plo" scheme. |
|||
echo "#dummy" > "$depfile" |
|||
fi |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
tru64) |
|||
# The Tru64 AIX compiler uses -MD to generate dependencies as a side |
|||
# effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. |
|||
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put |
|||
# dependencies in `foo.d' instead, so we check for that too. |
|||
# Subdirectories are respected. |
|||
|
|||
base=`echo "$object" | sed -e 's/\.o$/.d/' -e 's/\.lo$/.d/'` |
|||
tmpdepfile1="$base.o.d" |
|||
tmpdepfile2="$base.d" |
|||
if test "$libtool" = yes; then |
|||
"$@" -Wc,-MD |
|||
else |
|||
"$@" -MD |
|||
fi |
|||
|
|||
stat=$? |
|||
if test $stat -eq 0; then : |
|||
else |
|||
rm -f "$tmpdepfile1" "$tmpdepfile2" |
|||
exit $stat |
|||
fi |
|||
|
|||
if test -f "$tmpdepfile1"; then |
|||
tmpdepfile="$tmpdepfile1" |
|||
else |
|||
tmpdepfile="$tmpdepfile2" |
|||
fi |
|||
if test -f "$tmpdepfile"; then |
|||
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" |
|||
# That's a space and a tab in the []. |
|||
sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" |
|||
else |
|||
echo "#dummy" > "$depfile" |
|||
fi |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
#nosideeffect) |
|||
# This comment above is used by automake to tell side-effect |
|||
# dependency tracking mechanisms from slower ones. |
|||
|
|||
dashmstdout) |
|||
# Important note: in order to support this mode, a compiler *must* |
|||
# always write the proprocessed file to stdout, regardless of -o, |
|||
# because we must use -o when running libtool. |
|||
test -z "$dashmflag" && dashmflag=-M |
|||
( IFS=" " |
|||
case " $* " in |
|||
*" --mode=compile "*) # this is libtool, let us make it quiet |
|||
for arg |
|||
do # cycle over the arguments |
|||
case "$arg" in |
|||
"--mode=compile") |
|||
# insert --quiet before "--mode=compile" |
|||
set fnord "$@" --quiet |
|||
shift # fnord |
|||
;; |
|||
esac |
|||
set fnord "$@" "$arg" |
|||
shift # fnord |
|||
shift # "$arg" |
|||
done |
|||
;; |
|||
esac |
|||
"$@" $dashmflag | sed 's:^[^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" |
|||
) & |
|||
proc=$! |
|||
"$@" |
|||
stat=$? |
|||
wait "$proc" |
|||
if test "$stat" != 0; then exit $stat; fi |
|||
rm -f "$depfile" |
|||
cat < "$tmpdepfile" > "$depfile" |
|||
tr ' ' ' |
|||
' < "$tmpdepfile" | \ |
|||
## Some versions of the HPUX 10.20 sed can't process this invocation |
|||
## correctly. Breaking it into two sed invocations is a workaround. |
|||
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
dashXmstdout) |
|||
# This case only exists to satisfy depend.m4. It is never actually |
|||
# run, as this mode is specially recognized in the preamble. |
|||
exit 1 |
|||
;; |
|||
|
|||
makedepend) |
|||
# X makedepend |
|||
( |
|||
shift |
|||
cleared=no |
|||
for arg in "$@"; do |
|||
case $cleared in no) |
|||
set ""; shift |
|||
cleared=yes |
|||
esac |
|||
case "$arg" in |
|||
-D*|-I*) |
|||
set fnord "$@" "$arg"; shift;; |
|||
-*) |
|||
;; |
|||
*) |
|||
set fnord "$@" "$arg"; shift;; |
|||
esac |
|||
done |
|||
obj_suffix="`echo $object | sed 's/^.*\././'`" |
|||
touch "$tmpdepfile" |
|||
${MAKEDEPEND-makedepend} 2>/dev/null -o"$obj_suffix" -f"$tmpdepfile" "$@" |
|||
) & |
|||
proc=$! |
|||
"$@" |
|||
stat=$? |
|||
wait "$proc" |
|||
if test "$stat" != 0; then exit $stat; fi |
|||
rm -f "$depfile" |
|||
cat < "$tmpdepfile" > "$depfile" |
|||
sed '1,2d' "$tmpdepfile" | tr ' ' ' |
|||
' | \ |
|||
## Some versions of the HPUX 10.20 sed can't process this invocation |
|||
## correctly. Breaking it into two sed invocations is a workaround. |
|||
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" |
|||
rm -f "$tmpdepfile" "$tmpdepfile".bak |
|||
;; |
|||
|
|||
cpp) |
|||
# Important note: in order to support this mode, a compiler *must* |
|||
# always write the proprocessed file to stdout, regardless of -o, |
|||
# because we must use -o when running libtool. |
|||
( IFS=" " |
|||
case " $* " in |
|||
*" --mode=compile "*) |
|||
for arg |
|||
do # cycle over the arguments |
|||
case $arg in |
|||
"--mode=compile") |
|||
# insert --quiet before "--mode=compile" |
|||
set fnord "$@" --quiet |
|||
shift # fnord |
|||
;; |
|||
esac |
|||
set fnord "$@" "$arg" |
|||
shift # fnord |
|||
shift # "$arg" |
|||
done |
|||
;; |
|||
esac |
|||
"$@" -E | |
|||
sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | |
|||
sed '$ s: \\$::' > "$tmpdepfile" |
|||
) & |
|||
proc=$! |
|||
"$@" |
|||
stat=$? |
|||
wait "$proc" |
|||
if test "$stat" != 0; then exit $stat; fi |
|||
rm -f "$depfile" |
|||
echo "$object : \\" > "$depfile" |
|||
cat < "$tmpdepfile" >> "$depfile" |
|||
sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
msvisualcpp) |
|||
# Important note: in order to support this mode, a compiler *must* |
|||
# always write the proprocessed file to stdout, regardless of -o, |
|||
# because we must use -o when running libtool. |
|||
( IFS=" " |
|||
case " $* " in |
|||
*" --mode=compile "*) |
|||
for arg |
|||
do # cycle over the arguments |
|||
case $arg in |
|||
"--mode=compile") |
|||
# insert --quiet before "--mode=compile" |
|||
set fnord "$@" --quiet |
|||
shift # fnord |
|||
;; |
|||
esac |
|||
set fnord "$@" "$arg" |
|||
shift # fnord |
|||
shift # "$arg" |
|||
done |
|||
;; |
|||
esac |
|||
for arg |
|||
do |
|||
case "$arg" in |
|||
"-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") |
|||
set fnord "$@" |
|||
shift |
|||
shift |
|||
;; |
|||
*) |
|||
set fnord "$@" "$arg" |
|||
shift |
|||
shift |
|||
;; |
|||
esac |
|||
done |
|||
"$@" -E | |
|||
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" |
|||
) & |
|||
proc=$! |
|||
"$@" |
|||
stat=$? |
|||
wait "$proc" |
|||
if test "$stat" != 0; then exit $stat; fi |
|||
rm -f "$depfile" |
|||
echo "$object : \\" > "$depfile" |
|||
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" |
|||
echo " " >> "$depfile" |
|||
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" |
|||
rm -f "$tmpdepfile" |
|||
;; |
|||
|
|||
none) |
|||
exec "$@" |
|||
;; |
|||
|
|||
*) |
|||
echo "Unknown depmode $depmode" 1>&2 |
|||
exit 1 |
|||
;; |
|||
esac |
|||
|
|||
exit 0 |
@ -0,0 +1,191 @@ |
|||
<?xml version="1.0"?> |
|||
<Xfce> |
|||
<Panel size="1" popupsize="1" style="1" left="5" right="5" screens="4"> |
|||
<Position x="269" y="955"/> |
|||
<Lock>xflock</Lock> |
|||
<Exit>Apps/ROX-Session/AppRun</Exit> |
|||
</Panel> |
|||
<Central> |
|||
<Screen>One</Screen> |
|||
<Screen>Two</Screen> |
|||
<Screen>Three</Screen> |
|||
<Screen>Four</Screen> |
|||
<Screen>Five</Screen> |
|||
<Screen>Six</Screen> |
|||
<Screen>Seven</Screen> |
|||
<Screen>Eight</Screen> |
|||
<Screen>Nine</Screen> |
|||
<Screen>Ten</Screen> |
|||
<Screen>Eleven</Screen> |
|||
<Screen>Twelve</Screen> |
|||
</Central> |
|||
<Left> |
|||
<Group> |
|||
<Module id="0"/> |
|||
</Group> |
|||
<Group> |
|||
<Popup> |
|||
<Item> |
|||
<Caption>SU Term</Caption> |
|||
<Command term="1">su -</Command> |
|||
<Tooltip>Super User Terminal</Tooltip> |
|||
<Icon id="12"/> |
|||
</Item> |
|||
<Item> |
|||
<Caption>XTerm</Caption> |
|||
<Command term="0">xfterm</Command> |
|||
<Tooltip>Terminal</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/icons/CheckMarkMonitor.xpm</Icon> |
|||
</Item> |
|||
<Item> |
|||
<Caption>Uitvoeren...</Caption> |
|||
<Command term="0">xfrun</Command> |
|||
<Tooltip>Programma uitvoeren</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/icons/FileAPP.xpm</Icon> |
|||
</Item> |
|||
<Item> |
|||
<Caption>XFGlob</Caption> |
|||
<Command term="0"/> |
|||
<Tooltip>Find files</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/icons/View.xpm</Icon> |
|||
</Item> |
|||
<Item> |
|||
<Caption>XFDiff</Caption> |
|||
<Command term="0">xfdiff</Command> |
|||
<Tooltip>Find differences between files</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/pixmaps/inspect.xpm</Icon> |
|||
</Item> |
|||
<Item> |
|||
<Caption>Mount floppy</Caption> |
|||
<Command term="0">xfmountdev /mnt/floppy</Command> |
|||
<Tooltip>Mount and unmount floppy</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/icons/DiskFloppy.xpm</Icon> |
|||
</Item> |
|||
</Popup> |
|||
<Item> |
|||
<Command term="0">xftree</Command> |
|||
<Tooltip>Bestandsbeheer</Tooltip> |
|||
<Icon id="2"/> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup> |
|||
<Item> |
|||
<Caption>Emacs</Caption> |
|||
<Command term="0">emacs</Command> |
|||
<Tooltip>Including the kitchen sink</Tooltip> |
|||
<Icon id="1"/> |
|||
</Item> |
|||
</Popup> |
|||
<Item> |
|||
<Command term="0">gvim</Command> |
|||
<Tooltip>Editor</Tooltip> |
|||
<Icon id="1"/> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup> |
|||
<Item> |
|||
<Caption>OpenOffice</Caption> |
|||
<Command term="0">OpenOffice/OpenOffice.org1.0/soffice</Command> |
|||
<Tooltip>Office suite</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/pixmaps/Bookshelf.xpm</Icon> |
|||
</Item> |
|||
</Popup> |
|||
<Module id="-1">libmailcheck.so</Module> |
|||
</Group> |
|||
<Group> |
|||
<Popup> |
|||
<Item> |
|||
<Caption>Skipstone</Caption> |
|||
<Command term="0">skipstone</Command> |
|||
<Tooltip>Internet browser</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/pixmaps/gnome-globe.png</Icon> |
|||
</Item> |
|||
</Popup> |
|||
<Item> |
|||
<Command term="0">galeon -w</Command> |
|||
<Tooltip>Galeon internet browser</Tooltip> |
|||
<Icon id="7"/> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup/> |
|||
<Item> |
|||
<Command term="0"/> |
|||
<Tooltip>Click Mouse 3 to change item</Tooltip> |
|||
<Icon id="0"/> |
|||
</Item> |
|||
</Group> |
|||
</Left> |
|||
<Right> |
|||
<Group> |
|||
<Module id="1"/> |
|||
</Group> |
|||
<Group> |
|||
<Popup> |
|||
<Item> |
|||
<Caption>The Gimp</Caption> |
|||
<Command term="0"/> |
|||
<Icon id="-1">_pkgdatadir_/icons/GIMP.xpm</Icon> |
|||
</Item> |
|||
<Item> |
|||
<Caption>Emacs</Caption> |
|||
<Command term="0"/> |
|||
<Tooltip>Including the kitchen sink</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/icons/Pencils.xpm</Icon> |
|||
</Item> |
|||
</Popup> |
|||
<Item> |
|||
<Command term="0">xfhelp</Command> |
|||
<Tooltip>Xfce Handleiding</Tooltip> |
|||
<Icon id="5"/> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup> |
|||
<Item> |
|||
<Caption>XFbd</Caption> |
|||
<Command term="0">xfbd -i</Command> |
|||
<Tooltip>Backdrop settings</Tooltip> |
|||
<Icon id="8"/> |
|||
</Item> |
|||
<Item> |
|||
<Caption>XFMouse</Caption> |
|||
<Command term="0">xfmouse -i</Command> |
|||
<Tooltip>Muis-instellingen</Tooltip> |
|||
<Icon id="-1">_pkgdatadir_/icons/Mouse.xpm</Icon> |
|||
</Item> |
|||
</Popup> |
|||
<Item> |
|||
<Command term="0">xfstyle</Command> |
|||
<Tooltip>XFce Style Manager</Tooltip> |
|||
<Icon id="3"/> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup/> |
|||
<Item> |
|||
<Command term="0">anjuta</Command> |
|||
<Tooltip>Anjuta C/C++ IDE</Tooltip> |
|||
<Icon id="-1">/usr/share/pixmaps/anjuta/applogo.png</Icon> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup/> |
|||
<Item> |
|||
<Command term="0">xfprint</Command> |
|||
<Tooltip>Drag file to print</Tooltip> |
|||
<Icon id="9"/> |
|||
</Item> |
|||
</Group> |
|||
<Group> |
|||
<Popup/> |
|||
<Item> |
|||
<Command term="0"/> |
|||
<Tooltip>Click Mouse 3 to change item</Tooltip> |
|||
<Icon id="0"/> |
|||
</Item> |
|||
</Group> |
|||
</Right> |
|||
</Xfce> |
@ -0,0 +1,34 @@ |
|||
noinst_DATA = \
|
|||
addicon.xpm \ |
|||
close.xpm \ |
|||
diag_icon.xpm \ |
|||
down.xpm \ |
|||
edit.xpm \ |
|||
file1.xpm \ |
|||
file2.xpm \ |
|||
games.xpm \ |
|||
handle.xpm \ |
|||
iconify.xpm \ |
|||
mail.xpm \ |
|||
man.xpm \ |
|||
menu_icon.xpm \ |
|||
miniinfo.xpm \ |
|||
minilock.xpm \ |
|||
minipalet.xpm \ |
|||
minipower.xpm \ |
|||
multimedia.xpm \ |
|||
network.xpm \ |
|||
nomail.xpm \ |
|||
oldmail.xpm \ |
|||
paint.xpm \ |
|||
print.xpm \ |
|||
schedule.xpm \ |
|||
sound.xpm \ |
|||
terminal.xpm \ |
|||
trash_empty.xpm \ |
|||
trash_full.xpm \ |
|||
unknown.xpm \ |
|||
up.xpm \ |
|||
xfce_icon.xpm |
|||
|
|||
EXTRA_DIST = $(noinst_DATA) |
@ -0,0 +1,257 @@ |
|||
# Makefile.in generated by automake 1.6 from Makefile.am.
|
|||
# @configure_input@
|
|||
|
|||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
|||
# 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.
|
|||
|
|||
@SET_MAKE@ |
|||
SHELL = @SHELL@ |
|||
|
|||
srcdir = @srcdir@ |
|||
top_srcdir = @top_srcdir@ |
|||
VPATH = @srcdir@ |
|||
prefix = @prefix@ |
|||
exec_prefix = @exec_prefix@ |
|||
|
|||
bindir = @bindir@ |
|||
sbindir = @sbindir@ |
|||
libexecdir = @libexecdir@ |
|||
datadir = @datadir@ |
|||
sysconfdir = @sysconfdir@ |
|||
sharedstatedir = @sharedstatedir@ |
|||
localstatedir = @localstatedir@ |
|||
libdir = @libdir@ |
|||
infodir = @infodir@ |
|||
mandir = @mandir@ |
|||
includedir = @includedir@ |
|||
oldincludedir = /usr/include |
|||
pkgdatadir = $(datadir)/@PACKAGE@ |
|||
pkglibdir = $(libdir)/@PACKAGE@ |
|||
pkgincludedir = $(includedir)/@PACKAGE@ |
|||
top_builddir = .. |
|||
|
|||
ACLOCAL = @ACLOCAL@ |
|||
AUTOCONF = @AUTOCONF@ |
|||
AUTOMAKE = @AUTOMAKE@ |
|||
AUTOHEADER = @AUTOHEADER@ |
|||
|
|||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|||
INSTALL = @INSTALL@ |
|||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|||
INSTALL_DATA = @INSTALL_DATA@ |
|||
install_sh_DATA = $(install_sh) -c -m 644 |
|||
install_sh_PROGRAM = $(install_sh) -c |
|||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|||
INSTALL_HEADER = $(INSTALL_DATA) |
|||
transform = @program_transform_name@ |
|||
NORMAL_INSTALL = : |
|||
PRE_INSTALL = : |
|||
POST_INSTALL = : |
|||
NORMAL_UNINSTALL = : |
|||
PRE_UNINSTALL = : |
|||
POST_UNINSTALL = : |
|||
host_alias = @host_alias@ |
|||
host_triplet = @host@ |
|||
|
|||
EXEEXT = @EXEEXT@ |
|||
OBJEXT = @OBJEXT@ |
|||
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|||
AMTAR = @AMTAR@ |
|||
AS = @AS@ |
|||
AWK = @AWK@ |
|||
CC = @CC@ |
|||
DEPDIR = @DEPDIR@ |
|||
DLLTOOL = @DLLTOOL@ |
|||
ECHO = @ECHO@ |
|||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|||
LIBTOOL = @LIBTOOL@ |
|||
LN_S = @LN_S@ |
|||
MAINT = @MAINT@ |
|||
MY_SUBDIRS = @MY_SUBDIRS@ |
|||
OBJDUMP = @OBJDUMP@ |
|||
PACKAGE = @PACKAGE@ |
|||
PKG_CONFIG = @PKG_CONFIG@ |
|||
RANLIB = @RANLIB@ |
|||
STRIP = @STRIP@ |
|||
VERSION = @VERSION@ |
|||
X_CFLAGS = @X_CFLAGS@ |
|||
X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
|||
X_LIBS = @X_LIBS@ |
|||
X_PRE_LIBS = @X_PRE_LIBS@ |
|||
am__include = @am__include@ |
|||
am__quote = @am__quote@ |
|||
install_sh = @install_sh@ |
|||
noinst_DATA = \
|
|||
addicon.xpm \ |
|||
close.xpm \ |
|||
diag_icon.xpm \ |
|||
down.xpm \ |
|||
edit.xpm \ |
|||
file1.xpm \ |
|||
file2.xpm \ |
|||
games.xpm \ |
|||
handle.xpm \ |
|||
iconify.xpm \ |
|||
mail.xpm \ |
|||
man.xpm \ |
|||
menu_icon.xpm \ |
|||
miniinfo.xpm \ |
|||
minilock.xpm \ |
|||
minipalet.xpm \ |
|||
minipower.xpm \ |
|||
multimedia.xpm \ |
|||
network.xpm \ |
|||
nomail.xpm \ |
|||
oldmail.xpm \ |
|||
paint.xpm \ |
|||
print.xpm \ |
|||
schedule.xpm \ |
|||
sound.xpm \ |
|||
terminal.xpm \ |
|||
trash_empty.xpm \ |
|||
trash_full.xpm \ |
|||
unknown.xpm \ |
|||
up.xpm \ |
|||
xfce_icon.xpm |
|||
|
|||
|
|||
EXTRA_DIST = $(noinst_DATA) |
|||
subdir = icons |
|||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|||
CONFIG_HEADER = $(top_builddir)/config.h |
|||
CONFIG_CLEAN_FILES = |
|||
DIST_SOURCES = |
|||
DATA = $(noinst_DATA) |
|||
|
|||
DIST_COMMON = Makefile.am Makefile.in |
|||
all: all-am |
|||
|
|||
.SUFFIXES: |
|||
|
|||
mostlyclean-libtool: |
|||
-rm -f *.lo |
|||
|
|||
clean-libtool: |
|||
-rm -rf .libs _libs |
|||
|
|||
distclean-libtool: |
|||
-rm -f libtool |
|||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) |
|||
cd $(top_srcdir) && \
|
|||
$(AUTOMAKE) --gnu icons/Makefile |
|||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
|||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |
|||
uninstall-info-am: |
|||
tags: TAGS |
|||
TAGS: |
|||
|
|||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DI |