File: Makefile.am

package info (click to toggle)
bc 1.07.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,512 kB
  • sloc: ansic: 7,601; sh: 1,468; yacc: 1,110; lex: 342; makefile: 90
file content (20 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

SUBDIRS = lib bc dc doc

MAINTAINERCLEANFILES =  aclocal.m4 config.h.in configure Makefile.in \
			stamp-h $(distdir).tar.gz h/number.h depcomp missing \
			bc/libmath.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)
	rm -f $(distdir)/bc/libmath.h

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