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

Subversion Repositories csa

[/] [csa/] [trunk/] [sw_sim/] [makefile] - Rev 15

Go to most recent revision | Compare with Previous | Blame | View Log


PROJ_NAME ?= key_schedule
DEBUG ?=y

CFLAGS=-g -ansi

ifeq ($(DEBUG),y)
CFLAGS+=-DDEBUG
endif

all:$(PROJ_NAME)

clean:
        rm -fr $(PROJ_NAME)
        rm -fr *.o

test:
        ./$(PROJ_NAME) <../test_dat/$(PROJ_NAME).in >../test_dat/$(PROJ_NAME).out.sw

key_perm:csa.o key_perm.o

key_schedule:csa.o key_schedule.o




Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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