Removed unused deprecated automake build files. (#297)

This commit is contained in:
mjbudd77 2021-01-06 21:21:35 -05:00 committed by GitHub
parent 427daa3543
commit 314e3d90a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 77 deletions

View File

@ -1,38 +0,0 @@
AUTOMAKE_OPTIONS = subdir-objects
fceux_CPPFLAGS = -std=c++0x
fceux_LDADD =
bin_PROGRAMS = fceux
fceux_SOURCES = fceu.cpp asm.cpp debug.cpp file.cpp movie.cpp ppu.cpp vsuni.cpp cart.cpp drawing.cpp filter.cpp netplay.cpp sound.cpp wave.cpp cheat.cpp emufile.cpp ines.cpp nsf.cpp state.cpp x6502.cpp conddebug.cpp input.cpp oldmovie.cpp unif.cpp config.cpp fds.cpp palette.cpp video.cpp
if LUA
TMP_CPPFLAGS = $(lua51_CFLAGS)
TMP_LUA = lua-engine.cpp
endif
if LUA_BUILTIN
TMP_LUA = lua-engine.cpp
endif
include lua/Makefile.am.inc
include utils/Makefile.am.inc
include boards/Makefile.am.inc
include drivers/common/Makefile.am.inc
include drivers/videolog/Makefile.am.inc
include input/Makefile.am.inc
include fir/Makefile.am.inc
fceux_CPPFLAGS += $(TMP_CPPFLAGS)
fceux_SOURCES += $(TMP_LUA)
#if NATIVEWIN32
#include drivers/win/Makefile.am.inc
#else
include drivers/sdl/Makefile.am.inc
#endif
# TODO
# TODO
fceux_SOURCES += $(fceud_SOURCES)

View File

@ -1 +0,0 @@
fceux_SOURCES += boards/01-222.cpp boards/09-034a.cpp boards/103.cpp boards/106.cpp boards/108.cpp boards/112.cpp boards/116.cpp boards/117.cpp boards/120.cpp boards/121.cpp boards/12in1.cpp boards/15.cpp boards/151.cpp boards/156.cpp boards/158B.cpp boards/164.cpp boards/168.cpp boards/170.cpp boards/175.cpp boards/176.cpp boards/177.cpp boards/178.cpp boards/18.cpp boards/183.cpp boards/185.cpp boards/186.cpp boards/187.cpp boards/189.cpp boards/190.cpp boards/193.cpp boards/199.cpp boards/206.cpp boards/208.cpp boards/222.cpp boards/225.cpp boards/228.cpp boards/230.cpp boards/232.cpp boards/234.cpp boards/235.cpp boards/244.cpp boards/246.cpp boards/252.cpp boards/253.cpp boards/28.cpp boards/32.cpp boards/33.cpp boards/34.cpp boards/36.cpp boards/3d-block.cpp boards/40.cpp boards/41.cpp boards/411120-c.cpp boards/42.cpp boards/43.cpp boards/46.cpp boards/50.cpp boards/51.cpp boards/57.cpp boards/603-5052.cpp boards/62.cpp boards/65.cpp boards/67.cpp boards/68.cpp boards/69.cpp boards/71.cpp boards/72.cpp boards/77.cpp boards/79.cpp boards/80.cpp boards/80013-B.cpp boards/8157.cpp boards/82.cpp boards/8237.cpp boards/830118C.cpp boards/88.cpp boards/8in1.cpp boards/90.cpp boards/91.cpp boards/96.cpp boards/99.cpp boards/BMW8544.cpp boards/F-15.cpp boards/__dummy_mapper.cpp boards/a9746.cpp boards/ac-08.cpp boards/addrlatch.cpp boards/ax5705.cpp boards/bandai.cpp boards/bb.cpp boards/bmc13in1jy110.cpp boards/bmc42in1r.cpp boards/bmc64in1nr.cpp boards/bmc70in1.cpp boards/bonza.cpp boards/bs-5.cpp boards/cheapocabra.cpp boards/cityfighter.cpp boards/coolboy.cpp boards/dance2000.cpp boards/datalatch.cpp boards/dream.cpp boards/edu2000.cpp boards/eh8813a.cpp boards/emu2413.c boards/et-100.cpp boards/et-4320.cpp boards/famicombox.cpp boards/ffe.cpp boards/fk23c.cpp boards/ghostbusters63in1.cpp boards/gs-2004.cpp boards/gs-2013.cpp boards/h2288.cpp boards/hp10xx_hp20xx.cpp boards/hp898f.cpp boards/inlnsf.cpp boards/karaoke.cpp boards/kof97.cpp boards/ks7010.cpp boards/ks7012.cpp boards/ks7013.cpp boards/ks7016.cpp boards/ks7017.cpp boards/ks7030.cpp boards/ks7031.cpp boards/ks7032.cpp boards/ks7037.cpp boards/ks7057.cpp boards/le05.cpp boards/lh32.cpp boards/lh53.cpp boards/malee.cpp boards/mihunche.cpp boards/mmc1.cpp boards/mmc2and4.cpp boards/mmc3.cpp boards/mmc5.cpp boards/n106.cpp boards/n625092.cpp boards/novel.cpp boards/onebus.cpp boards/pec-586.cpp boards/rt-01.cpp boards/sa-9602b.cpp boards/sachen.cpp boards/sb-2000.cpp boards/sc-127.cpp boards/sheroes.cpp boards/sl1632.cpp boards/subor.cpp boards/super24.cpp boards/supervision.cpp boards/t-227-1.cpp boards/t-262.cpp boards/tengen.cpp boards/tf-1201.cpp boards/transformer.cpp boards/unrom512.cpp boards/vrc1.cpp boards/vrc2and4.cpp boards/vrc3.cpp boards/vrc5.cpp boards/vrc6.cpp boards/vrc7.cpp boards/vrc7p.cpp boards/yoko.cpp

View File

@ -1 +0,0 @@
fceux_SOURCES += drivers/common/args.cpp drivers/common/cheat.cpp drivers/common/config.cpp drivers/common/configSys.cpp drivers/common/hq2x.cpp drivers/common/hq3x.cpp drivers/common/nes_ntsc.c drivers/common/scale2x.cpp drivers/common/scale3x.cpp drivers/common/scalebit.cpp drivers/common/vidblit.cpp

View File

@ -1,24 +0,0 @@
fceux_SOURCES += drivers/sdl/config.cpp drivers/sdl/input.cpp drivers/sdl/sdl-joystick.cpp drivers/sdl/sdl-sound.cpp drivers/sdl/sdl-throttle.cpp drivers/sdl/sdl-video.cpp drivers/sdl/sdl.cpp drivers/sdl/unix-netplay.cpp
if OPENGL
TMP_OGL = drivers/sdl/sdl-opengl.cpp
endif
if GTK2
TMP_GTK = drivers/sdl/gui.cpp
fceux_CPPFLAGS += @GTK_CFLAGS@
fceux_LDADD += @GTK_LIBS@
fceux_LDADD += -lX11
endif
if GTK3
TMP_GTK = drivers/sdl/gui.cpp
fceux_CPPFLAGS += @GTK_CFLAGS@
fceux_LDADD += @GTK_LIBS@
fceux_LDADD += -lX11
endif
fceux_SOURCES += $(TMP_OGL)
fceux_SOURCES += $(TMP_GTK)
# fceux_SOURCES += drivers/sdl/sdl-netplay.cpp # Doesn't work!

View File

@ -1,2 +0,0 @@
fceux_SOURCES += drivers/videolog/rgbtorgb.cpp drivers/videolog/nesvideos-piece.cpp

View File

@ -1 +0,0 @@
fceux_SOURCES += fir/c44100ntsc.coef fir/c44100ntsc.scm fir/c44100pal.coef fir/c44100pal.scm fir/c48000ntsc.coef fir/c48000ntsc.scm fir/c48000pal.coef fir/c48000pal.scm fir/c96000ntsc.coef fir/c96000ntsc.scm fir/c96000pal.coef fir/c96000pal.scm fir/c44100ntsc.h fir/c44100pal.h fir/c48000ntsc.h fir/c48000pal.h fir/c96000ntsc.h fir/c96000pal.h

View File

@ -1 +0,0 @@
fceux_SOURCES += input/arkanoid.cpp input/bworld.cpp input/cursor.cpp input/fkb.cpp input/ftrainer.cpp input/hypershot.cpp input/mahjong.cpp input/mouse.cpp input/oekakids.cpp input/pec586kb.cpp input/powerpad.cpp input/quiz.cpp input/shadow.cpp input/snesmouse.cpp input/suborkb.cpp input/toprider.cpp input/zapper.cpp

View File

@ -1,4 +0,0 @@
TMP_SOURCES = lua/src/lapi.c lua/src/lauxlib.c lua/src/lbaselib.c lua/src/lcode.c lua/src/ldblib.c lua/src/ldebug.c lua/src/ldo.c lua/src/ldump.c lua/src/lfunc.c lua/src/lgc.c lua/src/linit.c lua/src/liolib.c lua/src/llex.c lua/src/lmathlib.c lua/src/lmem.c lua/src/loadlib.c lua/src/lobject.c lua/src/lopcodes.c lua/src/loslib.c lua/src/lparser.c lua/src/lstate.c lua/src/lstring.c lua/src/lstrlib.c lua/src/ltable.c lua/src/ltablib.c lua/src/ltm.c lua/src/lundump.c lua/src/lvm.c lua/src/lzio.c lua/src/print.c
if LUA
fceux_SOURCES += $(TMP_SOURCES)
endif

View File

@ -1,5 +0,0 @@
fceux_SOURCES += utils/backward.cpp utils/crc32.cpp utils/endian.cpp utils/general.cpp utils/guid.cpp utils/md5.cpp utils/memory.cpp utils/xstring.cpp
if ! SYSTEM_MINIZIP
ZIP_SOURCES = utils/ioapi.cpp utils/unzip.cpp
endif
fceux_SOURCES += $(ZIP_SOURCES)