mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-12 00:01:43 +00:00
13 lines
236 B
Makefile
13 lines
236 B
Makefile
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)
|