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.
19 lines
638 B
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 = libkdevpgioptions.la
|
|
libkdevpgioptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
|
|
libkdevpgioptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
|
|
$(top_builddir)/lib/interfaces/extras/libkdevextras.la
|
|
|
|
libkdevpgioptions_la_SOURCES = pgioptionsfactory.cpp pgioptionsplugin.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
service_DATA = kdevpghpfoptions.desktop kdevpgf77options.desktop
|
|
|