File: Makefile.am

package info (click to toggle)
libass 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,844 kB
  • ctags: 1,070
  • sloc: sh: 11,343; ansic: 8,270; makefile: 36
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
AM_CFLAGS = -Wall

noinst_PROGRAMS = test
test_SOURCES = test.c
test_CPPFLAGS = -I../libass
test_LDADD = ../libass/libass.la
test_LDFLAGS = $(AM_LDFLAGS) $(LIBPNG_LIBS)