mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 22:52:21 +00:00
14 lines
236 B
Text
14 lines
236 B
Text
|
AUTOMAKE_OPTIONS= foreign
|
||
|
|
||
|
PAK_LIBS=@PAK_LIBS@
|
||
|
PAK_DEPS=@PAK_DEPS@
|
||
|
PAK_INCS=@PAK_INCS@
|
||
|
|
||
|
INCLUDES= -I$(top_srcdir)/include $(PAK_INCS)
|
||
|
|
||
|
bin_PROGRAMS= pak
|
||
|
|
||
|
pak_SOURCES= pak.c pakfile.c
|
||
|
pak_LDADD= $(PAK_LIBS)
|
||
|
pak_DEPENDENCIES= $(PAK_DEPS)
|