Rage video and audio player
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
436 B
21 lines
436 B
AUTOMAKE_OPTIONS = subdir-objects |
|
MAINTAINERCLEANFILES = Makefile.in |
|
|
|
bin_PROGRAMS = rage |
|
|
|
rage_CPPFLAGS = -I. \ |
|
-DPACKAGE_BIN_DIR=\"$(bindir)\" -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
|
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" @RAGE_CFLAGS@ |
|
|
|
rage_LDADD = @RAGE_LIBS@ |
|
|
|
rage_SOURCES = \ |
|
controls.c controls.h \ |
|
dnd.c dnd.h \ |
|
gesture.c gesture.h \ |
|
key.c key.h \ |
|
main.c main.h \ |
|
video.c video.h \ |
|
winvid.c winvid.h \ |
|
win.c win.h \ |
|
winlist.c winlist.h
|
|
|