mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
13 lines
231 B
Makefile
13 lines
231 B
Makefile
|
|
||
|
srcdir=@srcdir@
|
||
|
abs_top_builddir=@abs_top_builddir@
|
||
|
include @TOP_OBJDIR@/src/config/Makefile.config
|
||
|
include @TOP_OBJDIR@/src/config/Makefile.pthread
|
||
|
|
||
|
MODULE_CFLAGS=-I$(srcdir)/..
|
||
|
|
||
|
all check test tests: config.o
|
||
|
|
||
|
clean:
|
||
|
rm -f *.o
|