Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/Makefile.am b/Makefile.am
index 57f07a8..e9a3e9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,53 +1,151 @@
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
INTLTOOL_FILES = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
PYTHON_FILES = \
cyruslib.py \
conf.py \
kolab.py \
kolabd.py \
kolabtest.py \
setup-kolab.py
EXTRA_DIST = \
AUTHORS \
ChangeLog \
COPYING \
INSTALL \
NEWS \
README \
README.tests \
pykolab.spec \
pykolab.spec.in \
$(PYTHON_FILES)
SUBDIRS = \
conf \
kolab \
kolabd \
po \
pykolab \
saslauthd
ChangeLog:
(GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
srpm: ChangeLog dist
@rpmbuild -ts $(PACKAGE)-$(VERSION).tar.gz
+binary:
+ /home/jmeeuwen/devel/src/python.svn/Tools/freeze/freeze.py \
+ -x BaseHTTPServer \
+ -x ConfigParser \
+ -x FixTk \
+ -x SocketServer \
+ -x StringIO \
+ -x Tkconstants \
+ -x Tkinter \
+ -x UserDict \
+ -x __future__ \
+ -x _abcoll \
+ -x _threading_local \
+ -x _weakrefset \
+ -x _xmlplus \
+ -x abc \
+ -x atexit \
+ -x base64 \
+ -x bdb \
+ -x bisect \
+ -x calendar \
+ -x cmd \
+ -x collections \
+ -x copy \
+ -x copy_reg \
+ -x difflib \
+ -x dis \
+ -x distutils \
+ -x doctest \
+ -x dsml \
+ -x dummy_thread \
+ -x encodings \
+ -x fnmatch \
+ -x formatter \
+ -x ftplib \
+ -x functools \
+ -x genericpath \
+ -x getopt \
+ -x getpass \
+ -x gettext \
+ -x glob \
+ -x gzip \
+ -x hashlib \
+ -x hmac \
+ -x httplib \
+ -x imaplib \
+ -x inspect \
+ -x io \
+ -x ldapurl \
+ -x ldif \
+ -x linecache \
+ -x locale \
+ -x logging \
+ -x mimetools \
+ -x mimetypes \
+ -x ntpath \
+ -x nturl2path \
+ -x optparse \
+ -x os2emxpath \
+ -x pdb \
+ -x pickle \
+ -x pkgutil \
+ -x posixpath \
+ -x pprint \
+ -x py_compile \
+ -x pydoc \
+ -x pydoc_data \
+ -x quopri \
+ -x random \
+ -x repr \
+ -x rfc822 \
+ -x shlex \
+ -x shutil \
+ -x site \
+ -x smtplib \
+ -x socket \
+ -x ssl \
+ -x stat \
+ -x string \
+ -x struct \
+ -x subprocess \
+ -x sysconfig \
+ -x tarfile \
+ -x tempfile \
+ -x textwrap \
+ -x threading \
+ -x traceback \
+ -x types \
+ -x urlparse \
+ -x uu \
+ -x warnings \
+ -o src/kolabd/ \
+ kolabd.py
+ cd src/kolabd/; $(MAKE)
+
+clean:
+ rm -rf src/*; mkdir -p src/
+
execdir = $(sbindir)
install-exec-local:
mkdir -p $(DESTDIR)/$(sbindir) $(DESTDIR)/$(bindir)
$(INSTALL) -p -m 755 conf.py $(DESTDIR)/$(sbindir)/kolab-conf
$(INSTALL) -p -m 755 kolab.py $(DESTDIR)/$(sbindir)/kolab
$(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd
$(INSTALL) -p -m 755 kolabtest.py $(DESTDIR)/$(bindir)/kolab-test
$(INSTALL) -p -m 644 cyruslib.py $(DESTDIR)/$(datadir)/$(PACKAGE)/

File Metadata

Mime Type
text/x-diff
Expires
Sat, Apr 4, 3:13 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18813336
Default Alt Text
(2 KB)

Event Timeline