Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102788815
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 05:03
Size
255 B
Mime Type
text/x-makefile
Expires
Wed, Feb 26, 05:03 (2 d)
Engine
blob
Format
Raw Data
Handle
24425252
Attached To
R10499 Energy Analysis of Lightweight AEAD Circuit
Makefile
View Options
CC = g++
CFLAGS=-std=c++0x
DEPS = api.h gift128.h sundae.h
OBJ = generate_vectors_new.o gift128.o sundae.o
%.o: %.c $(DEPS)
$(CC) $(CFLAGS) -c -o $@ $<
generate_vectors: $(OBJ)
$(CC) $(CFLAGS) -o $@ $^
.PHONY: clean
clean:
rm generate_vectors *.o
Event Timeline
Log In to Comment