PageRenderTime 25ms CodeModel.GetById 15ms app.highlight 6ms RepoModel.GetById 2ms app.codeStats 0ms

/tags/Root-branch-php-utl/SWIG/Examples/perl5/multimap/Makefile

#
Makefile | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | 9d2254ef2f241240d8b38a10d6d543bc MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
 1TOP        = ../..
 2SWIG       = $(TOP)/../preinst-swig
 3SRCS       = example.c
 4TARGET     = example
 5INTERFACE  = example.i
 6SWIGOPT    = 
 7all::
 8	$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
 9	SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' perl5
10
11static::
12	$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
13	SWIGOPT='$(SWIGOPT)' TARGET='myperl' INTERFACE='$(INTERFACE)' perl5_static
14
15clean::
16	$(MAKE) -f $(TOP)/Makefile perl5_clean
17
18check: all