File: Makefile.am

package info (click to toggle)
emcast 0.3.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,560 kB
  • ctags: 898
  • sloc: sh: 9,187; ansic: 7,234; perl: 731; makefile: 168
file content (33 lines) | stat: -rw-r--r-- 889 bytes parent folder | download | duplicates (2)
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
## Process this file with automake to produce Makefile.in

SUBDIRS = @TOPSUBDIRS@

@SET_MAKE@

EXTRA_DIST=TODO HACKING doc/*.txt emcast.m4 emcastconfig.h.in \
	perl/Makefile.PL perl/Emcast/Handler.pm

bin_SCRIPTS=emcast-config
BUILT_SOURCES=emcast-config
emcast-config: emcast-config.in

m4datadir = $(datadir)/aclocal
m4data_DATA = emcast.m4

configincludedir = $(pkglibdir)/include
configinclude_DATA = emcastconfig.h

TARBALL=emcast-$(VERSION).tar.gz
WEBPATH=/nfs/mesh/home/www/junglemonkey.net/html/emcast
DOCS=HACKING README TODO NEWS ChangeLog COPYING AUTHORS
DOCDOCS=emcast-handlers.txt libemcast-api.txt emcast-protocol.txt

snapshot:
	$(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`

copyweb:
	-cp -f $(DOCS)  $(WEBPATH)
	-(cd doc; cp -f $(DOCDOCS) $(WEBPATH))
	-(cd $(WEBPATH); chmod a+r $(DOCS) $(DOCDOCS))
	-cp -f $(TARBALL) $(WEBPATH)/src
	chmod a+r $(WEBPATH)/src/$(TARBALL)