From: David Schleef Date: Wed, 4 Jun 2003 02:46:41 +0000 (+0000) Subject: no longer used X-Git-Tag: r0_7_21~122 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a744f60230b2875c9d7ba7699cd26016d9915159;p=comedilib.git no longer used --- diff --git a/Config b/Config deleted file mode 100644 index 9d12a52..0000000 --- a/Config +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/make - -# -# If you want to cross-compile Comedilib, change CROSS to something -# useful. -# -CROSS = -#CROSS = i386-uclibc- -#CROSS = powerpc-linux- -CC = $(CROSS)gcc -AR = $(CROSS)ar -LD = $(CROSS)ld - - -# Optimization and debugging -CFLAGS = -Wall -Wstrict-prototypes -CFLAGS += -O2 -CFLAGS += -DI18N # This enables gettextization -#CFLAGS += -g - - -# soname suffix. This can be used to differentiate between a -# library compiled against glibc versus uClibc -#SONAME_SUFFIX = -uClibc0 - -# Python wrapper: -# If you want to build the python wrapper, change this to yes. -with_python = no - - -# Perl wrapper: -# If you want to build the perl wrapper, change this to yes. -with_perl = no - - -# Installation: -# PREFIX is the directory prefix where the library/headers/etc. will -# reside. Typically, this will be /usr or /usr/local. -# DESTDIR is prepended to installation paths only during the install -# phase, so you can install to a different directory than /. Useful -# for packaging. - -PREFIX = /usr -#DESTDIR = $(TOPDIR)/_install -