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.
tdevelop/languages/fortran/compiler/pgioptions/Makefile.am

19 lines
638 B

# Here resides the pgi option dialog plugin.
# This defines the options for the Portland Group compiler
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras \
$(all_includes)
kde_module_LTLIBRARIES = libtdevpgioptions.la
libtdevpgioptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
libtdevpgioptions_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/lib/interfaces/extras/libtdevextras.la
libtdevpgioptions_la_SOURCES = pgioptionsfactory.cpp pgioptionsplugin.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = tdevpghpfoptions.desktop tdevpgf77options.desktop