mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 08:00:51 +00:00
159bc6147c
in verious contexts
13 lines
310 B
Makefile
13 lines
310 B
Makefile
SUBDIRS=
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libQFconsole.la
|
|
|
|
common_SOURCES = complete.c console.c inputline.c list.c
|
|
|
|
libQFconsole_la_LDFLAGS = -version-info 1:0:0
|
|
libQFconsole_la_LIBADD =
|
|
libQFconsole_la_SOURCES = $(common_SOURCES)
|
|
libQFconsole_la_DEPENDENCIES =
|
|
|
|
LIBLIST = libQFconsole.la
|