/trunk/Examples/guile/constants/Makefile

# · Makefile · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 771a7b000e17870488ba4188cc5f1cb7 MD5 · raw file

  1. SRCS =
  2. TARGET = my-guile
  3. IFILE = example.i
  4. MKDIR = ..
  5. all::
  6. $(MAKE) -f $(MKDIR)/Makefile \
  7. SRCS='$(SRCS)' \
  8. TARGET=$(TARGET) \
  9. IFILE=$(IFILE) \
  10. sub-all
  11. clean::
  12. $(MAKE) -f $(MKDIR)/Makefile TARGET='$(TARGET)' guile_clean
  13. check: all
  14. ./my-guile -s constants.scm