~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to plugin/lasi/Makefile.old

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:    libgvplugin_lasi.a
 
2
ROOT=../..
 
3
include $(ROOT)/Config.mk
 
4
include $(ROOT)/makearch/$(ARCH)
 
5
 
 
6
INCS =  -I. \
 
7
        -I$(ROOT) \
 
8
        -I../../lib/common \
 
9
        -I../../lib/pathplan \
 
10
        -I../../lib/graph \
 
11
        -I../../lib/cdt \
 
12
        -I../../lib/gvc 
 
13
 
 
14
DEFINES = -DHAVE_CONFIG_H
 
15
 
 
16
OBJS = gvplugin_lasi.o gvrender_lasi.o
 
17
 
 
18
libgvplugin_lasi.a : $(OBJS)
 
19
        $(RM) libgvplugin_lasi.a
 
20
        $(AR) cr libgvplugin_lasi.a $(OBJS)
 
21
        $(RANLIB) libgvplugin_lasi.a
 
22
 
 
23
install: libgvplugin_lasi.a
 
24
        $(MKPATH) $(LIBDIR)
 
25
        $(INSTALL) libgvplugin_lasi.a $(LIBDIR)
 
26
 
 
27
clean:
 
28
        $(RM) core *.o
 
29
 
 
30
distclean: clean
 
31
        $(RM) *.a ptest