mirror of
https://github.com/punesemu/puNES.git
synced 2025-04-02 10:52:49 -04:00
21 lines
457 B
Makefile
21 lines
457 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
O_SRCS :=
|
|
C_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
OBJ_SRCS :=
|
|
ASM_SRCS :=
|
|
OBJS :=
|
|
C_DEPS :=
|
|
EXECUTABLES :=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
src \
|
|
src/mappers \
|
|
src/filters/video \
|
|
src/filters/audio \
|
|
src/d3d9 \
|
|
|