Initial version of ecoPCR
git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/trunk@5 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
24
Debug/src/libapat/CODES/subdir.mk
Normal file
24
Debug/src/libapat/CODES/subdir.mk
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/libapat/CODES/gendual.c
|
||||
|
||||
OBJS += \
|
||||
./src/libapat/CODES/gendual.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/libapat/CODES/gendual.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/libapat/CODES/%.o: ../src/libapat/CODES/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
gcc -DMAC_OS_X -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
30
Debug/src/libapat/subdir.mk
Normal file
30
Debug/src/libapat/subdir.mk
Normal file
@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/libapat/apat_parse.c \
|
||||
../src/libapat/apat_search.c \
|
||||
../src/libapat/libstki.c
|
||||
|
||||
OBJS += \
|
||||
./src/libapat/apat_parse.o \
|
||||
./src/libapat/apat_search.o \
|
||||
./src/libapat/libstki.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/libapat/apat_parse.d \
|
||||
./src/libapat/apat_search.d \
|
||||
./src/libapat/libstki.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/libapat/%.o: ../src/libapat/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
gcc -DMAC_OS_X -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
45
Debug/src/libecoPCR/subdir.mk
Normal file
45
Debug/src/libecoPCR/subdir.mk
Normal file
@ -0,0 +1,45 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/libecoPCR/ecoError.c \
|
||||
../src/libecoPCR/ecoIOUtils.c \
|
||||
../src/libecoPCR/ecoMalloc.c \
|
||||
../src/libecoPCR/ecoapat.c \
|
||||
../src/libecoPCR/ecodna.c \
|
||||
../src/libecoPCR/ecorank.c \
|
||||
../src/libecoPCR/ecoseq.c \
|
||||
../src/libecoPCR/ecotax.c
|
||||
|
||||
OBJS += \
|
||||
./src/libecoPCR/ecoError.o \
|
||||
./src/libecoPCR/ecoIOUtils.o \
|
||||
./src/libecoPCR/ecoMalloc.o \
|
||||
./src/libecoPCR/ecoapat.o \
|
||||
./src/libecoPCR/ecodna.o \
|
||||
./src/libecoPCR/ecorank.o \
|
||||
./src/libecoPCR/ecoseq.o \
|
||||
./src/libecoPCR/ecotax.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/libecoPCR/ecoError.d \
|
||||
./src/libecoPCR/ecoIOUtils.d \
|
||||
./src/libecoPCR/ecoMalloc.d \
|
||||
./src/libecoPCR/ecoapat.d \
|
||||
./src/libecoPCR/ecodna.d \
|
||||
./src/libecoPCR/ecorank.d \
|
||||
./src/libecoPCR/ecoseq.d \
|
||||
./src/libecoPCR/ecotax.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/libecoPCR/%.o: ../src/libecoPCR/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
gcc -DMAC_OS_X -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
24
Debug/src/subdir.mk
Normal file
24
Debug/src/subdir.mk
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/ecopcr.c
|
||||
|
||||
OBJS += \
|
||||
./src/ecopcr.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/ecopcr.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
gcc -DMAC_OS_X -O0 -g3 -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