File: Makefile

package info (click to toggle)
libaosd 0.2.7-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch, trixie
  • size: 512 kB
  • sloc: sh: 2,859; ansic: 1,731; makefile: 82
file content (9 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
PROG_NOINST = animation

SRCS = animation.c

include ../../buildsys.mk
include ../../extra.mk

CPPFLAGS += ${CAIRO_CFLAGS} -I../.. -I../../libaosd
LDFLAGS += ${CAIRO_LIBS} -L../../libaosd -laosd