/trunk/Examples/guile/constants/Makefile
# · Makefile · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 771a7b000e17870488ba4188cc5f1cb7 MD5 · raw file
- SRCS =
- TARGET = my-guile
- IFILE = example.i
- MKDIR = ..
- all::
- $(MAKE) -f $(MKDIR)/Makefile \
- SRCS='$(SRCS)' \
- TARGET=$(TARGET) \
- IFILE=$(IFILE) \
- sub-all
- clean::
- $(MAKE) -f $(MKDIR)/Makefile TARGET='$(TARGET)' guile_clean
- check: all
- ./my-guile -s constants.scm