/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
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1TOP = ../..
2SWIG = $(TOP)/../preinst-swig
3SRCS =
4TARGET = example
5INTERFACE = example.i
6
7all::
8 $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
9 TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' pike
10
11static::
12 $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
13 TARGET='mypike' INTERFACE='$(INTERFACE)' pike_static
14
15clean::
16 $(MAKE) -f $(TOP)/Makefile pike_clean
17
18check: all