forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / gfx / XaoS / Makefile.in
bloba242b36118efaefd538c1dacb633a1e47b76a4ad
1 # Makefile for XaoS
3 # Always use src as the top-level
4 prefix= @prefix@
5 exec_prefix= @exec_prefix@
6 datadir= @datadir@
7 bindir= @bindir@
8 mandir= @mandir@
9 infodir= @infodir@
11 @SET_MAKE@
13 default clean realclean echo help depend xaos:
14 @cd src ; $(MAKE) $@
16 all:
17 @cd src ; $(MAKE) all
19 distclean:
20 #@$(MAKE) -C src $@
21 @$(MAKE) -C src distclean
22 rm -f config.cache config.status config.log src/include/config.h src/include/aconfig.h
23 rm -f src/Makefile.common src/arch/linux/Makefile.main
24 rm -f `find . -name Makefile`
25 rm -f `find . -name '*~'`
26 rm -f `find . -name '*.d'`
27 rm -f `find . -name '*[\.]orig'`
28 rm -vf `find . -size 0`
30 install:
31 @INSTALL@ -d $(datadir)/XaoS
32 @INSTALL@ -d $(datadir)/XaoS/tutorial
33 @INSTALL@ -d $(datadir)/XaoS/examples
34 @INSTALL@ -d $(datadir)/XaoS/catalogs
35 @INSTALL@ -d $(datadir)/XaoS/doc
36 @INSTALL@ -d $(bindir)
37 @INSTALL@ -d $(mandir)/man6
38 @INSTALL@ -s bin/xaos $(bindir)
39 @INSTALL@ -m 444 tutorial/*.x[ah]f $(datadir)/XaoS/tutorial
40 @INSTALL@ -m 444 examples/* $(datadir)/XaoS/examples
41 @INSTALL@ -m 444 catalogs/* $(datadir)/XaoS/catalogs
42 @INSTALL@ -m 444 doc/README doc/README.bugs doc/compilers.txt doc/ANNOUNCE doc/PROBLEMS doc/tutorial.txt $(datadir)/XaoS/doc
43 @INSTALL@ -m 444 doc/xaos.6 $(mandir)/man6
44 @STICKY@
45 @INSTALL@ -m 444 doc/xaos.info $(infodir)
46 #install-info doc/xaos.info