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.
|
|
|
if include_tdeunittest_tests
|
|
|
|
TESTSDIR = tests
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = . $(TESTSDIR)
|
|
|
|
|
|
|
|
INCLUDES = -I$(srcdir)/../ \
|
|
|
|
-I$(srcdir)/../../sdk \
|
|
|
|
$(KOFFICE_INCLUDES) \
|
|
|
|
-I$(interfacedir) \
|
|
|
|
$(all_includes)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libchalktile.la
|
|
|
|
|
|
|
|
libchalktile_la_SOURCES = kis_tiledvlineiterator.cc kis_tiledhlineiterator.cc \
|
|
|
|
kis_tileddatamanager.cc kis_tile.cc kis_tilediterator.cc kis_tiledrectiterator.cc \
|
|
|
|
kis_memento.cc kis_tilemanager.cc kis_tiled_random_accessor.cc
|
|
|
|
|
|
|
|
libchalktile_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
include_HEADERS = \
|
|
|
|
kis_tileddatamanager.h
|
|
|
|
noinst_HEADERS = kis_tiled_random_accessor.h
|