File: Makefile.am

package info (click to toggle)
kbarcode 2.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,564 kB
  • ctags: 2,523
  • sloc: cpp: 18,071; sh: 9,848; perl: 2,760; sql: 1,720; xml: 135; makefile: 78
file content (18 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# set the include path for X, qt and KDE
INCLUDES         = $(all_includes)

kde_module_LTLIBRARIES = kfile_kbarcode.la

kfile_kbarcode_la_SOURCES = kfile_kbarcode.cpp
kfile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kfile_kbarcode_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KDECORE) $(LIB_QT)

# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO

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

services_DATA = kfile_kbarcode.desktop
servicesdir = $(kde_servicesdir)