# Makefile.in generated automatically by automake 1.3 from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DISTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ AR = @AR@ ARCH_INCLUDES = @ARCH_INCLUDES@ BINDIR = @BINDIR@ CC = @CC@ CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ HAVE_READLINE = @HAVE_READLINE@ JOYSTICK = @JOYSTICK@ JOY_OBJS = @JOY_OBJS@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PERL = @PERL@ RANLIB = @RANLIB@ RESID_INCLUDES = @RESID_INCLUDES@ RESID_LIBS = @RESID_LIBS@ SOUND_AIX_OBJ = @SOUND_AIX_OBJ@ SOUND_DRIVERS = @SOUND_DRIVERS@ SOUND_HPUX_OBJ = @SOUND_HPUX_OBJ@ SOUND_LIBS = @SOUND_LIBS@ SOUND_MIDAS_OBJ = @SOUND_MIDAS_OBJ@ SOUND_SDL_OBJ = @SOUND_SDL_OBJ@ SOUND_SGI_OBJ = @SOUND_SGI_OBJ@ SOUND_USS_OBJ = @SOUND_USS_OBJ@ VERSION = @VERSION@ YACC = @YACC@ READLINE = @READLINE@ @HAVE_PRINTER_TRUE@printer_ldadd = pruser.o prdevice.o @HAVE_PRINTER_FALSE@printer_ldadd = ARCH_LIBS = @ARCH_LIBS@ SUBDIRS = sounddrv true1541 c64 c128 vic20 pet arch INCLUDES = \ @ARCH_INCLUDES@ \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -DPREFIX=\"@prefix@\" \ @JOYSTICK@ YFLAGS = -dt noinst_HEADERS = \ 6510core.h \ acia.h \ asm.h \ attach.h \ autostart.h \ c1541.h \ cartridge.h \ charsets.h \ cia.h \ cmdline.h \ config.h.in \ emuid.h \ drive.h \ file.h \ findpath.h \ fs_cbm.h \ fsdevice.h \ gcr.h \ iecdrive.h \ info.h \ interrupt.h \ kbdbuf.h \ machine.h \ maincpu.h \ mem.h \ memutils.h \ misc.h \ mon.h \ mon_parse.h \ mos6510.h \ mshell.h \ op.h \ palette.h \ parallel.h \ print.h \ raster.h \ resources.h \ rs232.h \ serial.h \ sound.h \ sysfile.h \ tape.h \ tapeunit.h \ tpi.h \ traps.h \ types.h \ utils.h \ via.h \ vice.h \ vmachine.h \ warn.h \ zfile.h \ zipcode.h base_sources = \ asm.c \ attach.c \ autostart.c \ charsets.c \ cmdline.c \ drive.c \ emuid.c \ findpath.c \ fsdevice.c \ gcr.c \ info.c \ kbdbuf.c \ main.c \ memutils.c \ misc.c \ mon.c \ mon_lex.l \ mon_parse.y \ mshell.c \ palette.c \ parallel.c \ resources.c \ serial.c \ sound.c \ sysfile.c \ tape.c \ tapeunit.c \ traps.c \ utils.c \ warn.c \ zfile.c \ zipcode.c maincpu_sources = \ maincpu.c printer_sources = \ prdevice.c \ prdevice.h \ pruser.c \ pruser.h EXTRA_DIST = \ 6510core.c \ ChangeLog \ ChangeLog.1 \ acia-tmpl.c \ cia-tmpl.c \ convio \ raster.c \ tpi-tmpl.c \ via-tmpl.c \ $(printer_sources) BUILT_SOURCES = mon_parse.h mon_parse.c sounddrv_lib = $(top_builddir)/src/sounddrv/libsounddrv.a true1541_lib = $(top_builddir)/src/true1541/libtrue1541.a c64_lib = $(top_builddir)/src/c64/libc64.a c64c128_lib = $(top_builddir)/src/c64/libc64c128.a c128_lib = $(top_builddir)/src/c128/libc128.a vic20_lib = $(top_builddir)/src/vic20/libvic20.a pet_lib = $(top_builddir)/src/pet/libpet.a bin_PROGRAMS = x64 x128 xvic xpet c1541 petcat # x64 x64_SOURCES = $(base_sources) $(maincpu_sources) x64_LDADD = $(c64_lib) $(sounddrv_lib) $(true1541_lib) $(printer_ldadd) \ @RESID_LIBS@ @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ @SOUND_LIBS@ \ @X_LIBS@ $(READLINE) -lm x64_DEPENDENCIES = $(c64_lib) $(sounddrv_lib) $(true1541_lib) \ $(printer_ldadd) @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ # x128 x128_SOURCES = $(base_sources) x128_LDADD = $(c128_lib) $(c64c128_lib) $(sounddrv_lib) $(true1541_lib) \ $(printer_ldadd) @RESID_LIBS@ @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ \ @SOUND_LIBS@ @X_LIBS@ $(READLINE) -lm x128_DEPENDENCIES = $(c128_lib) $(c64c128_lib) $(sounddrv_lib) \ $(printer_ldadd) $(true1541_lib) @ALLOCA@ @LIBOBJS@ \ @ARCH_LIBS@ # xvic xvic_SOURCES = $(base_sources) $(maincpu_sources) xvic_LDADD = $(vic20_lib) $(sounddrv_lib) $(true1541_lib) $(printer_ldadd) \ @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ @SOUND_LIBS@ @X_LIBS@ $(READLINE) -lm xvic_DEPENDENCIES = $(vic20_lib) $(sounddrv_lib) $(true1541_lib) \ $(printer_ldadd) @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ # xpet xpet_SOURCES = $(base_sources) $(maincpu_sources) xpet_LDADD = $(pet_lib) $(sounddrv_lib) $(printer_ldadd) \ @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ @SOUND_LIBS@ @X_LIBS@ $(READLINE) -lm xpet_DEPENDENCIES = $(pet_lib) $(sounddrv_lib) $(printer_ldadd) \ @ALLOCA@ @LIBOBJS@ @ARCH_LIBS@ # c1541 c1541_SOURCES = \ c1541.c \ charsets.c \ drive.c \ gcr.c \ mshell.c \ tape.c \ utils.c \ zfile.c \ zipcode.c c1541_LDADD = $(READLINE) # petcat petcat_SOURCES = \ charsets.c \ petcat.c \ tape.c \ utils.c \ zfile.c \ zipcode.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) DEFS = @DEFS@ -I. -I$(srcdir) -I. CPPFLAGS = @CPPFLAGS@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ x64_OBJECTS = asm.o attach.o autostart.o charsets.o cmdline.o drive.o \ emuid.o findpath.o fsdevice.o gcr.o info.o kbdbuf.o main.o memutils.o \ misc.o mon.o mon_lex.o mon_parse.o mshell.o palette.o parallel.o \ resources.o serial.o sound.o sysfile.o tape.o tapeunit.o traps.o \ utils.o warn.o zfile.o zipcode.o maincpu.o x64_LDFLAGS = x128_OBJECTS = asm.o attach.o autostart.o charsets.o cmdline.o drive.o \ emuid.o findpath.o fsdevice.o gcr.o info.o kbdbuf.o main.o memutils.o \ misc.o mon.o mon_lex.o mon_parse.o mshell.o palette.o parallel.o \ resources.o serial.o sound.o sysfile.o tape.o tapeunit.o traps.o \ utils.o warn.o zfile.o zipcode.o x128_LDFLAGS = xvic_OBJECTS = asm.o attach.o autostart.o charsets.o cmdline.o drive.o \ emuid.o findpath.o fsdevice.o gcr.o info.o kbdbuf.o main.o memutils.o \ misc.o mon.o mon_lex.o mon_parse.o mshell.o palette.o parallel.o \ resources.o serial.o sound.o sysfile.o tape.o tapeunit.o traps.o \ utils.o warn.o zfile.o zipcode.o maincpu.o xvic_LDFLAGS = xpet_OBJECTS = asm.o attach.o autostart.o charsets.o cmdline.o drive.o \ emuid.o findpath.o fsdevice.o gcr.o info.o kbdbuf.o main.o memutils.o \ misc.o mon.o mon_lex.o mon_parse.o mshell.o palette.o parallel.o \ resources.o serial.o sound.o sysfile.o tape.o tapeunit.o traps.o \ utils.o warn.o zfile.o zipcode.o maincpu.o xpet_LDFLAGS = c1541_OBJECTS = c1541.o charsets.o drive.o gcr.o mshell.o tape.o \ utils.o zfile.o zipcode.o c1541_DEPENDENCIES = c1541_LDFLAGS = petcat_OBJECTS = charsets.o petcat.o tape.o utils.o zfile.o zipcode.o petcat_LDADD = $(LDADD) petcat_DEPENDENCIES = petcat_LDFLAGS = LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LEXLIB = @LEXLIB@ CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ HEADERS = $(noinst_HEADERS) DIST_COMMON = ChangeLog Makefile.am Makefile.in alloca.c config.h.in \ memcmp.c mon_lex.c mon_parse.c stamp-h.in usleep.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP = --best SOURCES = $(x64_SOURCES) $(x128_SOURCES) $(xvic_SOURCES) $(xpet_SOURCES) $(c1541_SOURCES) $(petcat_SOURCES) OBJECTS = $(x64_OBJECTS) $(x128_OBJECTS) $(xvic_OBJECTS) $(xpet_OBJECTS) $(c1541_OBJECTS) $(petcat_OBJECTS) all: all-recursive-am all-am .SUFFIXES: .SUFFIXES: .S .c .l .o .s .y $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status config.h: stamp-h @: stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=src/config.h \ $(SHELL) ./config.status @echo timestamp > stamp-h $(srcdir)/config.h.in: $(srcdir)/stamp-h.in $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOHEADER) @echo timestamp > $(srcdir)/stamp-h.in mostlyclean-hdr: clean-hdr: distclean-hdr: -rm -f config.h maintainer-clean-hdr: mostlyclean-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) distclean-binPROGRAMS: maintainer-clean-binPROGRAMS: install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) list='$(bin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ done .c.o: $(COMPILE) -c $< .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: x64: $(x64_OBJECTS) $(x64_DEPENDENCIES) @rm -f x64 $(LINK) $(x64_LDFLAGS) $(x64_OBJECTS) $(x64_LDADD) $(LIBS) x128: $(x128_OBJECTS) $(x128_DEPENDENCIES) @rm -f x128 $(LINK) $(x128_LDFLAGS) $(x128_OBJECTS) $(x128_LDADD) $(LIBS) xvic: $(xvic_OBJECTS) $(xvic_DEPENDENCIES) @rm -f xvic $(LINK) $(xvic_LDFLAGS) $(xvic_OBJECTS) $(xvic_LDADD) $(LIBS) xpet: $(xpet_OBJECTS) $(xpet_DEPENDENCIES) @rm -f xpet $(LINK) $(xpet_LDFLAGS) $(xpet_OBJECTS) $(xpet_LDADD) $(LIBS) c1541: $(c1541_OBJECTS) $(c1541_DEPENDENCIES) @rm -f c1541 $(LINK) $(c1541_LDFLAGS) $(c1541_OBJECTS) $(c1541_LDADD) $(LIBS) petcat: $(petcat_OBJECTS) $(petcat_DEPENDENCIES) @rm -f petcat $(LINK) $(petcat_LDFLAGS) $(petcat_OBJECTS) $(petcat_LDADD) $(LIBS) .y.c: $(YACC) $(YFLAGS) $< && mv y.tab.c $*.c if test -f y.tab.h; then \ if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \ else :; fi mon_parse.h: mon_parse.c .l.c: $(LEX) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@ # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ list='$(SUBDIRS)'; for subdir in $$list; do \ target=`echo $@ | sed s/-recursive//`; \ echo "Making $$target in $$subdir"; \ (cd $$subdir && $(MAKE) $$target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ done; \ for subdir in $$rev; do \ target=`echo $@ | sed s/-recursive//`; \ echo "Making $$target in $$subdir"; \ (cd $$subdir && $(MAKE) $$target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = src distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done for subdir in $(SUBDIRS); do \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ done asm.o: asm.c vice.h config.h asm.h types.h misc.h mshell.h attach.o: attach.c vice.h config.h resources.h drive.h types.h fs_cbm.h \ serial.h traps.h attach.h autostart.o: autostart.c vice.h config.h autostart.h types.h attach.h \ drive.h fs_cbm.h serial.h traps.h interrupt.h vmachine.h \ 6510core.h mem.h kbdbuf.h resources.h tape.h arch/unix/ui.h \ arch/unix/xaw/ui.h palette.h utils.h warn.h c1541.o: c1541.c vice.h config.h c1541.h drive.h types.h fs_cbm.h \ serial.h traps.h mshell.h gcr.h file.h charsets.h tape.h \ utils.h zipcode.h cartridge.o: cartridge.c vice.h config.h resources.h file.h mem.h \ types.h vmachine.h interrupt.h 6510core.h utils.h cartridge.h charsets.o: charsets.c vice.h config.h charsets.h types.h cmdline.o: cmdline.c vice.h config.h utils.h types.h cmdline.h \ resources.h drive.o: drive.c vice.h config.h serial.h types.h traps.h drive.h \ fs_cbm.h file.h zfile.h utils.h charsets.h fsdevice.h emuid.o: emuid.c vice.h config.h types.h findpath.o: findpath.c vice.h config.h findpath.h utils.h types.h fsdevice.o: fsdevice.c vice.h config.h resources.h drive.h types.h \ fs_cbm.h serial.h traps.h file.h charsets.h tape.h utils.h \ cmdline.h fsdevice.h gcr.o: gcr.c vice.h config.h gcr.h types.h info.o: info.c kbdbuf.o: kbdbuf.c vice.h config.h maincpu.h types.h mem.h mos6510.h \ 6510core.h mon.h interrupt.h vmachine.h kbdbuf.h charsets.h main.o: main.c vice.h config.h machine.h types.h maincpu.h mem.h \ mos6510.h 6510core.h mon.h interrupt.h vmachine.h serial.h \ traps.h sound.h warn.h arch/unix/ui.h arch/unix/xaw/ui.h \ palette.h arch/unix/vsync.h arch/unix/video.h resources.h \ arch/unix/kbd.h sysfile.h autostart.h findpath.h utils.h \ arch/unix/joystick.h attach.h drive.h fs_cbm.h cmdline.h \ fsdevice.h cartridge.h maincpu.o: maincpu.c vice.h config.h maincpu.h types.h mem.h mos6510.h \ 6510core.h mon.h interrupt.h vmachine.h machine.h \ arch/unix/ui.h arch/unix/xaw/ui.h palette.h resources.h traps.h \ misc.h drive.h fs_cbm.h serial.h 6510core.c memutils.o: memutils.c vice.h config.h memutils.h types.h resources.h \ file.h utils.h sysfile.h misc.o: misc.c vice.h config.h maincpu.h types.h mem.h mos6510.h \ 6510core.h mon.h interrupt.h vmachine.h misc.h mshell.h asm.h \ resources.h mon.o: mon.c vice.h config.h asm.h types.h mon.h mos6510.h mem.h \ interrupt.h vmachine.h 6510core.h charsets.h file.h misc.h \ mshell.h resources.h arch/unix/vsync.h drive.h fs_cbm.h \ serial.h traps.h mon_parse.h utils.h mon_lex.o: mon_lex.c vice.h config.h types.h mon.h mos6510.h mem.h \ interrupt.h vmachine.h 6510core.h mon_parse.h utils.h mon_parse.o: mon_parse.c vice.h config.h types.h asm.h utils.h mon.h \ mos6510.h mem.h interrupt.h vmachine.h 6510core.h mshell.o: mshell.c vice.h config.h types.h mshell.h palette.o: palette.c vice.h config.h utils.h types.h palette.h sysfile.h parallel.o: parallel.c vice.h config.h types.h parallel.h serial.h \ traps.h petcat.o: petcat.c vice.h config.h charsets.h types.h prdevice.o: prdevice.c vice.h config.h resources.h cmdline.h drive.h \ types.h fs_cbm.h serial.h traps.h file.h charsets.h utils.h \ prdevice.h print.h pruser.o: pruser.c vice.h config.h types.h print.h pruser.h resources.h \ cmdline.h resources.o: resources.c vice.h config.h resources.h utils.h types.h \ arch/unix/ui.h arch/unix/xaw/ui.h palette.h serial.o: serial.c vice.h config.h maincpu.h types.h mem.h mos6510.h \ 6510core.h mon.h interrupt.h vmachine.h serial.h traps.h \ parallel.h utils.h drive.h fs_cbm.h tape.h tapeunit.h sound.o: sound.c vice.h config.h sound.h types.h warn.h cmdline.h \ resources.h arch/unix/vsync.h arch/unix/ui.h arch/unix/xaw/ui.h \ palette.h maincpu.h mem.h mos6510.h 6510core.h mon.h \ interrupt.h vmachine.h utils.h sysfile.o: sysfile.c vice.h config.h resources.h cmdline.h findpath.h \ sysfile.h utils.h types.h tape.o: tape.c vice.h config.h drive.h types.h fs_cbm.h serial.h traps.h \ tape.h zfile.h utils.h charsets.h tapeunit.o: tapeunit.c vice.h config.h tapeunit.h tape.h types.h traps.h \ maincpu.h mem.h mos6510.h 6510core.h mon.h interrupt.h \ vmachine.h serial.h file.h drive.h fs_cbm.h c1541.h zfile.h \ utils.h resources.h charsets.h traps.o: traps.c vice.h config.h traps.h types.h maincpu.h mem.h \ mos6510.h 6510core.h mon.h interrupt.h vmachine.h resources.h \ cmdline.h utils.h utils.o: utils.c vice.h config.h utils.h types.h warn.o: warn.c vice.h config.h warn.h utils.h types.h zfile.o: zfile.c vice.h config.h utils.h types.h zfile.h zipcode.h zipcode.o: zipcode.c vice.h config.h info: info-recursive dvi: dvi-recursive check: all-am $(MAKE) check-recursive installcheck: installcheck-recursive all-recursive-am: config.h $(MAKE) all-recursive all-am: Makefile $(PROGRAMS) $(HEADERS) config.h install-exec-am: install-binPROGRAMS uninstall-am: uninstall-binPROGRAMS install-exec: install-exec-recursive install-exec-am @$(NORMAL_INSTALL) install-data: install-data-recursive @$(NORMAL_INSTALL) install: install-recursive install-exec-am @: uninstall: uninstall-recursive uninstall-am install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: installdirs-recursive $(mkinstalldirs) $(DATADIR)$(bindir) mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(DISTCLEANFILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \ mostlyclean-compile mostlyclean-tags \ mostlyclean-generic clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \ clean-generic mostlyclean-am distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \ distclean-tags distclean-generic clean-am maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \ maintainer-clean-compile maintainer-clean-tags \ maintainer-clean-generic distclean-am mostlyclean: mostlyclean-recursive mostlyclean-am clean: clean-recursive clean-am distclean: distclean-recursive distclean-am -rm -f config.status maintainer-clean: maintainer-clean-recursive maintainer-clean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile install-data-recursive \ uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info dvi \ installcheck all-recursive-am all-am install-exec-am uninstall-am \ install-exec install-data install uninstall all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean .PHONY: x64-all x64-all: libc64 libsounddrv libtrue1541 libarch x64 .PHONY: x128-all x128-all: libc128 libc64c128 libsounddrv libtrue1541 libarch x128 .PHONY: xvic-all xvic-all: libvic20 libsounddrv libtrue1541 libarch xvic .PHONY: xpet-all xpet-all: libpet libsounddrv libarch xpet # Special targets to build libraries in subdirectories. .PHONY: libc64 libc128 libvic20 libpet libtrue1541 libsounddrv libc64: (cd c64 && $(MAKE) libc64.a) libc64c128: (cd c64 && $(MAKE) libc64c128.a) libc128: (cd c128 && $(MAKE)) libvic20: (cd vic20 && $(MAKE)) libpet: (cd pet && $(MAKE)) libtrue1541: (cd true1541 && $(MAKE)) libsounddrv: (cd sounddrv && $(MAKE)) libarch: (cd arch && $(MAKE)) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: