/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/guile/multimap/Makefile
# · Makefile · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 156856309c4de848a32dde46e5451470 MD5 · raw file
- TOP = ../..
- SWIG = $(TOP)/../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::
- rm -f *_wrap* *.o *~ *.so my-guile .~* core
- check: all