File: Makefile

package info (click to toggle)
easychem 0.6-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 944 kB
  • ctags: 518
  • sloc: ansic: 8,993; sh: 2,360; makefile: 60
file content (7 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
all: text_center.c text_left.c text_right.c arrowhead_right.c nohead_right.c semihead_right1.c semihead_right2.c arrowhead_left.c nohead_left.c semihead_left1.c semihead_left2.c 

%.c: %.png
	gdk-pixbuf-csource --raw --name=graph_$* $*.png > $*.c

clean:
	-rm *.c