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

« back to all changes in this revision

Viewing changes to lib/cgraph/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:
12
12
 
13
13
DEFINES = -DHAVE_CONFIG_H
14
14
 
15
 
OBJS = apply.o attr.o edge.o agerror.o flatten.o \
 
15
OBJS = apply.o attr.o agxbuf.o edge.o agerror.o flatten.o \
16
16
        grammar.o graph.o id.o imap.o io.o mem.o \
17
17
        node.o obj.o pend.o rec.o refstr.o scan.o \
18
18
        subg.o utils.o write.o
65
65
main3:  main3.c $(LIBNAME)
66
66
        $(CC) $(CCFLAGS) main3.c $(INCS) $(LIBNAME) -L$(HOME)/arch/$(ARCH)/lib -lcdt -o main3
67
67
 
 
68
main4:  main4.c $(LIBNAME)
 
69
        $(CC) $(CCFLAGS) main4.c $(INCS) $(LIBNAME) -L$(HOME)/arch/$(ARCH)/lib -lcdt -o main4
 
70
 
 
71
cgtest:  cgtest.c $(LIBNAME)
 
72
        $(CC) $(CCFLAGS) cgtest.c $(INCS) $(LIBNAME) -L$(HOME)/arch/$(ARCH)/lib -lcdt -o cgtest
 
73
 
68
74
main:  main.c $(LIBNAME)
69
75
        $(CC) $(CCFLAGS) main.c $(INCS) $(LIBNAME) -L$(HOME)/arch/$(ARCH)/lib -lcdt -o main