File: Makefile

package info (click to toggle)
snakefood 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,568 kB
  • ctags: 334
  • sloc: python: 2,212; makefile: 200; sh: 4
file content (14 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Graph the dependencies for Matplotlib.

ROOT=$(HOME)/src/matplotlib/matplotlib/build/lib.linux-i686-2.4

PDFS =						\
	matplotlib.pdf

include ../Makefile.rules


# Handmade clusters list.
matplotlib.clusters: clusters
	cp $< $@