Add cleanfiles for monolithic builds.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22056 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2007-12-10 00:53:12 +00:00
parent 3afa79f566
commit 2a0d89b8aa
2 changed files with 4 additions and 0 deletions

View File

@ -283,6 +283,7 @@ lyxcore.cpp:
@echo -e '$(SOURCEFILESCORE:%=\n#include "%")\n' > $@
BUILT_SOURCES += lyxcore.cpp $(STANDALONEFILES)
CLEANFILES += lyxcore.cpp
liblyxcore_la_SOURCES = lyxcore.cpp $(STANDALONEFILES) $(HEADERFILESCORE)
@ -461,6 +462,7 @@ lyxmathed.cpp:
@echo -e '$(SOURCEFILESMATHED:%=\n#include "%")\n' > $@
BUILT_SOURCES += lyxmathed.cpp
CLEANFILES += lyxmathed.cpp
liblyxmathed_la_SOURCES = lyxmathed.cpp $(HEADERFILESMATHED)
@ -600,6 +602,7 @@ lyxinsets.cpp:
@echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@
BUILT_SOURCES += lyxinsets.cpp
CLEANFILES += lyxinsets.cpp
liblyxinsets_la_SOURCES = lyxinsets.cpp $(HEADERFILESINSETS)

View File

@ -308,6 +308,7 @@ liblyxqt4_la_SOURCES = \
$(NOMOCHEADER)
BUILT_SOURCES += liblyxqt4.cpp
CLEANFILES += liblyxqt4.cpp
else