Line 356... |
Line 356... |
356 |
|
356 |
|
357 |
# set the include path for X, qt and KDE
|
357 |
# set the include path for X, qt and KDE
|
358 |
INCLUDES = $(all_includes)
|
358 |
INCLUDES = $(all_includes)
|
359 |
|
359 |
|
360 |
# these are the headers for your project
|
360 |
# these are the headers for your project
|
361 |
noinst_HEADERS = tilgungsplan.h tilgungsplanwidget.h ziaendwidget.h \
|
361 |
noinst_HEADERS = tilgungsplan.h tilgungsplanwidget.h ziaendwidget.h
|
362 |
zinssatzaenderungwidget.h
|
- |
|
363 |
|
- |
|
364 |
|
362 |
|
365 |
# let automoc handle all of the meta source files (moc)
|
363 |
# let automoc handle all of the meta source files (moc)
|
366 |
#>- METASOURCES = AUTO
|
364 |
#>- METASOURCES = AUTO
|
367 |
KDE_ICON = AUTO
|
365 |
KDE_ICON = AUTO
|
368 |
|
366 |
|
Line 763... |
Line 761... |
763 |
#>+ 3
|
761 |
#>+ 3
|
764 |
clean-metasources:
|
762 |
clean-metasources:
|
765 |
-rm -f ratenplanwidget.moc ziaendwidget.moc tilgungsplanwidget.moc tilgungsplan.moc
|
763 |
-rm -f ratenplanwidget.moc ziaendwidget.moc tilgungsplanwidget.moc tilgungsplan.moc
|
766 |
|
764 |
|
767 |
#>+ 2
|
765 |
#>+ 2
|
768 |
KDE_DIST=350px-CO1EURO_50.JPG blitz.gif Makefile.in blitz.png down.png helper.h tilgungsplan.desktop tilgungsplan.lsm zinssatzaenderung.ui ratenplan.ui tilgungsplanwidgetbase.ui tprech.h tilgungsplanui.rc tilgplan.h hi16-app-tilgungsplan.png up.png ratenplanwidget.h Makefile.am tprech.cpp hi32-app-tilgungsplan.png
|
766 |
KDE_DIST=tilgungsplanwidgetbase.h blitz.png down.png helper.h zinssatzaenderung.ui ratenplan.ui tprech.h tilgungsplanui.rc tilgplan.h zinssatzaenderung.h hi16-app-tilgungsplan.png up.png ratenplanwidget.h 350px-CO1EURO_50.JPG blitz.gif Makefile.in tilgungsplan.desktop tilgungsplan.lsm tilgungsplanwidgetbase.ui tilgungsplan ratenplan.h Makefile.am tprech.cpp hi32-app-tilgungsplan.png
|
769 |
|
767 |
|
770 |
#>+ 6
|
768 |
#>+ 6
|
771 |
clean-ui:
|
769 |
clean-ui:
|
772 |
-rm -f \
|
770 |
-rm -f \
|
773 |
ratenplan.cpp ratenplan.h ratenplan.moc \
|
771 |
ratenplan.cpp ratenplan.h ratenplan.moc \
|
Line 825... |
Line 823... |
825 |
fi ; \
|
823 |
fi ; \
|
826 |
done
|
824 |
done
|
827 |
|
825 |
|
828 |
|
826 |
|
829 |
#>+ 11
|
827 |
#>+ 11
|
830 |
tilgungsplan.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/helper.cpp $(srcdir)/main.cpp $(srcdir)/ratenplanwidget.cpp $(srcdir)/tilgrech.cpp $(srcdir)/tilgungsplan.cpp $(srcdir)/tilgungsplanwidget.cpp $(srcdir)/ziaendwidget.cpp ratenplan.cpp tilgungsplanwidgetbase.cpp zinssatzaenderung.cpp tilgungsplanwidget.moc ziaendwidget.moc ratenplanwidget.moc zinssatzaenderung.moc tilgungsplan.moc ratenplan.moc tilgungsplanwidgetbase.moc
|
828 |
tilgungsplan.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/helper.cpp $(srcdir)/main.cpp $(srcdir)/ratenplanwidget.cpp $(srcdir)/tilgrech.cpp $(srcdir)/tilgungsplan.cpp $(srcdir)/tilgungsplanwidget.cpp $(srcdir)/ziaendwidget.cpp $(srcdir)/ratenplan.cpp $(srcdir)/tilgungsplanwidgetbase.cpp $(srcdir)/zinssatzaenderung.cpp tilgungsplanwidget.moc ziaendwidget.moc ratenplanwidget.moc zinssatzaenderung.moc tilgungsplan.moc ratenplan.moc tilgungsplanwidgetbase.moc
|
831 |
@echo 'creating tilgungsplan.all_cpp.cpp ...'; \
|
829 |
@echo 'creating tilgungsplan.all_cpp.cpp ...'; \
|
832 |
rm -f tilgungsplan.all_cpp.files tilgungsplan.all_cpp.final; \
|
830 |
rm -f tilgungsplan.all_cpp.files tilgungsplan.all_cpp.final; \
|
833 |
echo "#define KDE_USE_FINAL 1" >> tilgungsplan.all_cpp.final; \
|
831 |
echo "#define KDE_USE_FINAL 1" >> tilgungsplan.all_cpp.final; \
|
834 |
for file in helper.cpp main.cpp ratenplanwidget.cpp tilgrech.cpp tilgungsplan.cpp tilgungsplanwidget.cpp ziaendwidget.cpp ratenplan.cpp tilgungsplanwidgetbase.cpp zinssatzaenderung.cpp ; do \
|
832 |
for file in helper.cpp main.cpp ratenplanwidget.cpp tilgrech.cpp tilgungsplan.cpp tilgungsplanwidget.cpp ziaendwidget.cpp ratenplan.cpp tilgungsplanwidgetbase.cpp zinssatzaenderung.cpp ; do \
|
835 |
echo "#include \"$$file\"" >> tilgungsplan.all_cpp.files; \
|
833 |
echo "#include \"$$file\"" >> tilgungsplan.all_cpp.files; \
|