lyx_mirror/src/support/Makefile.am

68 lines
1.0 KiB
Makefile
Raw Normal View History

include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libsupport.la
INCLUDES = -I$(srcdir)/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES)
EXTRA_DIST = lyxstring.C lyxstring.h \
os_unix.C os_win32.C os_os2.C
if USE_LYXSTRING
LYXSTRING = lyxstring.C lyxstring.h
endif
libsupport_la_SOURCES = \
DebugStream.C \
DebugStream.h \
FileInfo.C \
FileInfo.h \
FileMonitor.h \
FileMonitor.C \
LAssert.C \
LAssert.h \
LIstream.h \
LOstream.h \
os.C \
os.h \
abort.C \
atoi.C \
chdir.C \
copy.C \
filetools.C \
filetools.h \
forkedcall.C \
forkedcall.h \
forkedcontr.C \
forkedcontr.h \
getcwd.C \
kill.C \
limited_stack.h \
lstrings.C \
lstrings.h \
lyxalgo.h \
lyxfunctional.h \
lyxlib.h \
lyxmanip.h \
$(LYXSTRING) lyxsum.C \
mkdir.C \
nt_defines.h \
os2_defines.h \
os2_errortable.h \
path.C \
path.h \
putenv.C \
rename.C \
rmdir.C \
smart_ptr.h \
snprintf.h \
snprintf.c \
sstream.h \
systemcall.C \
systemcall.h \
tempname.C \
textutils.h \
translator.h \
types.h \
unlink.C \
utility.h