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.
24 lines
500 B
24 lines
500 B
noinst_LTLIBRARIES = libkomacro.la
|
|
|
|
libkomacro_la_SOURCES = \
|
|
exception.cpp \
|
|
variable.cpp \
|
|
metaparameter.cpp \
|
|
metamethod.cpp \
|
|
metaobject.cpp \
|
|
action.cpp \
|
|
macroitem.cpp \
|
|
macro.cpp \
|
|
context.cpp \
|
|
xmlhandler.cpp \
|
|
manager.cpp
|
|
|
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
|
|
|
libkomacro_la_LDFLAGS = $(all_libraries) -Wnounresolved
|
|
libkomacro_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
libkomacro_la_METASOURCES = AUTO
|
|
SUBDIRS = .
|
|
INCLUDES = $(all_includes)
|