File: Makefile.am

package info (click to toggle)
fox1.2 1.2.13-1.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 13,844 kB
  • ctags: 16,890
  • sloc: cpp: 116,787; sh: 7,971; ansic: 2,050; makefile: 1,273; perl: 119
file content (49 lines) | stat: -rw-r--r-- 1,411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## Process this file with automake to produce Makefile.in

# For non-gcc compilers, change the options to "no-dependencies"
AUTOMAKE_OPTIONS = foreign dist-zip
#AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies

SUBDIRS    = utils include src chart doc tests shutterbug adie pathfinder calculator windows
EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.lsm index.html fox-config.in aclocal.m4

bin_SCRIPTS = fox-config

CLEANFILES = fox.tar.gz

snapshot: dist-all
	cp $(distdir).tar.gz /home/ftp/pub/fox-snapshot.tar.gz
	cp $(distdir).zip /home/ftp/pub/fox-snapshot.zip



web: distdir
	cd $(distdir)/doc && doxygen doxygen.cfg
	cp -r $(distdir)/doc/* /home/html

drop: dist-all
	cp $(distdir).tar.gz /home/ftp/pub
	cp $(distdir).zip /home/ftp/pub
	cd /home/ftp/pub && ln -sf $(distdir).tar.gz fox-latest.tar.gz
	cd /home/ftp/pub && ln -sf $(distdir).zip fox-latest.zip


#diff: distdir
#	-diff -P -c -r fox-1.1.8 $(distdir) > fox-patch-1.1.8-$(distdir)

# Suggestion for the above
# cvs rdiff -u -kk -r fox-1.0.8 -r fox-1.0.9 FOX > fox-path-1.0.8-1.0.9


#ref: distdir
#	(cd $(distdir)/include && doc++ -W -i -j --dir ../doc --footer ../doc/classFooter.inc --header ../doc/classHeader.inc *.h)
#	cp -r $(distdir)/doc/ref/* /home/html/ref


#dist-hook:
#	cp fox.spec $(distdir)
#	cp -dpR windows $(distdir)/windows
#	-find $(distdir)/windows -name CVS -exec rm -rf {} \;