[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
tork 0.29.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,184 kB
  • ctags: 2,500
  • sloc: cpp: 21,687; ansic: 18,818; sh: 15,619; perl: 2,831; makefile: 289
file content (40 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (2)
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
31
32
33
34
35
36
37
38
39
40
bin_PROGRAMS = torkarkollon
torkarkollon_SOURCES = torkarkollon.cpp \
		wizard.cpp \
		rcparser.cpp \
		uninstallwizard.cpp \
		headerlistitem.cpp \
		data.cpp \
		logdialog.ui \
		wizardbase.ui


noinst_HEADERS = data.h \
		headerlistitem.h \
		rcparser.h \
		uninstallwizard.h \
		wizard.h \
		logdialog.h \
		wizardbase.h



# set the include path found by configure
INCLUDES= $(all_includes)
# the library search path.
torkarkollon_LDFLAGS = $(all_libraries)
LIBS =
#torkarkollon_LDFLAGS = 
#torkarkollon_LDADD = $(LIB_QT) $(LIB_KFILE)
torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT)

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

manpagedir = $(mandir)/man1
manpage_DATA = torkarkollon.1

torkarkollon.o : wizardbase.h logdialog.h
wizard.o : wizardbase.h logdialog.h
uninstallwizard.o : wizardbase.h logdialog.h