File: Makefile.am

package info (click to toggle)
libibtk 0.0.14-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 852 kB
  • ctags: 532
  • sloc: sh: 7,651; cpp: 2,658; makefile: 154; ansic: 2
file content (21 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## Process this file with automake to produce Makefile.in
##
 
EXTRA_DIST = CREDITS CREDITS.french

###

mostlyclean-generic:
	-rm -f *~ \#* .*~ .\#*


maintainer-clean-generic:
	-@echo "This command is intended for maintainers to use;"
	-@echo "it deletes files that may require special tools to rebuild."
	-rm -f Makefile.in

##
## End of Makefile.am
##
###############################################################################