mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
f5501fbf24
s/INCLUDES/AM_CPPFLAGS/g I <3 sed :)
18 lines
315 B
Makefile
18 lines
315 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
QFLMP_LIBS=@QFLMP_LIBS@
|
|
QFLMP_DEPS=@QFLMP_DEPS@
|
|
QFLMP_INCS=@QFLMP_INCS@
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include $(QFLMP_INCS)
|
|
|
|
bin_PROGRAMS= qflmp
|
|
|
|
#mans=qflmp.1
|
|
man_MANS= $(mans)
|
|
|
|
qflmp_SOURCES= lmp.c
|
|
qflmp_LDADD= $(QFLMP_LIBS)
|
|
qflmp_DEPENDENCIES= $(QFLMP_DEPS)
|
|
|
|
EXTRA_DIST= lmp.h #lmp.1
|