mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
7598ab35fb
classes.
4 lines
182 B
Makefile
4 lines
182 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
includedir = $(prefix)/include/QF/classes
|
|
include_HEADERS = ArrayList.h Collection.h Double.h Exception.h Integer.h \
|
|
Iterator.h List.h Number.h String.h
|