File: Makefile.am

package info (click to toggle)
unibetacode 2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: lex: 3,439; ansic: 2,375; sh: 138; makefile: 54
file content (17 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

SUBDIRS = man src test
EXTRA_DIST = examples m4

ACLOCAL_AMFLAGS = -I m4

#
# Add "orig" target to remove all Autotools-added files left over from
#
#      autoreconf && ./configure && make && make distclean
#
orig: distclean
	\rm -rf aclocal.m4 autom4te.cache build-aux configure *~ */*~ \
	    INSTALL Makefile.in man/Makefile.in test/Makefile.in \
	    src/Makefile.in test/Makefile.in src/config.h.in \
	    src/beta2uni.c src/uni2beta.c src/unibetaprep.c