1999-10-02 16:21:10 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2000-06-12 11:27:15 +00:00
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libsupport.la
|
1999-11-22 16:19:48 +00:00
|
|
|
LIBS =
|
2000-06-12 11:27:15 +00:00
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-10-02 00:55:02 +00:00
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
2002-02-27 09:59:52 +00:00
|
|
|
SIGC_INCLUDES = -I$(top_srcdir)
|
|
|
|
INCLUDES = -I${srcdir}/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES)
|
1999-10-19 20:59:27 +00:00
|
|
|
|
2001-05-22 12:38:23 +00:00
|
|
|
EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
|
2001-11-28 13:15:41 +00:00
|
|
|
os_unix.C os_win32.C os_os2.C
|
2000-02-15 14:28:15 +00:00
|
|
|
|
1999-10-19 20:59:27 +00:00
|
|
|
if USE_LYXSTRING
|
|
|
|
LYXSTRING = lyxstring.C lyxstring.h
|
|
|
|
endif
|
1999-12-24 01:30:26 +00:00
|
|
|
if USE_REGEX
|
|
|
|
REGEX = regex.c lyxregex.h
|
|
|
|
endif
|
1999-10-19 20:59:27 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libsupport_la_SOURCES = \
|
1999-10-07 18:44:17 +00:00
|
|
|
DebugStream.C \
|
|
|
|
DebugStream.h \
|
1999-10-02 16:21:10 +00:00
|
|
|
FileInfo.C \
|
|
|
|
FileInfo.h \
|
2000-06-12 11:27:15 +00:00
|
|
|
LAssert.C \
|
1999-10-02 16:21:10 +00:00
|
|
|
LAssert.h \
|
1999-10-23 17:26:19 +00:00
|
|
|
LIstream.h \
|
|
|
|
LOstream.h \
|
1999-11-09 22:20:24 +00:00
|
|
|
LRegex.C \
|
|
|
|
LRegex.h \
|
|
|
|
LSubstring.C \
|
|
|
|
LSubstring.h \
|
2001-05-17 15:11:01 +00:00
|
|
|
os.C \
|
|
|
|
os.h \
|
2000-07-24 13:53:19 +00:00
|
|
|
StrPool.C \
|
|
|
|
StrPool.h \
|
2000-01-17 21:01:30 +00:00
|
|
|
abort.C \
|
2000-09-26 13:54:57 +00:00
|
|
|
atoi.C \
|
2000-01-17 21:01:30 +00:00
|
|
|
chdir.C \
|
2000-09-05 13:16:19 +00:00
|
|
|
copy.C \
|
2000-01-17 21:01:30 +00:00
|
|
|
date.C \
|
1999-10-02 16:21:10 +00:00
|
|
|
filetools.C \
|
|
|
|
filetools.h \
|
2000-10-11 21:06:43 +00:00
|
|
|
fmt.C \
|
2002-02-27 09:59:52 +00:00
|
|
|
forkedcall.C \
|
|
|
|
forkedcall.h \
|
|
|
|
forkedcontr.C \
|
|
|
|
forkedcontr.h \
|
2000-01-17 21:01:30 +00:00
|
|
|
getUserName.C \
|
|
|
|
getcwd.C \
|
|
|
|
kill.C \
|
1999-10-02 16:21:10 +00:00
|
|
|
lstrings.C \
|
|
|
|
lstrings.h \
|
2000-06-12 11:27:15 +00:00
|
|
|
lxtl.h \
|
2000-03-09 03:36:48 +00:00
|
|
|
lyxalgo.h \
|
2000-10-11 21:06:43 +00:00
|
|
|
lyxfunctional.h \
|
1999-10-02 16:21:10 +00:00
|
|
|
lyxlib.h \
|
2000-03-06 16:05:12 +00:00
|
|
|
lyxmanip.h \
|
1999-10-19 20:59:27 +00:00
|
|
|
$(LYXSTRING) lyxsum.C \
|
2000-01-20 01:41:55 +00:00
|
|
|
mkdir.C \
|
2002-02-26 10:50:48 +00:00
|
|
|
nt_defines.h \
|
|
|
|
os2_defines.h \
|
|
|
|
os2_errortable.h \
|
2000-04-04 00:19:15 +00:00
|
|
|
path.C \
|
1999-10-13 17:32:46 +00:00
|
|
|
path.h \
|
2000-01-20 01:41:55 +00:00
|
|
|
putenv.C \
|
2000-09-05 13:16:19 +00:00
|
|
|
rename.C \
|
2000-09-26 13:54:57 +00:00
|
|
|
rmdir.C \
|
2001-08-18 22:59:51 +00:00
|
|
|
smart_ptr.h \
|
2000-10-13 16:23:09 +00:00
|
|
|
snprintf.h \
|
|
|
|
snprintf.c \
|
2000-09-14 17:53:12 +00:00
|
|
|
sstream.h \
|
2002-02-18 19:13:48 +00:00
|
|
|
$(REGEX) systemcall.C \
|
|
|
|
systemcall.h \
|
2000-11-08 09:39:46 +00:00
|
|
|
tempname.C \
|
2000-07-27 10:26:38 +00:00
|
|
|
textutils.h \
|
2001-11-28 13:15:41 +00:00
|
|
|
translator.h \
|
|
|
|
types.h \
|
2001-08-18 22:59:51 +00:00
|
|
|
unlink.C \
|
|
|
|
utility.h
|
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libsupport.la: libsupport.o
|
|
|
|
|
|
|
|
libsupport.o: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES)
|
|
|
|
$(CXXLINK) $(libsupport_la_OBJECTS)
|