git://git.openafs.org
/
openafs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Specify pattern rules in addition to suffix rules
[openafs.git]
/
src
/
config
/
Makefile.pthread.in
1
AFS_CFLAGS=$(PTH_CFLAGS)
2
AFS_LDFLAGS=$(PTH_LDFLAGS)
3
AFS_CCRULE=$(PTH_CCRULE)
4
5
AFS_LDRULE=$(MT_CC) $(AFS_LDFLAGS) $(AFS_CFLAGS) $(LDFLAGS_$(@)) -o $@
6
7
.c.o:
8
$(AFS_CCRULE) $<
9
%.o: %.c
10
$(AFS_CCRULE) $<
11
.m.o:
12
$(AFS_CCRULE) $<