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.
27 lines
632 B
27 lines
632 B
|
|
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
|
|
|
SUBDIRS = presets pics debuggers
|
|
|
|
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
EXTRA_DIST = LICENSE
|
|
|
|
bin_PROGRAMS = drkonqi
|
|
|
|
# Libraries:
|
|
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
LDADD = $(LIB_KDEUI) $(LIB_KIO)
|
|
|
|
# toplevel.cpp must be last in row due to X-headers being included. (--enable-final)
|
|
# Did I mention already that X header files really suck?
|
|
drkonqi_SOURCES = krashdcopinterface.skel main.cpp debugger.cpp krashconf.cpp drbugreport.cpp backtrace.cpp toplevel.cpp
|
|
|
|
|
|
check_PROGRAMS = crashtest
|
|
crashtest_SOURCES = crashtest.cpp
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/drkonqi.pot
|