Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: client/tests/signaltest/src/Makefile

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/tests/rmaptest/rmaptest.py ('k') | client/tests/tiobench/tiobench.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1 CC ?= $(CROSS_COMPILE)gcc
2 TARGET=signaltest 2 TARGET = signaltest
3 FLAGS= -Wall -O2 3 FLAGS = -Wall -O2
4 LIBS = -lpthread -lrt 4 LIBS = -lpthread -lrt
5 5
6 all: signaltest.c 6 all: signaltest.c
7 » $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET) $(LIBS) 7 » $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
8 8
9 clean: 9 clean:
10 rm -f $(TARGET) *.o .depend *.*~ 10 rm -f $(TARGET) *.o .depend *.*~
11
OLDNEW
« no previous file with comments | « client/tests/rmaptest/rmaptest.py ('k') | client/tests/tiobench/tiobench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698