File: Makefile.am

package info (click to toggle)
bc 1.06-20
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,588 kB
  • ctags: 815
  • sloc: ansic: 8,585; yacc: 970; sh: 633; lex: 378; makefile: 145
file content (18 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

SUBDIRS = lib bc dc doc

MAINTAINERCLEANFILES =  aclocal.m4 config.h.in configure Makefile.in \
			$(distdir).tar.gz h/number.h

dist-hook:
	mkdir $(distdir)/h $(distdir)/Examples $(distdir)/Test
	cp -p $(srcdir)/h/*.h $(distdir)/h
	cp -p $(srcdir)/Examples/*.b $(distdir)/Examples
	cp -p $(srcdir)/Test/*.b $(srcdir)/Test/*.bc $(distdir)/Test
	cp -p $(srcdir)/Test/signum $(srcdir)/Test/timetest $(distdir)/Test
	cp -p $(srcdir)/lib/testmul.c $(distdir)/lib
	cp -p $(srcdir)/FAQ $(distdir)

timetest:
	(cd lib; $(MAKE) specialnumber)