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