File: Makefile.am

package info (click to toggle)
baghira 0.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,536 kB
  • ctags: 2,445
  • sloc: cpp: 18,279; sh: 10,064; perl: 2,760; makefile: 230
file content (21 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES    = $(all_includes)
noinst_HEADERS = about.h configdialog.h help.h kstyle_baghira_config.h colordialog.h colorpicker.h
METASOURCES = AUTO

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kstyle_baghira_config.la

kstyle_baghira_config_la_SOURCES = kstyle_baghira_config.cpp colordialog.cpp colorpicker.cpp configdialog.ui help.ui about.ui
# kstyle_baghira_config_la_METASOURCES = AUTO
kstyle_baghira_config_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO)
kstyle_baghira_config_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined $(KDE_PLUGIN)


messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kstyle_baghira_config.pot

pixmaps.h: $(srcdir)/generatePixmaps.sh
	$(SHELL) $(srcdir)/generatePixmaps.sh $(top_srcdir)
CLEANFILES = pixmaps.h
kstyle_baghira_config.lo: pixmaps.h