bin_PROGRAMS = barry

INCLUDES = $(all_includes)

barry_LDFLAGS = $(KDE_RPATH) $(all_libraries)
barry_LDADD   = $(LIB_KIO) $(LIB_KHTML)

barry_SOURCES = actionprogressdialog.cc application.cc configdialog.cc \
	databaseinfodialog.cc databasewrapper.cc dependlistview.cc \
	filelistretriever.cc filelistview.cc headerwidget.cc history.cc \
	infowidget.cc linklocator.cc main.cc mainwidget.cc mainwindow.cc \
	orphanedfilesdialog.cc port.cc portlistview.cc portmgr.cc process.cc \
	searchdialog.cc searchquery.cc searchwidget.cc splashwidget.cc \
	unusedpackagesdialog.cc updatedpackagesdialog.cc systemtraywin.cc

noinst_HEADERS = actionprogressdialog.h application.h configdialog.h \
	databaseinfodialog.h databasewrapper.h dependlistview.h \
	filelistretriever.h filelistview.h headerwidget.h history.h infowidget.h \
	linklocator.h mainwidget.h mainwindow.h orphanedfilesdialog.h port.h \
	portlistview.h portmgr.h process.h refcounted.h searchdialog.h \
	searchquery.h searchwidget.h splashwidget.h unusedpackagesdialog.h \
	updatedpackagesdialog.h systemtraywin.h

METASOURCES = AUTO

messages: rc.cpp
	$(XGETTEXT) *.cc *.h -o $(podir)/barry.pot

desktopdir   = $(kde_appsdir)/Utilities
desktop_DATA = barry.desktop

rcdir = $(kde_datadir)/barry
rc_DATA = eventsrc barryui.rc

clean:
	rm *.loT


syntax highlighted by Code2HTML, v. 0.9.1