unvis.c, and vis.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9297 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -67,8 +67,10 @@ libroken_la_SOURCES = \
|
|||||||
strcollect.c \
|
strcollect.c \
|
||||||
timeval.c \
|
timeval.c \
|
||||||
tm2time.c \
|
tm2time.c \
|
||||||
|
unvis.c \
|
||||||
verify.c \
|
verify.c \
|
||||||
vis.c \
|
vis.c \
|
||||||
|
vis.h \
|
||||||
warnerr.c \
|
warnerr.c \
|
||||||
write_pid.c \
|
write_pid.c \
|
||||||
xdbm.h
|
xdbm.h
|
||||||
@@ -157,7 +159,7 @@ BUILT_SOURCES = make-roken.c roken.h
|
|||||||
include_HEADERS = $(err_h) base64.h getarg.h \
|
include_HEADERS = $(err_h) base64.h getarg.h \
|
||||||
parse_bytes.h parse_time.h parse_units.h \
|
parse_bytes.h parse_time.h parse_units.h \
|
||||||
resolve.h roken-common.h \
|
resolve.h roken-common.h \
|
||||||
$(err_h) $(fnmatch_h) $(glob_h) rtbl.h xdbm.h
|
$(err_h) $(fnmatch_h) $(glob_h) $(vis_h) rtbl.h xdbm.h
|
||||||
nodist_include_HEADERS = roken.h
|
nodist_include_HEADERS = roken.h
|
||||||
|
|
||||||
if have_err_h
|
if have_err_h
|
||||||
@@ -178,6 +180,12 @@ else
|
|||||||
glob_h = glob.h
|
glob_h = glob.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if have_vis_h
|
||||||
|
vis_h =
|
||||||
|
else
|
||||||
|
vis_h = vis_h
|
||||||
|
endif
|
||||||
|
|
||||||
roken.h: make-roken$(EXEEXT)
|
roken.h: make-roken$(EXEEXT)
|
||||||
@./make-roken$(EXEEXT) > tmp.h ;\
|
@./make-roken$(EXEEXT) > tmp.h ;\
|
||||||
if [ -f roken.h ] && cmp -s tmp.h roken.h ; then rm -f tmp.h ; \
|
if [ -f roken.h ] && cmp -s tmp.h roken.h ; then rm -f tmp.h ; \
|
||||||
|
Reference in New Issue
Block a user