Top 10k strings from Makefile.am in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / fuse / z80 /

Back to the directory listing

   2      z80_ed.c
   2      z80_ddfdcb.c \
   2      z80_ddfd.c \
   2      z80_cb.c \
   1 z80_ed.c: $(srcdir)/z80.pl $(srcdir)/opcodes_ed.dat
   1 z80_ddfdcb.c: $(srcdir)/z80.pl $(srcdir)/opcodes_ddfd.dat
   1 z80_ddfd.c: $(srcdir)/z80.pl $(srcdir)/opcodes_ddfd.dat
   1 z80_coretest.o: z80_ops.c
   1 z80_cb.c: $(srcdir)/z80.pl $(srcdir)/opcodes_cb.dat
   1 test: coretest
   1 opcodes_base.c: $(srcdir)/z80.pl $(srcdir)/opcodes_base.dat
   1 noinst_PROGRAMS = coretest
   1 noinst_LIBRARIES = libz80.a
   1 noinst_HEADERS = z80.h \
   1 libz80_a_SOURCES = z80.c z80_ops.c
   1 coretest_SOURCES = coretest.c z80.c
   1 coretest_LDADD = z80_coretest.o @LIBSPEC_LIBS@
   1 coretest.o: $(srcdir)/coretest.c
   1 cmp tests.actual $(srcdir)/tests/tests.expected
   1 SUBDIRS = tests
   1 EXTRA_DIST = opcodes_base.c \
   1 CLEANFILES = opcodes_base.c \
   1 BUILT_SOURCES = opcodes_base.c z80_cb.c z80_ddfd.c z80_ddfdcb.c z80_ed.c
   1 AUTOMAKE_OPTIONS = foreign
   1 AM_CPPFLAGS = -I$(srcdir)/..
   1 AM_CPPFLAGS += @GTK_CFLAGS@ @GLIB_CFLAGS@ @LIBSPEC_CFLAGS@
   1 @PERL@ -I$(srcdir)/../perl $(srcdir)/z80.pl $(srcdir)/opcodes_ed.dat > [email protected] && mv [email protected] $@
   1 @PERL@ -I$(srcdir)/../perl $(srcdir)/z80.pl $(srcdir)/opcodes_ddfdcb.dat > [email protected] && mv [email protected] $@
   1 @PERL@ -I$(srcdir)/../perl $(srcdir)/z80.pl $(srcdir)/opcodes_ddfd.dat > [email protected] && mv [email protected] $@
   1 @PERL@ -I$(srcdir)/../perl $(srcdir)/z80.pl $(srcdir)/opcodes_cb.dat > [email protected] && mv [email protected] $@
   1 @PERL@ -I$(srcdir)/../perl $(srcdir)/z80.pl $(srcdir)/opcodes_base.dat > [email protected] && mv [email protected] $@
   1 ./coretest $(srcdir)/tests/tests.in > tests.actual
   1 $(COMPILE) -DCORETEST -c $(srcdir)/z80_ops.c -o $@
   1 $(COMPILE) -DCORETEST -c $(srcdir)/coretest.c -o $@
   1 ## with this program; if not, write to the Free Software Foundation, Inc.,
   1 ## the Free Software Foundation; either version 2 of the License, or
   1 ## it under the terms of the GNU General Public License as published by
   1 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
   1 ## You should have received a copy of the GNU General Public License along
   1 ## This program is free software; you can redistribute it and/or modify
   1 ## This program is distributed in the hope that it will be useful,
   1 ## The core tester
   1 ## Process this file with automake to produce Makefile.in
   1 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   1 ## GNU General Public License for more details.
   1 ## E-mail: [email protected]
   1 ## Copyright (c) 2001-2003 Philip Kendall
   1 ## Author contact information:
   1 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   1 ## (at your option) any later version.
   1  z80_macros.h
   1  z80_checks.h \
   1      z80.pl \
   1      opcodes_ed.dat \
   1      opcodes_ddfdcb.dat \
   1      opcodes_ddfd.dat \
   1      opcodes_cb.dat \
   1      opcodes_base.dat \