File: Makefile.am

package info (click to toggle)
mozilla-bonobo 0.4.2.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,452 kB
  • ctags: 147
  • sloc: sh: 8,602; ansic: 1,195; makefile: 52
file content (31 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (3)
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

INCLUDES =

lib_LTLIBRARIES = libmozilla_bonobo.la

libmozilla_bonobo_la_SOURCES = \
	mozilla-bonobo-plugin.c \
	npunix.c

# Target specific CFLAGS work in automake 1.6.
# Don't even try with 1.4.

libmozilla_bonobo_la_CFLAGS = @PLUGIN_CFLAGS@ $(X_CFLAGS)

libmozilla_bonobo_la_LDFLAGS = -avoid-version @PLUGIN_LDFLAGS@ $(X_LIBS)

libmozilla_bonobo_la_LIBADD = 

bin_PROGRAMS = mozilla-bonobo-viewer

mozilla_bonobo_viewer_SOURCES = mozilla-bonobo-viewer.c

mozilla_bonobo_viewer_CFLAGS = @VIEWER_CFLAGS@

mozilla_bonobo_viewer_LDFLAGS = @VIEWER_LDFLAGS@

mozilla_bonobo_viewer_LDADD = 

install-libLTLIBRARIES: $(lib_LTLIBRARIES)
	$(INSTALL) -d -m0755 $(DESTDIR)@PLUGIN_INSTALL_DIR@
	$(INSTALL) .libs/libmozilla_bonobo.so $(DESTDIR)@PLUGIN_INSTALL_DIR@