parent
d0baf2961c
commit
038b18b2df
@ -1,2 +1,2 @@
|
||||
SUBDIRS = converter thumbnail thesaurus kthesaurus kfile-plugins quickprint
|
||||
SUBDIRS = converter thumbnail thesaurus kthesaurus tdefile-plugins quickprint
|
||||
# Not ported to tdespell2: spell. But do we really want a separate tool for this?
|
||||
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for gnumeric file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_abiword.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_abiword.la
|
||||
|
||||
kfile_abiword_la_SOURCES = kfile_abiword.cpp
|
||||
kfile_abiword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
kfile_abiword_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = kfile_abiword.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_abiword.pot
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for gnumeric file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_gnumeric.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_gnumeric.la
|
||||
|
||||
kfile_gnumeric_la_SOURCES = kfile_gnumeric.cpp
|
||||
kfile_gnumeric_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
kfile_gnumeric_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = kfile_gnumeric.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_gnumeric.pot
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for koffice file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_koffice.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_koffice.la
|
||||
|
||||
kfile_koffice_la_SOURCES = kfile_koffice.cpp
|
||||
kfile_koffice_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
kfile_koffice_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = kfile_koffice.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_koffice.pot
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for OpenOffice.org file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_ooo.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_ooo.la
|
||||
|
||||
kfile_ooo_la_SOURCES = kfile_ooo.cpp
|
||||
kfile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
kfile_ooo_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = kfile_ooo.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_ooo.pot
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for gnumeric file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_abiword.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_abiword.la
|
||||
|
||||
tdefile_abiword_la_SOURCES = tdefile_abiword.cpp
|
||||
tdefile_abiword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
tdefile_abiword_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = tdefile_abiword.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_abiword.pot
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for gnumeric file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_gnumeric.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_gnumeric.la
|
||||
|
||||
tdefile_gnumeric_la_SOURCES = tdefile_gnumeric.cpp
|
||||
tdefile_gnumeric_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
tdefile_gnumeric_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = tdefile_gnumeric.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_gnumeric.pot
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for koffice file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_koffice.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_koffice.la
|
||||
|
||||
tdefile_koffice_la_SOURCES = tdefile_koffice.cpp
|
||||
tdefile_koffice_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
tdefile_koffice_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = tdefile_koffice.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_koffice.pot
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for OpenOffice.org file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_ooo.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_ooo.la
|
||||
|
||||
tdefile_ooo_la_SOURCES = tdefile_ooo.cpp
|
||||
tdefile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
|
||||
tdefile_ooo_la_LIBADD = $(KOFFICE_LIBS)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = tdefile_ooo.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_ooo.pot
|
Loading…
Reference in new issue