mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
e6d7aec03a
faster, doesn't do anything unnecessary any more as far as I can tell.
11 lines
323 B
Makefile
11 lines
323 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
|