/config/Make-inc.mk

https://code.google.com/ · Makefile · 25 lines · 8 code · 4 blank · 13 comment · 1 complexity · 50f7d978d59d351bad901c78741607db MD5 · raw file

  1. ##*****************************************************************************
  2. ## $Id$
  3. ##*****************************************************************************
  4. ## Originally taken from Chris Dunlap's Munge project:
  5. ## $MungeID: Make-inc.mk,v 1.2 2003/04/30 18:44:14 dun Exp$
  6. ##*****************************************************************************
  7. # Dependencies to ensure requisite libraries are rebuilt
  8. #
  9. $(top_builddir)/src/common/libcommon.la \
  10. $(top_builddit)/src/qsnet/libqsw.la \
  11. $(top_builddit)/src/modules/libmods.la \
  12. : force-dependency-check
  13. @cd `dirname $@` && make `basename $@`
  14. force-dependency-check:
  15. # Generic ``distclean'' hook.
  16. #
  17. # The double-colon allows this target to be defined multiple times,
  18. # thereby allowing a Makefile.am to include its own distclean-local hook.
  19. #
  20. distclean-local::
  21. -rm -f *~ \#* .\#* cscope*.out core *.core tags TAGS