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

Subversion Repositories csa

[/] [csa/] [trunk/] [sw_sim/] [makefile] - Diff between revs 13 and 15

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 13 Rev 15
PROJ_NAME ?= key_schedule
PROJ_NAME ?= key_schedule
 
DEBUG ?=y
 
 
CFLAGS=-g -ansi
CFLAGS=-g -ansi
 
 
 
ifeq ($(DEBUG),y)
 
CFLAGS+=-DDEBUG
 
endif
 
 
all:$(PROJ_NAME)
all:$(PROJ_NAME)
clean:
clean:
        rm -fr $(PROJ_NAME)
        rm -fr $(PROJ_NAME)
        rm -fr *.o
        rm -fr *.o
test:
test:
        ./$(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
 
 

powered by: WebSVN 2.1.0

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