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.
tdewebdev/lib/compatibility/tdemdi/Makefile.am

22 lines
629 B

# Here resides the library of general KDevelop-related utilities,
# which may be linked by any plugin or part. This is installed
# as a shared library, including header files
INCLUDES = $(all_includes)
noinst_LTLIBRARIES = libquantatdemdi.la
libquantatdemdi_la_LDFLAGS = $(all_libraries) -no-undefined
libquantatdemdi_la_LIBADD = $(top_builddir)/lib/compatibility/tdemdi/qextmdi/libquantaqextmdi.la -ltdetexteditor $(LIB_TDEPARTS) $(LIB_TDEIO)
libquantatdemdi_la_SOURCES = dummy.cpp
SUBDIRS = qextmdi
AM_CFLAGS =
AM_CXXFLAGS =
AM_FFLAGS =
#lib_LIBRARIES = libquanta_la
#libquanta_la_SOURCES =
#libquanta_la_LDFLAGS =