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.
tdeedu/kig/scripting/Makefile.am

23 lines
612 B

INCLUDES=$(all_includes) $(BOOST_PYTHON_INCLUDES)
KDE_CXXFLAGS=$(USE_EXCEPTIONS)
noinst_LTLIBRARIES=libscripting.la
noinst_HEADERS = \
python_type.h \
python_scripter.h \
script-common.h \
script_mode.h \
newscriptwizard.h
libscripting_la_SOURCES = \
python_type.cpp \
python_scripter.cpp \
script-common.cpp \
script_mode.cpp \
newscriptwizardbase.ui \
newscriptwizard.cpp
libscripting_la_LIBADD = $(BOOST_PYTHON_LIBS) $(PYTHON_LIBS) -lkatepartinterfaces
libscripting_la_LDFLAGS = $(all_libraries) $(PYTHON_LDFLAGS)
METASOURCES=AUTO
xml_DATA = python-kig.xml
xmldir = $(kde_datadir)/katepart/syntax