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

« back to all changes in this revision

Viewing changes to dotty/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:    dotty
 
2
 
 
3
include ../Config.mk
 
4
include ../makearch/$(ARCH)
 
5
 
 
6
PACKAGE=lefty
 
7
LIB_SCRIPTS = dotty.lefty dotty_draw.lefty dotty_edit.lefty \
 
8
        dotty_layout.lefty dotty_ui.lefty
 
9
BIN_SCRIPTS = dotty
 
10
MAN1 = dotty.1
 
11
 
 
12
dotty: dotty.sh
 
13
        cp dotty.sh dotty
 
14
        chmod +x dotty
 
15
 
 
16
install: $(LIB_SCRIPTS) $(BIN_SCRIPTS)
 
17
        $(MKPATH) $(LIBDIR)/$(PACKAGE)
 
18
        $(INSTALL) $(LIB_SCRIPTS) $(LIBDIR)/$(PACKAGE)
 
19
        $(MKPATH) $(BINDIR)
 
20
        $(INSTALL) $(BIN_SCRIPTS) $(BINDIR)
 
21
        $(MKPATH) $(MANDIR)
 
22
        $(INSTALL) dotty.1 $(MANDIR)
 
23
 
 
24
clean:
 
25
        true
 
26
 
 
27
distclean:
 
28
        true