File: Makefile.am

package info (click to toggle)
computertemp 0.9.6.1-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,040 kB
  • ctags: 215
  • sloc: sh: 3,306; python: 1,555; makefile: 83; xml: 18
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
appletdir = $(libdir)/gnome-applets
applet_SCRIPTS = computertemp
applet_in_file = computertemp.in
$(applet_SCRIPTS): $(applet_in_file)
	sed -e "s|\@PYTHONDIR\@|$(pythondir)|" < $< > $@

DISTCLEANFILES = \
		$(applet_SCRIPTS)
		
EXTRA_DIST = \
		$(applet_in_file)