mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-12 14:55:50 +00:00
11 lines
257 B
Makefile
11 lines
257 B
Makefile
BSP2IMG_LIBS=@BSP2IMG_LIBS@
|
|
BSP2IMG_DEPS=@BSP2IMG_DEPS@
|
|
BSP2IMG_INCS=@BSP2IMG_INCS@
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include $(BSP2IMG_INCS)
|
|
|
|
bin_PROGRAMS=bsp2img
|
|
|
|
bsp2img_SOURCES= bsp2img.c
|
|
bsp2img_LDADD= $(BSP2IMG_LIBS)
|
|
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)
|