lyx_mirror/src/support/Makefile.am
John Levon 17c8764e0a move BoostFormat and boost-inst
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6651 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-30 20:25:44 +00:00

74 lines
1.1 KiB
Makefile

include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libsupport.la
INCLUDES = -I$(srcdir)/../ $(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 = \
BoostFormat.h \
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 \
boost-inst.C \
chdir.C \
copy.C \
filetools.C \
filetools.h \
forkedcall.C \
forkedcall.h \
forkedcallqueue.C \
forkedcallqueue.h \
forkedcontr.C \
forkedcontr.h \
getcwd.C \
kill.C \
limited_stack.h \
lstrings.C \
lstrings.h \
lyxalgo.h \
lyxfunctional.h \
lyxlib.h \
lyxmanip.h \
lyxtime.C \
lyxtime.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 \
snprintf.h \
snprintf.c \
sstream.h \
systemcall.C \
systemcall.h \
userinfo.C \
userinfo.h \
tempname.C \
textutils.h \
translator.h \
types.h \
unlink.C