1 # not a GNU package. You can remove this line, if
2 # have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = foreign 1.6
5 nobase_dist_pkgdata_DATA = \
6 contrib/libdcc/dcc_stdio.c \
7 contrib/libdcc/dcc_stdio.h \
8 contrib/libdcc/example.c \
9 contrib/libdcc/README \
18 libtool: $(LIBTOOL_DEPS)
19 $(SHELL) ./config.status --recheck
21 docs: pdf html doxygen
23 Doxyfile: $(srcdir)/Doxyfile.in
24 @echo "Creating $@ from $<..."
26 echo "### @@@ -= DO NOT EDIT THIS FILE =- @@@ ###" && \
27 echo "### @@@ Make changes to Doxyfile.in @@@ ###" && \
28 sed -e 's,@srcdir\@,$(srcdir),' $< \
33 doxygen Doxyfile 2>&1 | perl $(srcdir)/tools/logger.pl > doxygen.log
36 # command to find paths of script files, relative to TCL_PATH
37 TCL_FILES := find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
38 sed -e 's,^$(srcdir)/$(TCL_PATH),,'
41 for i in $$($(TCL_FILES)); do \
42 j="$(distdir)/$(TCL_PATH)/$$i" && \
43 mkdir -p "$$(dirname $$j)" && \
44 $(INSTALL_DATA) $(srcdir)/$(TCL_PATH)/$$i $$j; \
48 for i in $$($(TCL_FILES)); do \
49 j="$(DESTDIR)$(pkgdatadir)/scripts/$$i" && \
50 mkdir -p "$$(dirname $$j)" && \
51 $(INSTALL_DATA) $(srcdir)/$(TCL_PATH)/$$i $$j; \
55 rm -rf $(DESTDIR)$(pkgdatadir)/scripts
59 rm -rf Doxyfile doxygen
61 DISTCLEANFILES = doxygen.log
63 MAINTAINERCLEANFILES = \
65 $(srcdir)/Makefile.in \
67 $(srcdir)/config.guess \
68 $(srcdir)/config.sub \
69 $(srcdir)/config.h.in \
70 $(srcdir)/config.h.in~ \
74 $(srcdir)/aclocal.m4 \