################################################################################
# Automatically-generated file. Do not edit!
################################################################################

CFLAGS=-I../../../linux/include
LDFLAGS=-L../../../linux/lib

ROOT := ..

-include $(ROOT)/makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include $(SUBDIRS:%=%/subdir.mk)
-include objects.mk
ifneq ($(strip $(DEPS)),)
-include $(DEPS)
endif

-include $(ROOT)/makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all hive_lib: libhive.a


# Tool invocations
hive2_ffmpegsvn: hive.o $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: GCC C++ Linker'
	@echo g++ $(LDFLAGS) -ohive2_ffmpegsvn hive.o $(OBJS) $(USER_OBJS) $(LIBS)
	@g++ $(LDFLAGS) -ohive2_ffmpegsvn hive.o $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

libhive.a: $(OBJS) hive_lib.o
	ar crf libhive.a hive_lib.o $(OBJS) 



# Other Targets
clean:
	-$(RM) hive.o hive_lib.o libhive.a $(OBJS)$(DEPS)$(EXECUTABLES) hive2_ffmpegsvn
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include $(ROOT)/makefile.targets
