~ubuntu-branches/ubuntu/quantal/config-manager/quantal

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-10-24 13:01:11 UTC
  • mto: (3.1.1 dapper)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051024130111-3muotu4me5hhhiow
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5
5
5
DIST_SUBDIRS = libgetopt
6
6
SUBDIRS = @CMSUBDIRS@
 
7
PYTHONPATH:=$(shell pwd)/lib:$(shell pwd)/bzr
7
8
 
8
9
INCLUDES=@CMINCLUDES@
9
10
 
39
40
        HOWTO \
40
41
        sample-config.txt 
41
42
 
 
43
check-local:
 
44
        PYTHONPATH=$(PYTHONPATH) ./test_all.py
 
45
 
 
46
# distutils bug: installs into lib wrongly.
 
47
# known python version fixes:
 
48
install-exec-local:
 
49
        ./setup.py install --prefix=$(DESTDIR)/usr
 
50
        -rm -rf $(DESTDIR)/usr/lib/python2.4/site-packages/lib/config_manager
 
51
        -rmdir $(DESTDIR)/usr/lib/python2.4/site-packages/lib
 
52
        -rm -rf $(DESTDIR)/usr/lib/python2.3/site-packages/lib/config_manager
 
53
        -rmdir $(DESTDIR)/usr/lib/python2.3/site-packages/lib