Annotation of uae/Makefile.in, revision 1.1.1.5

1.1       root        1: #
1.1.1.2   root        2: # Top-level Makefile for UAE
1.1       root        3: #
                      4: 
1.1.1.5 ! root        5: SHELL=@SHELL@
        !             6: INSTALL=@INSTALL@
        !             7: INSTALL_PROGRAM=@INSTALL_PROGRAM@
        !             8: 
        !             9: prefix          = @prefix@
        !            10: datarootdir     = @datarootdir@
        !            11: datadir         = @datadir@
        !            12: exec_prefix     = @exec_prefix@
        !            13: bindir          = @bindir@
        !            14: libdir          = @libdir@
        !            15: sysconfdir      = @sysconfdir@
        !            16: top_srcdir     = @top_srcdir@
        !            17: 
        !            18: mkinstalldirs=$(SHELL) $(top_srcdir)/mkinstalldirs
        !            19: 
        !            20: CONFIGS = a500 a500-expanded a500plus a1200 a4000 poweruser
        !            21: 
1.1.1.2   root       22: all:
                     23:        cd src && $(MAKE)
                     24:        cp src/uae .
                     25:        cp src/readdisk .
1.1       root       26: 
1.1.1.5 ! root       27: install:
        !            28:        $(mkinstalldirs) $(DESTDIR)$(bindir)
        !            29:        $(mkinstalldirs) $(DESTDIR)$(datadir)/uae/roms
        !            30:        $(mkinstalldirs) $(DESTDIR)$(datadir)/uae/configs
        !            31:        for x in $(CONFIGS); do \
        !            32:                $(INSTALL) $(top_srcdir)/configs/$$x.uae $(DESTDIR)$(datadir)/uae/configs; \
        !            33:        done
        !            34:        $(INSTALL_PROGRAM) uae $(DESTDIR)$(bindir)
        !            35: 
1.1       root       36: clean:
1.1.1.2   root       37:        cd src && $(MAKE) clean
1.1.1.3   root       38:        rm -f uae readdisk 
1.1.1.5 ! root       39: 
1.1.1.2   root       40: streifenfrei:
                     41:        cd src && $(MAKE) streifenfrei
1.1.1.3   root       42:        rm -f uae readdisk
1.1.1.2   root       43:        rm -f config.cache config.log config.status Makefile
1.1.1.5 ! root       44:        rm -f confdefs.h

unix.superglobalmegacorp.com

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