mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
15 lines
338 B
Makefile
15 lines
338 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
QFPROGS_LIBS=@QFPROGS_LIBS@
|
|
QFPROGS_DEPS=@QFPROGS_DEPS@
|
|
QFPROGS_INCS=@QFPROGS_INCS@
|
|
|
|
INCLUDES= -I$(top_srcdir)/include $(QFPROGS_INCS)
|
|
|
|
bin_PROGRAMS= qfprogs
|
|
|
|
#man_MANS= qfprogs.1
|
|
|
|
qfprogs_SOURCES= disassemble.c globals.c qfprogs.c strings.c
|
|
qfprogs_LDADD= $(QFPROGS_LIBS)
|
|
qfprogs_DEPENDENCIES= $(QFPROGS_DEPS)
|