25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
koffice/filters/kformula/png/Makefile.am

26 satır
768 B

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
libkfopngexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libkfopngexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
####### Files
kde_module_LTLIBRARIES = libkfopngexport.la
libkfopngexport_la_SOURCES = pngexport.cc pngexportdia.cc
noinst_HEADERS = pngexport.h pngexportdia.h
######## Debug
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO
service_DATA = kformula_png_export.desktop
servicedir = $(kde_servicesdir)