URL
https://opencores.org/ocsvn/csa/csa/trunk
[/] [csa/] [trunk/] [sw_sim/] [makefile] - Diff between revs 18 and 20
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 18 |
Rev 20 |
Line 1... |
Line 1... |
|
|
PROJ_NAME ?= decrypt
|
PROJ_NAME ?= stream_cypher
|
DEBUG ?=y
|
DEBUG ?=y
|
|
|
CFLAGS=-g -ansi
|
CFLAGS=-g -ansi
|
|
|
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:
|
test:$(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
|
|
|
key_perm:csa.o key_perm.o
|
key_perm:csa.o key_perm.o
|
|
|
key_schedule:csa.o key_schedule.o
|
key_schedule:csa.o key_schedule.o
|
|
|
block_decypher:csa.o block_decypher.o
|
block_decypher:csa.o block_decypher.o
|
|
|
decrypt:csa.o decrypt.o
|
decrypt:csa.o decrypt.o
|
|
|
|
stream_cypher:csa.o stream_cypher.o
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.