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.
20 lines
716 B
20 lines
716 B
####### General stuff
|
|
|
|
INCLUDES= $(KOFFICECORE_INCLUDES) -I$(srcdir) $(all_includes)
|
|
libkwmf_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined
|
|
# We use tdecore for kdDebug :)
|
|
libkwmf_la_LIBADD = $(LIB_TDECORE) $(LIB_TQT)
|
|
|
|
####### Files
|
|
|
|
lib_LTLIBRARIES = libkwmf.la libkowmf.la
|
|
|
|
libkwmf_la_SOURCES = kwmf.cpp qwmf.cpp
|
|
|
|
#include_HEADERS = kowmfread.h kowmfwrite.h kowmfpaint.h
|
|
noinst_HEADERS = kwmf.h qwmf.h metafuncs.h wmfstruct.h kowmfreadprivate.h kowmfstack.h kowmfstruct.h
|
|
|
|
libkowmf_la_SOURCES = kowmfreadprivate.cpp kowmfstack.cpp kowmfread.cpp kowmfwrite.cpp kowmfpaint.cpp
|
|
libkowmf_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined
|
|
libkowmf_la_LIBADD = $(LIB_TDECORE) $(LIB_TQT)
|