27 lines
535 B
Makefile
27 lines
535 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../LIBSFRA/libsfra.c
|
|
|
|
C_DEPS += \
|
|
./LIBSFRA/libsfra.d
|
|
|
|
OBJS += \
|
|
./LIBSFRA/libsfra.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"LIBSFRA\libsfra.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"LIBSFRA\libsfra.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../LIBSFRA/libsfra.c"
|
|
|
|
|