mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 00:40:55 +00:00
14 lines
332 B
Makefile
14 lines
332 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
QFLIGHT_LIBS=@QFLIGHT_LIBS@
|
|
QFLIGHT_DEPS=@QFLIGHT_DEPS@
|
|
QFLIGHT_INCS=@QFLIGHT_INCS@
|
|
|
|
INCLUDES= -I$(top_srcdir)/include $(QFLIGHT_INCS)
|
|
|
|
bin_PROGRAMS= qflight
|
|
|
|
qflight_SOURCES= entities.c ltface.c options.c qflight.c threads.c trace.c
|
|
|
|
qflight_LDADD= $(QFLIGHT_LIBS)
|
|
qflight_DEPENDENCIES= $(QFLIGHT_DEPS)
|