|
|
|
# set the include path for X, qt and KDE
|
|
|
|
INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/k9Mplayer \
|
|
|
|
-I$(top_srcdir)/k9author -I$(top_srcdir)/k9decmpeg -I$(top_srcdir)/k9devices \
|
|
|
|
-I$(top_srcdir)/k9vamps -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy -I$(includedir) $(all_includes)
|
|
|
|
|
|
|
|
# these are the headers for your project
|
|
|
|
noinst_HEADERS = k9copy.h k9glwidget.h k9langselect.h k9main.h \
|
|
|
|
k9mencodercmdgen.h k9mp4title.h k9play.h k9playbackoptions.h k9prefauthor.h k9prefdvd.h \
|
|
|
|
k9prefmencoder.h k9prefmpeg4.h k9prefpreview.h k9redirect.h k9settings.h k9titlefactor.h \
|
|
|
|
k9updatefactor.h tdeconfigdlg.h
|
|
|
|
|
|
|
|
# let automoc handle all of the meta source files (moc)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
|
|
|
|
KDE_ICON = k9copy
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
# APPLICATION SECTION
|
|
|
|
#########################################################################
|
|
|
|
# this is the program that gets installed. it's name is used for all
|
|
|
|
# of the other Makefile.am variables
|
|
|
|
bin_PROGRAMS = k9copy
|
|
|
|
|
|
|
|
# the application source, library search path, and link libraries
|
|
|
|
k9copy_SOURCES = configDlg.ui images.h k9copy.cpp k9glwidget.cpp \
|
|
|
|
k9langselect.cpp k9main.cpp k9mainw.ui k9mencodercmdgen.cpp k9mp4title.cpp k9play.cpp \
|
|
|
|
k9playbackoptions.cpp k9prefauthor.cpp k9prefdvd.cpp k9prefmencoder.cpp k9prefmpeg4.cpp \
|
|
|
|
k9prefpreview.cpp k9redirect.cpp k9settings.cpp k9titlefactor.cpp k9updatefactor.cpp \
|
|
|
|
tdeconfigdlg.cpp kviewmpeg2.cpp kviewmpeg2.h langselectw.ui main.cpp mencoderCmdGen.ui \
|
|
|
|
playbackoptionsw.ui prefAuthor.ui prefDVD.ui prefMPEG4.ui prefMencoder.ui prefpreview.ui \
|
|
|
|
titlefactor.ui viewmpeg2.ui
|
|
|
|
k9copy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS) $(FFMPEG_LIBS)
|
|
|
|
k9copy_LDADD = $(top_builddir)/k9Mplayer/libk9mplayer.la \
|
|
|
|
$(top_builddir)/k9author/libk9author.la $(top_builddir)/k9decmpeg/libk9decmpeg.la \
|
|
|
|
$(top_builddir)/k9devices/libk9devices.la $(top_builddir)/k9vamps/libk9vamps.la \
|
|
|
|
$(top_builddir)/libdvdnav/libk9dvdnav.la $(top_builddir)/libk9copy/libk9copy.la \
|
|
|
|
$(LIB_TDEUI) -ltdemdi $(LIBDL) -ldvdread
|
|
|
|
|
|
|
|
# this is where the desktop file will go
|
|
|
|
shelldesktopdir = $(kde_appsdir)/Utilities
|
|
|
|
|
|
|
|
|
|
|
|
# this is where the shell's XML-GUI resource file goes
|
|
|
|
shellrcdir = $(kde_datadir)/k9copy
|
|
|
|
shellrc_DATA = k9copyui.rc
|
|
|
|
|
|
|
|
appsdatadir = $(kde_datadir)/k9copy
|
|
|
|
appsdata_DATA = anim.mng mencoder.xml
|
|
|
|
|
|
|
|
AM_CXXFLAGS = -O3 -g3
|
|
|
|
|
|
|
|
applnkMultimedia_DATA = k9copy.desktop
|
|
|
|
applnkMultimediadir = $(xdg_appsdir)
|
|
|
|
|
|
|
|
konquerorServicesMenusdir = $(kde_datadir)/konqueror/servicemenus
|
|
|
|
|
|
|
|
konquerorServicesMenus_DATA = k9copy_open.desktop
|