~ubuntu-branches/debian/jessie/debfoster/jessie

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ivo Timmermans
  • Date: 2002-01-17 23:08:39 UTC
  • Revision ID: james.westby@ubuntu.com-20020117230839-s22xl5hew1z4s3r5
Tags: upstream-2.5
ImportĀ upstreamĀ versionĀ 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = doc/LICENSE.AVLTree doc/LICENSE.debfoster doc/LICENSE.symbol autogen.sh ABOUT-NLS src/intl.h
 
2
SUBDIRS = src etc doc intl po
 
3
MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in \
 
4
        config.cache config.log config.status
 
5
 
 
6
CVS_CREATED = configure aclocal.m4 config.h.in config.guess ABOUT-NLS \
 
7
 config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs intl \
 
8
 stamp-h.in ChangeLog po/Makefile.in.in po/debfoster.pot po/ChangeLog
 
9
 
 
10
cvs-clean: maintainer-clean
 
11
        for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
 
12
          [ "$${f##*/}" != CVS ] && $(RM) -r "$$f"; \
 
13
        done