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.lwp.in
1
AFS_CFLAGS = $(LWP_CFLAGS)
2
AFS_LDFLAGS = $(LWP_LDFLAGS)
3
AFS_CCRULE =$(LWP_CCRULE)
4
5
.c.o:
6
$(AFS_CCRULE) $<
7
%.o: %.c
8
$(AFS_CCRULE) $<
9
.m.o:
10
$(AFS_CCRULE) $<
11