repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
8322 nl: misleading-indentation
[unleashed/tickless.git]
/
usr
/
src
/
cmd
/
zic
/
Makefile.common
blob
4f8526020c3df3864d11fd487a04e9d1373e55bc
1
#
2
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3
# Use is subject to license terms.
4
#
5
6
PROG= zic
7
8
OBJS= ialloc.o \
9
scheck.o \
10
zic.o
11
SRCS= $(OBJS:%.o=%.c)
12
13
CERRWARN += -_gcc=-Wno-unused-variable
14
CERRWARN += -_gcc=-Wno-uninitialized