File: Makefile.am

package info (click to toggle)
cdck 0.5.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,216 kB
  • ctags: 137
  • sloc: sh: 8,746; cpp: 831; makefile: 84; ansic: 71
file content (13 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $RCSfile: Makefile.am,v $
# $Author: swaj $
# $Revision: 1.3 $


SUBDIRS = src man
DIST_SUBDIRS = src man
CLEANFILES = *~ *.o *.la *.a
EXTRA_DIST = TODO THANKS depcomp



#__END__