Remove moc generated files with distclean

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-10-17 09:49:44 +00:00
parent 79f1b4a66b
commit 2b62b66d31
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-10-16 Angus Leeming <leeming@lyx.org>
* ui/moc/Makefile.am:
* moc/Makefile.am: add a distclean-local target to remove *_moc.C.
2002-10-16 Juergen Spitzmueller <j.spitzmueller@gmx.de> 2002-10-16 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* ui/QSendtoDialog.ui: * ui/QSendtoDialog.ui:

View File

@ -38,3 +38,6 @@ libqt2moc.la: $(libqt2moc_la_OBJECTS) $(libqt2moc_la_DEPENDENCIES)
%_moc.C: ../%.h %_moc.C: ../%.h
$(MOC) -o $@ $< $(MOC) -o $@ $<
distclean-local:
rm -f *_moc.C

View File

@ -19,3 +19,6 @@ libqt2uimoc.la: $(libqt2uimoc_la_OBJECTS) $(libqt2uimoc_la_DEPENDENCIES)
%_moc.C: ../%.h %_moc.C: ../%.h
$(MOC) -o $@ $< $(MOC) -o $@ $<
distclean-local:
rm -f *_moc.C