Makefile.am 485 B

123456789101112131415161718
  1. SUBDIRS = src tests opkg
  2. DISTCLEANFILES = Makefile.in aclocal.m4 config.h.in configure \
  3. depcomp missing install-sh scripts/Makefile.in src/Makefile.in tests/Makefile.in\
  4. opkg/Makefile.in cscope.out src/cscope.out data.out test.out
  5. distclean-local: distclean-local-check
  6. .PHONY: distclean-local-check
  7. distclean-local-check:
  8. -rm -rf autom4te.cache
  9. -rm -rf install
  10. -rm -f core.*
  11. -rm -f data/*.bak
  12. -rm -f make.out
  13. -rm -f compile
  14. pkg:
  15. cd opkg && DESTDIR=$(DESTDIR) make pkg