You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
932 B
25 lines
932 B
AM_CPPFLAGS= -I$(srcdir)/libk3bdevice -I$(srcdir) $(all_includes) $(HAL_INCS) $(DBUSQT_CFLAGS)
|
|
|
|
KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
lib_LTLIBRARIES = libk3bdevice.la
|
|
|
|
libk3bdevice_la_LIBADD = $(LIB_TDEIO) $(RESMGR_LIB) $(CAM_LIB) $(HAL_DBUS_LIBS) $(LIB_TQT) $(LIB_TDECORE)
|
|
|
|
# lib version 5 for K3b 1.0
|
|
libk3bdevice_la_LDFLAGS = $(all_libraries) -version-info 5:0:0 -no-undefined
|
|
|
|
libk3bdevice_la_SOURCES = k3bdevice.cpp k3bdevice_mmc.cpp k3bscsicommand.cpp \
|
|
k3btrack.cpp k3btoc.cpp k3bdevicemanager.cpp k3bmsf.cpp k3bdiskinfo.cpp \
|
|
k3bdeviceglobals.cpp k3bcrc.cpp k3bcdtext.cpp k3bhalconnection.cpp \
|
|
k3bdebug.cpp
|
|
|
|
include_HEADERS = k3bdevicemanager.h k3bdevice.h k3btoc.h k3btrack.h \
|
|
k3bdeviceglobals.h k3bdiskinfo.h k3bcdtext.h k3bmsf.h k3bdevicetypes.h \
|
|
k3bdevice_export.h k3bhalconnection.h k3bdebug.h
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) `find -name "*.cpp" -or -name "*.h"` -o $(podir)/libk3bdevice.pot
|