1 # Makefile for XaoS on BeOS
3 # Default location for applications on BeOS.
4 # See also definition of DATAPATH in aconfig.be
6 xaosdir=$(appsdir)/XaoS
13 default all clean realclean echo help depend xaos:
14 @$(MAKE) -C src -f Makefile.be $@
17 @$(MAKE) -C src -f Makefile.be distclean
18 rm -f src/include/config.h src/include/aconfig.h
21 $(INSTALL) -d $(xaosdir)
22 $(INSTALL) -d $(xaosdir)/tutorial
23 $(INSTALL) -d $(xaosdir)/examples
24 $(INSTALL) -d $(xaosdir)/catalogs
25 $(INSTALL) -d $(xaosdir)/doc
26 $(INSTALL) -d $(mandir)
27 $(INSTALL) -d $(mandir)/man6
28 $(INSTALL) -d $(infodir)
29 $(INSTALL) bin/xaos $(xaosdir)
30 $(INSTALL) -m 444 tutorial/*.x[ah]f $(xaosdir)/tutorial
31 $(INSTALL) -m 444 examples/* $(xaosdir)/examples
32 $(INSTALL) -m 444 catalogs/* $(xaosdir)/catalogs
33 $(INSTALL) -m 444 doc/README doc/README.bugs doc/compilers.txt doc/ANNOUNCE doc/PROBLEMS doc/tutorial.txt $(xaosdir)/doc
34 $(INSTALL) -m 444 doc/xaos.6 $(mandir)/man6
35 $(INSTALL) -m 444 doc/xaos.info $(infodir)
36 # Update MIME types - $(INSTALL) loses them.