~ubuntu-branches/ubuntu/warty/electric/warty

« back to all changes in this revision

Viewing changes to lib/lisp/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Chris Ruffin
  • Date: 2002-03-23 11:02:56 UTC
  • Revision ID: james.westby@ubuntu.com-20020323110256-mx008emo1nb2k11i
Tags: 6.05-1
* new upstream release
* added menu hints (closes: #128765)
* changed doc-base to go into Technical section per menu-policy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHELL=/bin/sh
 
2
MAKE=make
 
3
 
 
4
all: default
 
5
 
 
6
Makefile.local: ../config/system ../config/site
 
7
        $(SHELL) ./build
 
8
 
 
9
default: Makefile.local
 
10
        $(MAKE) -f Makefile.local
 
11
 
 
12
install: Makefile.local
 
13
        $(MAKE) -f Makefile.local install
 
14
 
 
15
localize: Makefile.local
 
16
        $(MAKE) -f Makefile.local localize
 
17
 
 
18
lint: Makefile.local
 
19
        $(MAKE) -f Makefile.local lint
 
20
 
 
21
clean: Makefile.local
 
22
        $(MAKE) -f Makefile.local clean
 
23
 
 
24
distclean: Makefile.local
 
25
        $(MAKE) -f Makefile.local distclean