aboutsummaryrefslogtreecommitdiff
path: root/src/model/c/Debug/makefile
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-03-13 10:27:36 +0100
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-03-13 10:27:36 +0100
commited86ff4029dd15c581aa077f939f128fc4517f52 (patch)
tree673ec7a0a16da3af03758049973347b2f6800ee0 /src/model/c/Debug/makefile
parentfec98c9623f915b0e01cc7e7fa95a8cdfbf8cfb8 (diff)
Adding c model for the modexp core.
Diffstat (limited to 'src/model/c/Debug/makefile')
-rw-r--r--src/model/c/Debug/makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/model/c/Debug/makefile b/src/model/c/Debug/makefile
new file mode 100644
index 0000000..92c7223
--- /dev/null
+++ b/src/model/c/Debug/makefile
@@ -0,0 +1,44 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+-include ../makefile.init
+
+RM := rm -rf
+
+# All of the sources participating in the build are defined here
+-include sources.mk
+-include src/subdir.mk
+-include subdir.mk
+-include objects.mk
+
+ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(strip $(C_DEPS)),)
+-include $(C_DEPS)
+endif
+endif
+
+-include ../makefile.defs
+
+# Add inputs and outputs from these tool invocations to the build variables
+
+# All Target
+all: rsa
+
+# Tool invocations
+rsa: $(OBJS) $(USER_OBJS)
+ @echo 'Building target: $@'
+ @echo 'Invoking: MacOS X C Linker'
+ gcc -o "rsa" $(OBJS) $(USER_OBJS) $(LIBS)
+ @echo 'Finished building target: $@'
+ @echo ' '
+
+# Other Targets
+clean:
+ -$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) rsa
+ -@echo ' '
+
+.PHONY: all clean dependents
+.SECONDARY:
+
+-include ../makefile.targets