File: Makefile.am

package info (click to toggle)
snacc 1.3bbn-10
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,500 kB
  • ctags: 4,134
  • sloc: ansic: 35,869; sh: 7,050; cpp: 4,380; yacc: 2,215; lex: 517; makefile: 258; sed: 4
file content (11 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.3 foreign

PHANTOM_DIRS = Cebuf ebuf mbuf sbuf tbl
SUBDIRS = $(PHANTOM_DIRS) inc
EXTRA_DIST = src boot tbl.h.patch

# target to hook into the distribution:
dist-hook:
	cd $(distdir) && rm -rf $(PHANTOM_DIRS)