# set the include path for X, qt and KDE INCLUDES = $(all_includes) # these are the headers for your project # let automoc handle all of the meta source files (moc) METASOURCES = AUTO messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/konverter.pot KDE_ICON = konverter ######################################################################### # APPLICATION SECTION ######################################################################### # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables bin_PROGRAMS = konverter # the application source, library search path, and link libraries konverter_SOURCES = main.cpp KonverterMainDialog.ui AboutKonverter.ui konverterdialog.cpp NoOptionsDialog.ui nooptdialog.cpp MP3OptionsDialog.ui PCMOptionsDialog.ui pcmoptdialog.cpp mp3optdialog.cpp aboutdialog.cpp DivXOptionsDialog.ui divxoptdialog.cpp XvidOptionsDialog.ui xvidoptdialog.cpp MPEG2OptionsDialog.ui mpeg2optdialog.cpp MPEG1OptionsDialog.ui mpeg1optdialog.cpp DivXLavcOptionsDialog.ui divxlavcoptdialog.cpp RawOptionsDialog.ui rawoptdialog.cpp MP2OptionsDialog.ui mp2optdialog.cpp AC3OptionsDialog.ui ac3optdialog.cpp PreviewForm.ui preview.cpp konvprocess.cpp kxinewidget.cpp postfilter.cpp WorkDialog.ui workdlg.cpp SoundFiltersDialog.ui soundfilters.cpp VideoFiltersDialog.ui videofilters.cpp konverter_LDFLAGS = $(KDE_RPATH) $(all_libraries) konverter_LDADD = -lxine $(LIB_KDEUI) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities shelldesktop_DATA = konverter.desktop # this is where the shell's XML-GUI resource file goes shellrcdir = $(kde_datadir)/konverter shellrc_DATA = konverterui.rc noinst_HEADERS = konverterdialog.h nooptdialog.h pcmoptdialog.h mp3optdialog.h aboutdialog.h divxoptdialog.h xvidoptdialog.h mpeg2optdialog.h mpeg1optdialog.h divxlavcoptdialog.h rawoptdialog.h mp2optdialog.h ac3optdialog.h preview.h konvprocess.h kxinewidget.h postfilter.h workdlg.h soundfilters.h videofilters.h