File: Makefile.am

package info (click to toggle)
pearpc 0.4.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,416 kB
  • ctags: 11,456
  • sloc: cpp: 70,347; ansic: 8,830; sh: 3,415; asm: 2,097; lex: 321; makefile: 293; yacc: 195
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = foreign

EXTRA_DIST	= TODO ChangeLog README COPYING AUTHORS ppccfg.example video.x sdl.m4
SUBDIRS		= doc src scripts

dist2: distdir
	-chmod -R a+r $(distdir)
	BZIP2=$(BZIP2_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)
	-rm -rf $(distdir)

dist-all2: dist2