12 lines
190 B
Makefile
12 lines
190 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
NULL =
|
||
|
DEPTH = ../..
|
||
|
VDEPTH = ./$(VPATH)/$(DEPTH)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
Makefile.in \
|
||
|
$(NULL)
|