File: Makefile.am

package info (click to toggle)
netspeed 0.14-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,232 kB
  • ctags: 149
  • sloc: sh: 8,808; ansic: 1,462; xml: 957; makefile: 64
file content (32 lines) | stat: -rw-r--r-- 938 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
23
24
25
26
27
28
29
30
31
32
SUBDIRS = po src pixmaps docs 

serverdir = $(libdir)/bonobo/servers
server_DATA = GNOME_NetspeedApplet.server
server_in_files = $(server_DATA:=.in)
server_in_in_files = $(server_in_files:=.in)
@INTLTOOL_SERVER_RULE@

distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper

spec = $(PACKAGE).spec
EXTRA_DIST = GNOME_NetspeedApplet.server.in.in \
             $(spec) \
             gnome-doc-utils.make \
             intltool-update.in \
             intltool-merge.in \
             intltool-extract.in

all-local: $(spec) $(server_DATA)

$(server_in_files): $(server_in_in_files) Makefile
	sed s,@LIBEXECDIR@,$(libexecdir),g <$< >$@

CLEANFILES = $(server_DATA)
DISTCLEANFILES = \
                 gnome-doc-utils.make \
                 intltool-extract \
                 intltool-merge \
                 intltool-update \
                 $(server_in_files)

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper