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.
23 lines
712 B
23 lines
712 B
kde_module_LTLIBRARIES = kcm_info.la
|
|
|
|
if COMPILE_GL_INFO
|
|
AM_CXXFLAGS = -DINFO_OPENGL_AVAILABLE
|
|
endif
|
|
|
|
kcm_info_la_SOURCES = main.cpp memory.cpp opengl.cpp
|
|
|
|
kcm_info_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(FRAMEWORK_COREAUDIO)
|
|
kcm_info_la_LIBADD = $(LIBALIB) $(LIB_TDEUI) $(LIB_TRU64_MACH) $(LIBCFG) $(LIBODM) $(LIBKSTAT) $(LIBDEVINFO) $(GLLIB)
|
|
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS= $(all_includes) $(GLINC)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcminfo.pot
|
|
|
|
|
|
xdg_apps_DATA = memory.desktop processor.desktop dma.desktop \
|
|
interrupts.desktop ioports.desktop opengl.desktop pci.desktop sound.desktop \
|
|
devices.desktop scsi.desktop partitions.desktop xserver.desktop \
|
|
cdinfo.desktop
|