mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
7598ab35fb
classes.
10 lines
282 B
Makefile
10 lines
282 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
AM_CFLAGS= @PREFER_PIC@
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= libQFobject.la
|
|
|
|
libQFobject_la_LDFLAGS= -version-info 1:0:0
|
|
libQFobject_la_SOURCES= \
|
|
ArrayList.c Collection.c Double.c Integer.c Iterator.c \
|
|
List.c Number.c String.c object.c
|