File: makefile

package info (click to toggle)
enscribe 0.1.0-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 864 kB
  • ctags: 78
  • sloc: ansic: 1,128; sh: 74; makefile: 46
file content (10 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#No nonsense makefile
#Make sure you have libgd and libgd-devel installed!

all:
	PKG_CONFIG_PATH=$(PKG_CONFIG_PATH):/usr/local/lib/pkgconfig;
	gcc `pkg-config --cflags --libs sndfile` -Wall -o enscribe enscribe.c -lgd -lpng -lz -ljpeg -lfreetype -lm

install:
	install enscribe /usr/local/bin/enscribe