From bee7191838ba591c145c3da5cf51843e9a03e670 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Apr 2002 02:56:48 +0000 Subject: [PATCH] Ignore generated Makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxSWIG/Runtime/.cvsignore | 1 + wxPython/wxSWIG/Runtime/Makefile | 131 ----------------------------- 2 files changed, 1 insertion(+), 131 deletions(-) create mode 100644 wxPython/wxSWIG/Runtime/.cvsignore delete mode 100644 wxPython/wxSWIG/Runtime/Makefile diff --git a/wxPython/wxSWIG/Runtime/.cvsignore b/wxPython/wxSWIG/Runtime/.cvsignore new file mode 100644 index 0000000000..f3c7a7c5da --- /dev/null +++ b/wxPython/wxSWIG/Runtime/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/wxPython/wxSWIG/Runtime/Makefile b/wxPython/wxSWIG/Runtime/Makefile deleted file mode 100644 index 35d8d3653d..0000000000 --- a/wxPython/wxSWIG/Runtime/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# Generated automatically from Makefile.in by configure. -# Makefile for producing SWIG runtime libraries. -# -# The SWIG runtime library consists of the pointer-type checker -# and other support functions. Multi-file SWIG modules -# generally link with these libraries. -# -# By default, the installation processs will attempt to -# build shared libraries. If that doesn't work, a static -# library is built instead. - -prefix = /usr/local -exec_prefix = ${prefix} -CC = cc -AR = ar -RANLIB = ranlib -SO = .so -CCSHARED = -LDSHARED = ld -DYN_LIBS = libswigtcl8$(SO) libswigtcl$(SO) libswigpl$(SO) libswigpy$(SO) -STATIC_LIBS = libswigtcl8.a libswigtcl.a libswigpl.a libswigpy.a -LIBS = $(STATIC_LIBS) $(DYN_LIBS) -LIB_DIR = $(exec_prefix)/lib - -INSTALL_DATA = ../install-sh -c -m 644 -INSTALL_SHLB = ../install-sh -c -m 555 - -all: - @sh make.sh - - -install: - @echo "Installing runtime libraries" - @for i in $(STATIC_LIBS); \ - do \ - if [ -f $$i ]; then \ - echo "Installing $$i in $(LIB_DIR)/$$i"; \ - $(INSTALL_DATA) $$i $(LIB_DIR)/$$i; \ - fi; \ - done; - @for i in $(DYN_LIBS); \ - do \ - if [ -f $$i ]; then \ - echo "Installing $$i in $(LIB_DIR)/$$i"; \ - $(INSTALL_SHLB) $$i $(LIB_DIR)/$$i; \ - fi; \ - done; - - -clean:: - rm -rf *.o *.a *$(SO) *.c *.swg *~ core - -# ---------------------------------------------------------------------- -# Tcl runtime library -# ---------------------------------------------------------------------- - -TCL_INCLUDE = -I/usr/local/include -TCL_LIB = -L/usr/local/lib - -# Tcl 7.x shared - -tcl_shared: - ../swig -tcl -co -o libtcl.c -I../swig_lib swigtcl.swg - $(CC) $(CCSHARED) -c -DSWIG_GLOBAL libtcl.c - $(LDSHARED) libtcl.o -o libswigtcl$(SO) - -# Tcl 7.x library - -tcl_lib: - ../swig -tcl -co -o libtcl.c -I../swig_lib swigtcl.swg - $(CC) -c -DSWIG_GLOBAL libtcl.c - $(AR) cr libswigtcl.a libtcl.o - -# Tcl 8.x shared - -tcl8_shared: - ../swig -tcl -co -o libtcl8.c -I../swig_lib swigtcl8.swg - $(CC) $(CCSHARED) -c -DSWIG_GLOBAL $(TCL_INCLUDE) libtcl8.c - $(LDSHARED) libtcl8.o -o libswigtcl8$(SO) - -tcl8_lib: - ../swig -tcl -co -o libtcl8.c -I../swig_lib swigtcl8.swg - $(CC) -c -DSWIG_GLOBAL $(TCL_INCLUDE) libtcl8.c - $(AR) cr libswigtcl8.a libtcl8.o - -# ---------------------------------------------------------------------- -# Python run-time library -# ---------------------------------------------------------------------- - -PYTHON_INCLUDE= -DHAVE_CONFIG_H -I/usr/local/include/Py -I/usr/local/lib/python/lib -PYTHON_LIB = /usr/local/lib/python/lib - -# Python shared - -py_shared: - ../swig -python -co -o libpy.c -I../swig_lib python.swg - $(CC) $(CCSHARED) -c -DSWIG_RUNTIME -DSWIG_GLOBAL $(PYTHON_INCLUDE) libpy.c - $(LDSHARED) libpy.o -o libswigpy$(SO) - -# Python library - -py_lib: - ../swig -python -co -o libpy.c -I../swig_lib python.swg - $(CC) -c -DSWIG_RUNTIME -DSWIG_GLOBAL $(PYTHON_INCLUDE) libpy.c - $(AR) cr libswigpy.a libpy.o - -# ---------------------------------------------------------------------- -# Perl run-time library -# ---------------------------------------------------------------------- - -PERL5_INCLUDE= -I/System/Library/Perl/darwin/CORE - -# Perl shared - -perl_shared: - rm -f libperl.c libperl.swg - ../swig -perl5 -co -o libperl.swg -I../swig_lib perl5.swg - cat perlrun.h >> libperl.c - cat libperl.swg >> libperl.c - $(CC) $(CCSHARED) -c -Dexplicit= -Dbool=char -DSWIG_GLOBAL $(PERL5_INCLUDE) libperl.c - $(LDSHARED) libperl.o -o libswigpl$(SO) - -# Perl library - -perl_lib: - rm -f libperl.c libperl.swg - ../swig -perl5 -co -o libperl.swg -I../swig_lib perl5.swg - cat perlrun.h >> libperl.c - cat libperl.swg >> libperl.c - $(CC) -c -Dexplicit= -Dbool=char -DSWIG_GLOBAL $(PERL5_INCLUDE) libperl.c - $(AR) cr libswigpl.a libperl.o -- 2.45.2