~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in.
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.4 foreign
 
4
 
 
5
EXTRA_DIST =
 
6
SUBDIRS = hello-test
 
7
 
 
8
check-recursive: ./usr/ ./bin ./var
 
9
 
 
10
./usr ./bin ./var: ../rpm
 
11
        make -C .. DESTDIR=`pwd` install
 
12
        cp rpmrc macros ./$(pkglibdir)
 
13
        rm -f ./@GZIPBIN@
 
14
        if [ ! -d ./`dirname @GZIPBIN@` ] ; then mkdir -p ./`dirname @GZIPBIN@` ; fi
 
15
        ln -s @GZIPBIN@ ./@GZIPBIN@
 
16
        rm -f ./@BZIP2BIN@
 
17
        if [ ! -d ./`dirname @BZIP2BIN@` ] ; then mkdir -p ./`dirname @BZIP2BIN@` ; fi
 
18
        ln -s @BZIP2BIN@ ./@BZIP2BIN@
 
19
 
 
20
clean-local:
 
21
        rm -rf ./usr ./bin ./var