~ubuntu-branches/ubuntu/lucid/bin-prot/lucid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2008-05-09 15:24:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080509152437-7gils45p37xcs40c
Tags: upstream-1.0.5
ImportĀ upstreamĀ versionĀ 1.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.PHONY: all
 
2
all:
 
3
        @cd lib && $(MAKE)
 
4
        @cd lib_test && make
 
5
 
 
6
.PHONY: install
 
7
install:
 
8
        @cd lib && $(MAKE) $@
 
9
 
 
10
.PHONY: uninstall
 
11
uninstall:
 
12
        @cd lib && $(MAKE) $@
 
13
 
 
14
.PHONY: clean
 
15
clean:
 
16
        @cd lib && $(MAKE) clean
 
17
        @cd lib_test && $(MAKE) clean