~ubuntu-branches/ubuntu/breezy/netkit-ftp-ssl/breezy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2002-03-23 12:10:37 UTC
  • Revision ID: james.westby@ubuntu.com-20020323121037-11rjw8euzjmcgpm4
Tags: upstream-0.17.9+0.2
ImportĀ upstreamĀ versionĀ 0.17.9+0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# You can do "make SUB=blah" to make only a few, or edit here, or both
 
2
# You can also run make directly in the subdirs you want.
 
3
 
 
4
SUB =   ftp
 
5
 
 
6
%.build:
 
7
        (cd $(patsubst %.build, %, $@) && $(MAKE))
 
8
 
 
9
%.install:
 
10
        (cd $(patsubst %.install, %, $@) && $(MAKE) install)
 
11
 
 
12
%.clean:
 
13
        (cd $(patsubst %.clean, %, $@) && $(MAKE) clean)
 
14
 
 
15
all:     $(patsubst %, %.build, $(SUB))
 
16
install: $(patsubst %, %.install, $(SUB))
 
17
clean:   $(patsubst %, %.clean, $(SUB))
 
18
 
 
19
distclean: clean
 
20
        rm -f MCONFIG