diff options
author | Michele Calgaro <[email protected]> | 2023-10-30 22:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-30 23:03:14 +0900 |
commit | d328d200f36b78d13750d89093c32cc3862aaeae (patch) | |
tree | ac839efef74302749b633f2e703e3cfb31d2f84e /src | |
parent | 94ab2d14f0be40ab56c74fc0c65cecc6986d6d14 (diff) | |
download | k9copy-d328d200f36b78d13750d89093c32cc3862aaeae.tar.gz k9copy-d328d200f36b78d13750d89093c32cc3862aaeae.zip |
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 5ed2714..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,58 +0,0 @@ -# set the include path for X, qt and KDE -INCLUDES = -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 |