/trunk/Examples/guile/multimap/Makefile
# · Makefile · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 7f2d960af019dbf7b67fe74c1b998557 MD5 · raw file
- TOP = ../..
- SWIG = $(TOP)/../preinst-swig
- SRCS = example.c
- TARGET = example
- INTERFACE = example.i
- all::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' guile
- static::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- TARGET='my-guile' INTERFACE='$(INTERFACE)' guile_static
- clean::
- $(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' guile_clean
- check: all