[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
showimg 0.9.4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,436 kB
  • ctags: 3,644
  • sloc: cpp: 32,420; sh: 11,559; perl: 2,779; makefile: 220
file content (30 lines) | stat: -rw-r--r-- 673 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
22
23
24
25
26
27
28
29
30
bin_PROGRAMS = showimg

showimg_SOURCES = main.cpp

showimg_LDADD   = \
	$(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KDEPRINT) $(LIB_QT) \
	$(LIBJPEG)  \
	../showimg/libshowimgcore.la

# the library search path.
showimg_LDFLAGS = $(all_libraries)


# set the include path for X, qt and KDE
INCLUDES = -I$(top_srcdir)/showimg $(all_includes)

METASOURCES = AUTO

# this is where the kdelnk file will go
kdelnkdir   = $(kde_appsdir)/Graphics
kdelnk_DATA = showimg.desktop

# file for konqueror integration
konqservicedir = $(kde_datadir)/konqueror/servicemenus
konqservice_DATA = konqshowimg.desktop

KDE_ICON = AUTO

rcdir = $(kde_datadir)/showimg
rc_DATA = showimgui.rc