mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fighting with autotools to have a building system :-(
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23836 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7c7bfce40d
commit
2b1859e8f0
@ -8,7 +8,7 @@ MAINTAINERCLEANFILES += $(srcdir)/config.h.in
|
||||
|
||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
||||
|
||||
SUBDIRS = support frontends .
|
||||
SUBDIRS = support frontends tex2lyx client .
|
||||
|
||||
EXTRA_DIST = config.h.in \
|
||||
Section.h \
|
||||
@ -209,6 +209,7 @@ HEADERFILESCORE = \
|
||||
FontIterator.h \
|
||||
FontList.h \
|
||||
Format.h \
|
||||
FuncCode.h \
|
||||
FuncRequest.h \
|
||||
FuncStatus.h \
|
||||
Graph.h \
|
||||
@ -225,7 +226,6 @@ HEADERFILESCORE = \
|
||||
LayoutFile.h \
|
||||
Length.h \
|
||||
Lexer.h \
|
||||
lfuns.h \
|
||||
LyXAction.h \
|
||||
lyxfind.h \
|
||||
LyXFunc.h \
|
||||
|
@ -39,13 +39,13 @@ HEADERFILES = \
|
||||
|
||||
if MONOLITHIC_CLIENT
|
||||
|
||||
lyxclient.cpp:
|
||||
client.cpp:
|
||||
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
|
||||
|
||||
AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES)
|
||||
BUILT_SOURCES = lyxclient.cpp
|
||||
BUILT_SOURCES = client.cpp
|
||||
|
||||
lyxclient_SOURCES = lyxclient.cpp $(HEADERFILES)
|
||||
lyxclient_SOURCES = client.cpp $(HEADERFILES)
|
||||
|
||||
else
|
||||
|
||||
|
@ -33,7 +33,7 @@ LINKED_FILES = \
|
||||
../Floating.cpp \
|
||||
../Counters.cpp \
|
||||
../insets/InsetLayout.cpp \
|
||||
../BaseClassList.h \
|
||||
../LayoutFile.h \
|
||||
../Layout.h \
|
||||
../Layout.cpp \
|
||||
../TextClass.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user