mirror of
https://github.com/fooflington/wordsearch-c.git
synced 2025-07-08 00:39:06 +00:00
initial commit
This commit is contained in:
33
Release/src/subdir.mk
Normal file
33
Release/src/subdir.mk
Normal file
@ -0,0 +1,33 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/dir.c \
|
||||
../src/grid.c \
|
||||
../src/rnd.c \
|
||||
../src/wordsearch.c
|
||||
|
||||
OBJS += \
|
||||
./src/dir.o \
|
||||
./src/grid.o \
|
||||
./src/rnd.o \
|
||||
./src/wordsearch.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/dir.d \
|
||||
./src/grid.d \
|
||||
./src/rnd.d \
|
||||
./src/wordsearch.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
gcc -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Reference in New Issue
Block a user