File: Makefile.am

package info (click to toggle)
devil 1.6.7-5%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 11,536 kB
  • ctags: 7,441
  • sloc: ansic: 35,573; sh: 8,075; cpp: 7,465; pascal: 792; makefile: 399; python: 47
file content (20 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AUTOMAKE_OPTIONS = 1.4 cygnus

SUBDIRS      = src-IL src-ILU src-ILUT include
DIST_SUBDIRS = src-IL src-ILU src-ILUT include
EXTRA_DIST = README.unix   README.win \
             Libraries.txt CREDITS \
             BUGS \
             MSVC++.txt    configure.bat

dist-hook:
	cp -Rf "libtools"      $(distdir)
	cp -Rf "cpp wrapper"   $(distdir)
	cp -Rf "examples"      $(distdir)
	cp -Rf "test"          $(distdir)
	cp -Rf "projects"      $(distdir)
	find $(distdir) -name *.o -type f -exec echo \"{}\" \; | xargs rm -f
	find $(distdir) -name obj -type d -exec echo \"{}\" \; | xargs rm -rf
	find $(distdir) -name Debug -type d -exec echo \"{}\" \; | xargs rm -rf
	find $(distdir) -name Release -type d -exec echo \"{}\" \; | xargs rm -rf
	find $(distdir) -name CVS -type d -exec echo \"{}\" \; | xargs rm -rf