####### kdevelop will overwrite this part!!! (begin)##########
bin_PROGRAMS = koctave3

## INCLUDES were found outside kdevelop specific part

koctave3_SOURCES = logo.cpp prefs.cpp dirview.cpp helpwindow.cpp mainwidget.cpp editor.cpp koctave3view.cpp koctave3.cpp main.cpp 
koctave3_LDADD   =  $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET)


EXTRA_DIST = main.cpp koctave3.cpp koctave3.h koctave3view.cpp koctave3view.h koctave3ui.rc koctave3.desktop lo32-app-koctave3.png lo16-app-koctave3.png editor.h editor.cpp mainwidget.h mainwidget.cpp TECommon.h TEHistory.h TEPty.h TEScreen.h TEWidget.h TEmuVt102.h TEmulation.h helpwindow.cpp helpwindow.h dirview.cpp dirview.h prefs.cpp prefs.h prefs.ui.h editorui.rc hi32-app-koctave.png hi16-app-koctave3.png logo.cpp logo.h logo.ui.h 

install-data-local:
	$(mkinstalldirs) $(kde_appsdir)/share/apps/koctave3/
	$(INSTALL_DATA) $(srcdir)/koctave3ui.rc $(kde_appsdir)/share/apps/koctave3/koctave3ui.rc
	$(mkinstalldirs) $(kde_appsdir)/Applications/
	$(INSTALL_DATA) $(srcdir)/koctave3.desktop $(kde_appsdir)/Applications/koctave3.desktop
	$(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps/
	$(INSTALL_DATA) $(srcdir)/lo32-app-koctave3.png $(kde_icondir)/locolor/32x32/apps/koctave3.png
	$(mkinstalldirs) $(kde_icondir)/locolor/16x16/apps/
	$(INSTALL_DATA) $(srcdir)/lo16-app-koctave3.png $(kde_icondir)/locolor/16x16/apps/koctave3.png
	$(mkinstalldirs) $(kde_appsdir)/share/apps/koctave3/
	$(INSTALL_DATA) $(srcdir)/editorui.rc $(kde_appsdir)/share/apps/koctave3/editorui.rc
	$(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps/
	$(INSTALL_DATA) $(srcdir)/hi32-app-koctave.png $(kde_icondir)/hicolor/32x32/apps/koctave3.png
	$(mkinstalldirs) $(kde_icondir)/hicolor/16x16/apps/
	$(INSTALL_DATA) $(srcdir)/hi16-app-koctave3.png $(kde_icondir)/hicolor/16x16/apps/koctave3.png

uninstall-local:
	-rm -f $(kde_appsdir)/share/apps/koctave3/koctave3ui.rc
	-rm -f $(kde_appsdir)/Applications/koctave3.desktop
	-rm -f $(kde_icondir)/locolor/32x32/apps/koctave3.png
	-rm -f $(kde_icondir)/locolor/16x16/apps/koctave3.png
	-rm -f $(kde_appsdir)/share/apps/koctave3/editorui.rc
	-rm -f $(kde_icondir)/hicolor/32x32/apps/koctave3.png
	-rm -f $(kde_icondir)/hicolor/16x16/apps/koctave3.png

####### kdevelop will overwrite this part!!! (end)############
# These paths are KDE specific. Use them:
# kde_appsdir         Where your application's menu entry (.desktop) should go to.
# kde_icondir         Where your icon should go to - better use KDE_ICON.
# kde_sounddir        Where your sounds should go to.
# kde_htmldir         Where your docs should go to. (contains lang subdirs)
# kde_datadir         Where you install application data. (Use a subdir)
# kde_locale          Where translation files should go to. (contains lang subdirs)
# kde_cgidir          Where cgi-bin executables should go to.
# kde_confdir         Where config files should go to (system-wide ones with default values).
# kde_mimedir         Where mimetypes .desktop files should go to.
# kde_servicesdir     Where services .desktop files should go to.
# kde_servicetypesdir Where servicetypes .desktop files should go to.
# kde_toolbardir      Where general toolbar icons should go to (deprecated, use KDE_ICON).
# kde_wallpaperdir    Where general wallpapers should go to.
# kde_templatesdir    Where templates for the "New" menu (Konqueror/KDesktop) should go to.
# kde_bindir          Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS.
# kde_libdir          Where shared libraries should go to. Use lib_LTLIBRARIES.
# kde_moduledir       Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES.
# kde_styledir        Where Qt/KDE widget styles should go to (new in KDE 3).
# kde_designerdir     Where Qt Designer plugins should go to (new in KDE 3).

# set the include path for X, qt and KDE
INCLUDES= $(all_includes)

METASOURCES = AUTO

# the library search path. 
koctave3_LDFLAGS = $(all_libraries) $(KDE_RPATH)

rcdir = $(kde_datadir)/koctave3
rc_DATA = koctave3ui.rc

messages: rc.cpp
	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
	if test -n "$$LIST"; then \
	 $(XGETTEXT) $$LIST -o $(podir)/koctave3.pot; \
	fi



syntax highlighted by Code2HTML, v. 0.9.1