File: Makefile.am

package info (click to toggle)
netspeed 0.13-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,440 kB
  • ctags: 150
  • sloc: sh: 8,468; ansic: 1,411; xml: 1,282; makefile: 75
file content (27 lines) | stat: -rw-r--r-- 734 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
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 '^\./var/scrollkeeper'

spec = $(PACKAGE).spec
EXTRA_DIST = GNOME_NetspeedApplet.server.in.in \
             $(spec) \
             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 = \
  intltool-extract \
  intltool-merge \
  intltool-update