Changeset 182
- Timestamp:
- 07/12/07 15:39:23 (17 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
Makefile.am (modified) (1 diff)
-
README (modified) (1 diff)
-
swig/perl/Makefile.am (modified) (2 diffs)
-
swig/python/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r114 r182 8 8 9 9 # no uninstall for perl -- ignore it 10 distuninstallcheck_listfiles = \ 11 find -type f -not -path \*/OBEXFTP\* -not -name perllocal.pod 10 distuninstallcheck_listfiles = find . -type f \ 11 -not -path \*/site_perl/\*/OBEXFTP\* \ 12 -not -name perllocal.pod \ 13 -not -path \*site-packages/obexftp/\* \ 14 -not -path \*/site_ruby/\* \ 15 -print 12 16 13 17 #DISTCHECK_CONFIGURE_FLAGS = --enable-swig --enable-perl --enable-python --enable-ruby --enable-tcl --enable-builddocs -
trunk/README
r173 r182 98 98 Please mail me all warnings and errors, if any. 99 99 100 The bindings use language-native installers with are missing the uninstall 101 targets. You'll have to distcheck with 102 DISTCHECK_CONFIGURE_FLAGS="--disable-perl --disable-python \ 103 --disable-ruby" make distcheck 100 The bindings use language-native installers which are missing the uninstall 101 targets. Our distcheck will boldly ignore those files. 104 102 105 103 -
trunk/swig/perl/Makefile.am
r121 r182 15 15 if test ! -f perl_wrap.c; then cp $(srcdir)/perl_wrap.c . ; fi 16 16 $(MAKE) -fMakefile.perl 17 if test $(top_srcdir) != $(top_builddir) ; then rm -f perl_wrap.c ; fi18 17 19 18 install-data-local: Makefile.perl … … 28 27 # rm -f Makefile.perl Makefile.perl.old 29 28 rm -f *.so # *.o 30 29 if test $(top_srcdir) != $(top_builddir) ; then rm -f perl_wrap.c ; fi -
trunk/swig/python/Makefile.am
r172 r182 19 19 if test -x "$(PYTHON)"; then $(PYTHON) setup.py clean; fi 20 20 rm -rf build 21 if test $(top_srcdir) != $(top_builddir) ; then rm -f python_wrap.c ; fi
