Remove last Makefile.am

Clean up
Remove not necessary file (configure.in.in when all was converted)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=610988
This commit is contained in:
Laurent Montel 2006-12-06 10:31:08 +00:00
parent f399158b65
commit 23996aa5d3
5 changed files with 1 additions and 84 deletions

View file

@ -1,10 +0,0 @@
picsdir = $(kde_datadir)/kdm/pics/users
pics_DATA = Apple.png BeachBall.png Blowfish.png Bug.png \
Butterfly.png Car.png Cow.png Daemon.png Dog.png Elephant.png \
Flower.png Frog.png Ghost.png Guitar.png Heart.png Konqui.png \
Lion.png Monkey.png Penguin.png Pig.png Rabbit.png \
Ring.png Scream.png Shark.png Splash.png Star.png Teddybear.png \
Turtle.png
EXTRA_DIST = $(pics_DATA)

View file

@ -1,30 +0,0 @@
SUBDIRS = viewer test
INCLUDES = -I$(top_srcdir)/libltdl $(all_includes)
METASOURCES = AUTO
noinst_HEADERS = nspluginloader.h
NSPluginClassIface_DIR = $(srcdir)/viewer
kde_module_LTLIBRARIES = libnsplugin.la kcm_nsplugins.la
libnsplugin_la_SOURCES = plugin_part.cpp nspluginloader.cpp \
NSPluginClassIface.stub \
NSPluginCallbackIface.skel
libnsplugin_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_PLUGIN) -no-undefined
libnsplugin_la_LIBADD = -lkparts
bin_PROGRAMS = nspluginscan
nspluginscan_SOURCES = pluginscan.cpp
nspluginscan_LDFLAGS = $(KDE_RPATH) $(all_libraries) -export-dynamic
nspluginscan_LDADD = $(LIB_KDEUI) $(LIB_KSYCOCA) -lXt
kcm_nsplugins_la_SOURCES = kcm_nsplugins.cpp
kcm_nsplugins_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_nsplugins_la_LIBADD = $(LIB_KDECORE)
xdg_apps_DATA = khtml_plugins.desktop
partrcdir = $(kde_datadir)/plugin
partrc_DATA = nspluginpart.rc

View file

@ -1,9 +1,9 @@
if(KDE4_BUILD_TESTS)
include_directories( ${CMAKE_SOURCE_DIR}/libltdl ${CMAKE_CURRENT_BINARY_DIR}/.. )
########### next target ###############
if(KDE4_BUILD_TESTS)
set(testnsplugin_SRCS testnsplugin.cpp )
kde4_automoc(${testnsplugin_SRCS})
@ -14,22 +14,3 @@ target_link_libraries(testnsplugin ${KDE4_KDEUI_LIBS} nsplugin )
endif(KDE4_BUILD_TESTS)
########### install files ###############
#original Makefile.am contents follow:
#INCLUDES = -I$(top_srcdir)/libltdl -I.. $(all_includes)
#METASOURCES = AUTO
#noinst_HEADERS = testnsplugin.h
#
#check_PROGRAMS = testnsplugin
#testnsplugin_SOURCES = testnsplugin.cpp
#testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
#testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
#
#$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h
#

View file

@ -1,11 +0,0 @@
INCLUDES = -I$(top_srcdir)/libltdl -I.. $(all_includes)
METASOURCES = AUTO
noinst_HEADERS = testnsplugin.h
check_PROGRAMS = testnsplugin
testnsplugin_SOURCES = testnsplugin.cpp
testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h

View file

@ -1,13 +0,0 @@
INCLUDES = -I$(top_srcdir)/nsplugins -I$(top_builddir)/nsplugins $(all_includes)
METASOURCES = AUTO
bin_PROGRAMS = nspluginviewer
nspluginviewer_SOURCES = NSPluginCallbackIface.stub NSPluginClassIface.skel \
nsplugin.cpp viewer.cpp kxt.cpp
# qxteventloop.cpp
nspluginviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
nspluginviewer_LDADD = $(LIB_KIO) $(LIB_KPARTS) -lXt
NSPluginCallbackIface_DIR = $(srcdir)/..