Annotation of hatari/Makefile, revision 1.1.1.3

1.1       root        1: # Top directory Makefile for Hatari.
                      2: 
                      3: # Include settings
                      4: include Makefile.cnf
                      5: 
                      6: 
                      7: all:
                      8:        $(MAKE) -C src/
                      9: 
1.1.1.3 ! root       10: 
1.1       root       11: clean:
                     12:        $(MAKE) -C src/ clean
                     13: 
1.1.1.3 ! root       14: distclean:
        !            15:        $(MAKE) -C src/ distclean
        !            16:        $(RM) config.cache config.log
        !            17: 
        !            18: 
1.1       root       19: # Use "make depend" to generate file dependencies:
                     20: depend:
                     21:        $(MAKE) -C src/ depend
                     22: 
                     23: install: all
1.1.1.2   root       24:        $(INSTALL) -d $(DESTDIR)$(BINDIR)
                     25:        $(INSTALL) -d $(DESTDIR)$(DATADIR)
                     26:        $(INSTALL_PROGRAM) src/hatari $(DESTDIR)$(BINDIR)/hatari
                     27:        if test -f src/tos.img -a \! -f $(DESTDIR)$(DATADIR)/tos.img ; then \
                     28:          $(INSTALL_DATA) src/tos.img $(DESTDIR)$(DATADIR)/tos.img ; \
1.1       root       29:        fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.