File: Makefile

package info (click to toggle)
gavl 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,324 kB
  • sloc: ansic: 474,645; makefile: 305; sh: 109
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
default: all
.PHONY: all default clean

ifndef PKG_CONFIG
  PKG_CONFIG=pkg-config
endif

CFLAGS+=$(shell $(PKG_CONFIG) --cflags gavl)
LDLIBS+=$(shell $(PKG_CONFIG) --libs gavl)
all: sampleformats