Annotation of hatari/Makefile, revision 1.1.1.1

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: 
                     10: clean:
                     11:        $(MAKE) -C src/ clean
                     12: 
                     13: # Use "make depend" to generate file dependencies:
                     14: depend:
                     15:        $(MAKE) -C src/ depend
                     16: 
                     17: install: all
                     18:        $(INSTALL) -d $(BINDIR)
                     19:        $(INSTALL) -d $(DATADIR)
                     20:        $(INSTALL_PROGRAM) src/hatari $(BINDIR)/hatari
                     21:        if test -f src/tos.img -a \! -f $(DATADIR)/tos.img ; then \
                     22:          $(INSTALL_DATA) src/tos.img $(DATADIR)/tos.img ; \
                     23:        fi

unix.superglobalmegacorp.com

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