12 lines
271 B
Makefile
12 lines
271 B
Makefile
pkgincludedir = $(includedir)/qse/cmn
|
|
|
|
pkginclude_HEADERS = \
|
|
mem.h xma.h fma.h chr.h str.h lda.h htb.h rbt.h \
|
|
rex.h sll.h dll.h opt.h tio.h \
|
|
fio.h pio.h sio.h time.h misc.h main.h stdio.h
|
|
|
|
if ENABLE_CXX
|
|
pkginclude_HEADERS += Mmgr.hpp StdMmgr.hpp Mmged.hpp
|
|
endif
|
|
|