-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
34 lines (24 loc) · 1.12 KB
/
Makefile.am
File metadata and controls
34 lines (24 loc) · 1.12 KB
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
## Process this file with automake to produce Makefile.in
# For non-gcc compilers, change the options to "no-dependencies"
AUTOMAKE_OPTIONS = foreign dist-zip
SUBDIRS = utils include lib chart doc tests shutterbug adie pathfinder calculator controlpanel glviewer windows
EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.spec fox-config index.html aclocal.m4
bin_SCRIPTS = fox-config
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fox17.pc
CLEANFILES = $(distdir).tar.gz $(distdir).zip
snapshot: dist-all
cp $(distdir).tar.gz /site/ftp/pub/fox-snapshot.tar.gz
cp $(distdir).zip /site/ftp/pub/fox-snapshot.zip
web: distdir
cd $(distdir)/doc && doxygen doxygen.cfg
cp -r $(distdir)/doc/* /site/www
#web: distdir
# cp -r $(distdir)/doc/* /net/webby/html
drop: dist-all
cp $(distdir).tar.gz /site/ftp/pub
cp $(distdir).zip /site/ftp/pub
sha1sum $(distdir).tar.gz >/site/ftp/pub/$(distdir).tar.gz.sha1sum
sha1sum $(distdir).zip >/site/ftp/pub/$(distdir).zip.sha1sum
cd /site/ftp/pub && ln -sf $(distdir).tar.gz fox-latest.tar.gz
cd /site/ftp/pub && ln -sf $(distdir).zip fox-latest.zip