mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
b40400d59c
some cruft from a previous incarnation of GIB.
10 lines
299 B
Makefile
10 lines
299 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
AM_CFLAGS= @PREFER_PIC@
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= libQFgib.la
|
|
|
|
libQFgib_la_LDFLAGS= -version-info 1:0:0
|
|
libQFgib_la_SOURCES= \
|
|
gib_buffer.c gib_builtin.c gib_function.c gib_parse.c gib_process.c \
|
|
gib_thread.c gib_vars.c gib_init.c ops.c exp.c
|