lyx_mirror/src/support/Makefile.am

67 lines
1.0 KiB
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
DISTCLEANFILES= *.orig *.rej *~ *.bak core
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
noinst_LTLIBRARIES = libsupport.la
LIBS =
ETAGS_ARGS = --lang=c++
INCLUDES = -I${srcdir}/../
EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
if USE_LYXSTRING
LYXSTRING = lyxstring.C lyxstring.h
endif
if USE_REGEX
REGEX = regex.c lyxregex.h
endif
libsupport_la_SOURCES = \
DebugStream.C \
DebugStream.h \
FileInfo.C \
FileInfo.h \
LAssert.C \
LAssert.h \
LIstream.h \
LOstream.h \
LRegex.C \
LRegex.h \
LSubstring.C \
LSubstring.h \
StrPool.C \
StrPool.h \
abort.C \
atoi.C \
block.h \
chdir.C \
copy.C \
date.C \
filetools.C \
filetools.h \
getUserName.C \
getcwd.C \
kill.C \
lstrings.C \
lstrings.h \
lxtl.h \
lyxalgo.h \
lyxlib.h \
lyxmanip.h \
$(LYXSTRING) lyxsum.C \
mkdir.C \
path.C \
path.h \
putenv.C \
rename.C \
rmdir.C \
sstream.h \
$(REGEX) syscall.C \
syscall.h \
syscontr.C \
syscontr.h \
syssingleton.C \
translator.h \
textutils.h \
unlink.C \
utility.hpp