lyx_mirror/src/support/Makefile.am

24 lines
400 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES = libsupport.a
libsupport_a_LIBADD = @LIBOBJS@
ETAGS_ARGS = --c++
INCLUDES = -I${srcdir}/../
libsupport_a_SOURCES = \
FileInfo.C \
FileInfo.h \
LAssert.h \
filetools.C \
filetools.h \
lstrings.C \
lstrings.h \
lyxlib.h \
lyxstring.C \
lyxstring.h \
lyxsum.C \
syscall.C \
syscall.h \
syscontr.C \
syscontr.h \
syssingleton.C \
textutils.h