~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to lneato/Makefile.IN

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all : lneato
 
2
 
 
3
include ../Config.mk
 
4
include ../makearch/$(ARCH)
 
5
 
 
6
BIN_SCRIPTS = lneato
 
7
 
 
8
lneato: lneato.sh
 
9
        cp lneato.sh lneato
 
10
        chmod +x lneato
 
11
 
 
12
install:  $(BIN_SCRIPTS)
 
13
        $(MKPATH) $(BINDIR)
 
14
        $(INSTALL) $(BIN_SCRIPTS) $(BINDIR)
 
15
 
 
16
clean:
 
17
        true
 
18
 
 
19
distclean:
 
20
        true