Page MenuHomePhorge

Makefile.am
No OneTemporary

Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None

Makefile.am

DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
INTLTOOL_FILES = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
PYTHON_FILES = \
bin/kolab_smtp_access_policy.py \
cyruslib.py \
conf.py \
kolab.py \
kolabd.py \
kolabtest.py \
saslauthd.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
tarball:
git stash
make dist
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
rpm: srpm
@rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
binary:
python ext/python/Tools/freeze/freeze.py \
-p $(prefix) \
-b $(libdir) \
-x BaseHTTPServer \
-x ConfigParser \
-x FixTk \
-x MySQLdb \
-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/
find -type f -name "*.pyo" -o -name "*.pyc" -delete
execdir = $(sbindir)
install-exec-local:
mkdir -p $(DESTDIR)/$(sbindir) $(DESTDIR)/$(bindir) \
$(DESTDIR)/$(libexecdir)/postfix \
$(DESTDIR)/$(localstatedir)/lib/kolab \
$(DESTDIR)/$(localstatedir)/lib/kolab/kolab_smtp_access_policy \
$(DESTDIR)/$(localstatedir)/log/kolab
$(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 644 saslauthd.py $(DESTDIR)/$(sbindir)/kolab-saslauthd
$(INSTALL) -p -m 755 kolabtest.py $(DESTDIR)/$(bindir)/kolab-test
$(INSTALL) -p -m 644 cyruslib.py $(DESTDIR)/$(pythondir)
$(INSTALL) -p -m 755 bin/kolab_smtp_access_policy.py $(DESTDIR)/$(libexecdir)/postfix/kolab_smtp_access_policy

File Metadata

Mime Type
text/x-makefile
Expires
Mon, Apr 6, 1:26 AM (2 d, 6 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/14/1509dbe78c15d7d937f14231ecf7
Default Alt Text
Makefile.am (3 KB)

Event Timeline