You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
666 B

  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
  4. nobase_dist_pkgdata_DATA = \
  5. contrib/libdcc/dcc_stdio.c \
  6. contrib/libdcc/dcc_stdio.h \
  7. contrib/libdcc/example.c \
  8. contrib/libdcc/README \
  9. contrib/openocd.udev
  10. SUBDIRS = src doc
  11. EXTRA_DIST = Doxyfile
  12. docs: pdf html doxygen
  13. doxygen::
  14. doxygen Doxyfile 2>&1 | perl tools/logger.pl > doxygen.log
  15. doxygen-clean:
  16. rm -f -r doxygen doxygen.log
  17. MAINTAINERCLEANFILES = \
  18. configure \
  19. Makefile.in \
  20. depcomp \
  21. config.guess \
  22. config.sub \
  23. config.h.in \
  24. config.h.in~ \
  25. compile \
  26. ltmain.sh \
  27. missing \
  28. aclocal.m4 \
  29. install-sh