mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
f5501fbf24
s/INCLUDES/AM_CPPFLAGS/g I <3 sed :)
18 lines
317 B
Makefile
18 lines
317 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
WAV_LIBS=@WAV_LIBS@
|
|
WAV_DEPS=@WAV_DEPS@
|
|
WAV_INCS=@WAV_INCS@
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include $(WAV_INCS)
|
|
|
|
bin_PROGRAMS= qfwavinfo
|
|
|
|
mans=qfwavinfo.1
|
|
man_MANS= #$(mans)
|
|
|
|
qfwavinfo_SOURCES= qfwavinfo.c
|
|
qfwavinfo_LDADD= $(WAV_LIBS)
|
|
qfwavinfo_DEPENDENCIES= $(WAV_DEPS)
|
|
|
|
EXTRA_DIST=#$(mans)
|