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

Subversion Repositories systemcmd5

[/] [systemcmd5/] [trunk/] [rtl/] [systemc/] [Makefile] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 jcastillo
TARGET_ARCH = linux
2
 
3
CC     = g++
4
OPT    = -O3
5
DEBUG  = -g
6
OTHER  = -Wall -Wno-deprecated
7
EXTRA_CFLAGS = $(OPT) $(OTHER)
8
# EXTRA_CFLAGS = $(DEBUG) $(OTHER)
9
 
10
MODULE = md5
11
SRCS = md5.cpp stimulus.cpp main.cpp
12
OBJS = $(SRCS:.cpp=.o)
13
 
14
include Makefile.defs

powered by: WebSVN 2.1.0

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