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 (22 lines) | stat: -rw-r--r-- 649 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
## Makefile.am for bab

# set the include path for X, qt and KDE
INCLUDES = $(all_includes)

# these are the headers for your project
noinst_HEADERS = bab.h bab_iface.h styleconfdialog.h

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

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

# this is the program that gets installed.  it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS = bab

# the application source, library search path, and link libraries
bab_SOURCES = main.cpp styleconfdialog.cpp bab_iface.skel
bab_LDFLAGS = $(KDE_RPATH) $(all_libraries)
bab_LDADD = $(LIB_KDEUI)