/tags/Root-branch-php-utl/SWIG/Examples/pike/constants/Makefile
# · Makefile · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · c511f62b69a785efefa8d8ca4554b8af MD5 · raw file
- TOP = ../..
- SWIG = $(TOP)/../preinst-swig
- SRCS =
- TARGET = example
- INTERFACE = example.i
- all::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' pike
- static::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- TARGET='mypike' INTERFACE='$(INTERFACE)' pike_static
- clean::
- $(MAKE) -f $(TOP)/Makefile pike_clean
- check: all