summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/embedding/simple-embed/Makefile.am
blob: 93d68f76a87a302e8061e4305b75df11fea30e28 (plain)
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
## Makefile.am for embedjs

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

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

# the library search path. 
embedjs_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

# the libraries to link against.
embedjs_LDADD   = $(LIB_KFILE) $(LIB_TDEPRINT) -lkjs $(top_builddir)/kjsembed/libkjsembed.la

# which sources should be compiled for embedjs
embedjs_SOURCES = main.cpp embedview.ui embedviewimp.cpp

# these are the headers for your project


# client stuff

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

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

KDE_ICON = embedjs

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

# this is where the XML-GUI resource file goes
rcdir = $(kde_datadir)/embedjs
rc_DATA = embedjsui.rc
noinst_HEADERS = embedviewimp.h
noinst_DATA = test.js