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.
|
|
|
include $(top_srcdir)/lib/kross/Makefile.global
|
|
|
|
|
|
|
|
#noinst_PROGRAMS = krossrunner
|
|
|
|
bin_PROGRAMS = krossrunner
|
|
|
|
|
|
|
|
krossrunner_SOURCES = main.cpp
|
|
|
|
krossrunner_LDADD = $(LIB_QT) $(LIB_TDECORE) ../api/libkrossapi.la ../main/libkrossmain.la
|
|
|
|
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
|
|
|
|
krossrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|
|
SUBDIRS = .
|
|
|
|
METASOURCES = AUTO
|