OpenCores
URL https://opencores.org/ocsvn/csa/csa/trunk

Subversion Repositories csa

[/] [csa/] [trunk/] [sw_sim/] [makefile] - Diff between revs 34 and 49

Show entire file | Details | Blame | View Log

Rev 34 Rev 49
Line 1... Line 1...
 
 
PROJ_NAME ?= decrypt
PROJ_NAME ?= group_decrypt
DEBUG ?=y
DEBUG ?=y
 
 
CFLAGS=-g -ggdb -ansi -Wall
CFLAGS=-g -ggdb -ansi -Wall
 
 
ifeq ($(DEBUG),y)
ifeq ($(DEBUG),y)
Line 12... Line 12...
 
 
clean:
clean:
        rm -fr $(PROJ_NAME)
        rm -fr $(PROJ_NAME)
        rm -fr *.o
        rm -fr *.o
 
 
test:$(PROJ_NAME)
tt:$(PROJ_NAME)
        ./$(PROJ_NAME) <../test_dat/$(PROJ_NAME).in >../test_dat/$(PROJ_NAME).out.sw
        ./$(PROJ_NAME) <../test_dat/$(PROJ_NAME).in >../test_dat/$(PROJ_NAME).out.sw
 
 
debug:$(PROJ_NAME)
dd:$(PROJ_NAME)
        echo "set args <../test_dat/$(PROJ_NAME).in >../test_dat/$(PROJ_NAME).out.sw " >gdb-command
        echo "set args <../test_dat/$(PROJ_NAME).in >../test_dat/$(PROJ_NAME).out.sw " >gdb-command
        ddd ./$(PROJ_NAME) -x gdb-command
        ddd ./$(PROJ_NAME) -x gdb-command
 
 
 
 
key_perm:csa.o key_perm.o
key_perm:csa.o key_perm.o
Line 30... Line 30...
 
 
decrypt:csa.o decrypt.o
decrypt:csa.o decrypt.o
 
 
stream_cypher:csa.o stream_cypher.o
stream_cypher:csa.o stream_cypher.o
 
 
 
group_decrypt:csa.o group_decrypt.o
 
 
-include .depend
-include .depend
 
 
CSRCS=                           \
CSRCS=                           \
        block_decypher.c         \
        block_decypher.c         \
        csa.c decrypt.c          \
        csa.c decrypt.c          \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.