mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
11 lines
324 B
Makefile
11 lines
324 B
Makefile
SUBDIRS=cd targets renderer
|
|
INCLUDES=-I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= @CD_TARGETS@ @SND_TARGETS@
|
|
EXTRA_LTLIBRARIES= libQFsound.la libQFcd.la
|
|
|
|
libQFsound_la_LDFLAGS= -version-info 1:0:0 -rpath $(libdir)
|
|
libQFsound_la_SOURCES= snd.c
|
|
|
|
libQFcd_la_LDFLAGS= -version-info 1:0:0 -rpath $(libdir)
|
|
libQFcd_la_SOURCES= cd.c
|