Resurrect trunk make dist from dead #2.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22903 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-02-09 18:04:14 +00:00
parent b409db5d1c
commit f89f724f1d

View File

@ -277,11 +277,12 @@ STANDALONEFILES = \
Layout.cpp \
TextClass.cpp
if MONOLITHIC_CORE
lyxcore.cpp:
@echo -e '$(SOURCEFILESCORE:%=\n#include "%")\n' > $@
if MONOLITHIC_CORE
BUILT_SOURCES += lyxcore.cpp $(STANDALONEFILES)
CLEANFILES += lyxcore.cpp
@ -456,11 +457,11 @@ HEADERFILESMATHED = \
mathed/MathSupport.h \
mathed/TextPainter.h
if MONOLITHIC_MATHED
lyxmathed.cpp:
@echo -e '$(SOURCEFILESMATHED:%=\n#include "%")\n' > $@
if MONOLITHIC_MATHED
BUILT_SOURCES += lyxmathed.cpp
CLEANFILES += lyxmathed.cpp
@ -596,11 +597,11 @@ HEADERFILESINSETS = \
# insets/InsetTheorem.cpp \
# insets/InsetTheorem.h
if MONOLITHIC_INSETS
lyxinsets.cpp:
@echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@
if MONOLITHIC_INSETS
BUILT_SOURCES += lyxinsets.cpp
CLEANFILES += lyxinsets.cpp