File: Makefile.am

package info (click to toggle)
kdeutils 4%3A3.5.5-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 21,152 kB
  • ctags: 16,106
  • sloc: cpp: 114,950; sh: 10,061; ansic: 3,182; perl: 2,835; python: 1,308; makefile: 931; xml: 303; lex: 302; yacc: 167
file content (26 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
INCLUDES= $(all_includes)

SUBDIRS=. icons konfigurator

bin_PROGRAMS = kwalletmanager
kwalletmanager_SOURCES = walletwidget.ui kwalletmanager.cpp \
			kwalletmanager.skel main.cpp kwalletpopup.cpp \
			kwalleteditor.cpp kwmapeditor.cpp allyourbase.cpp \
			kbetterthankdialogbase.ui
kwalletmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kwalletmanager_LDADD   = $(LIB_KIO) -lkwalletclient
METASOURCES = AUTO
noinst_HEADERS = kwalletmanager.h kwalletpopup.h walletwidget.h kwalleteditor.h\
		allyourbase.h kwmapeditor.h

xdg_apps_DATA = kwalletmanager.desktop kwalletmanager-kwalletd.desktop

KDE_ICON = kwalletmanager

rc_DATA = kwalletmanager.rc kwalleteditor.rc
rcdir = $(kde_datadir)/kwalletmanager

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

kbetterthankdialogbase.lo: kbetterthankdialogbase.ui kbetterthankdialogbase.ui.h