mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3afa79f566
commit
2a0d89b8aa
@ -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)
|
||||
|
||||
|
@ -308,6 +308,7 @@ liblyxqt4_la_SOURCES = \
|
||||
$(NOMOCHEADER)
|
||||
|
||||
BUILT_SOURCES += liblyxqt4.cpp
|
||||
CLEANFILES += liblyxqt4.cpp
|
||||
|
||||
else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user