aboutsummaryrefslogtreecommitdiff
path: root/build/autoconf/Make.config.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-29 07:25:17 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-29 07:25:17 +0000
commit279674a0caaff0e8c03a20374c897fb51db574d8 (patch)
treee53f8b5f28007983524ddb1a51be33ec6d1ee9dd /build/autoconf/Make.config.in
parent794f88b86944366ad0bbb482b35f77486660434d (diff)
added build/ to DIST
svn path=/trunk/externals/zexy/; revision=15395
Diffstat (limited to 'build/autoconf/Make.config.in')
-rw-r--r--build/autoconf/Make.config.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/build/autoconf/Make.config.in b/build/autoconf/Make.config.in
deleted file mode 100644
index 9f64494..0000000
--- a/build/autoconf/Make.config.in
+++ /dev/null
@@ -1,34 +0,0 @@
-LIBNAME =@LIBNAME@
-
-# when build as a library this holds a pre-processor define
-# (e.g. "-DZEXY_LIBRARY")
-# when build as single externals this is empty
-BUILDLIBRARY =@BUILDLIBRARY@
-
-PREFIX =@prefix@@PDLIBDIR@
-
-INSTALL_BIN=$(DESTDIR)$(PREFIX)/lib/pd/extra/$(LIBNAME)
-INSTALL_DOC=$(DESTDIR)$(PREFIX)/lib/pd/@REFERENCEPATH@$(LIBNAME)
-
-EXT = @EXT@
-DEFS = @DFLAGS@ @DEFS@
-IFLAGS = -I. @INCLUDES@
-
-CC = @CC@
-LD = @LD@
-STRIP = @STRIP@
-STRIPFLAGS= @STRIPFLAGS@
-
-AFLAGS =
-LDFLAGS = @LDFLAGS@
-WFLAGS =
-
-TARNAME = $(LIBNAME)-@LIBRARY_VERSION@.tgz
-
-# ICCFLAGS=-march=pentiumiii -axK
-Z_CFLAGS = $(IFLAGS) $(DEFS) $(BUILDLIBRARY) -DPD $(WFLAGS) @CFLAGS@ $(CFLAGS)
-
-MAKEDEP_FLAGS = @MAKEDEP_FLAGS@
-CONFIGUREFLAGS = @CONFIGUREFLAGS@
-
-LIBS = @LIBS@