mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
b409db5d1c
commit
f89f724f1d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user