mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
14 lines
284 B
Makefile
14 lines
284 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
QFVIS_LIBS=@QFVIS_LIBS@
|
|
QFVIS_DEPS=@QFVIS_DEPS@
|
|
QFVIS_INCS=@QFVIS_INCS@
|
|
|
|
INCLUDES= -I$(top_srcdir)/include $(QFVIS_INCS)
|
|
|
|
bin_PROGRAMS= qfvis
|
|
|
|
qfvis_SOURCES= flow.c options.c qfvis.c soundphs.c
|
|
|
|
qfvis_LDADD= $(QFVIS_LIBS)
|
|
qfvis_DEPENDENCIES= $(QFVIS_DEPS)
|