[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
fxt 0.3.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,128 kB
  • sloc: sh: 9,719; ansic: 8,139; perl: 3,284; asm: 598; makefile: 226
file content (12 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = tools doc

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fxt.pc

EXTRA_DIST = kernel INSTALL.FKT bootstrap

dist-hook:
	rm -rf `find $(distdir)/kernel -name CVS`