summaryrefslogtreecommitdiff
path: root/build/cc-auto.mak.in
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
committerDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
commitf3ab456a17af1c89a6e3be4d20c5944853df1cb0 (patch)
treed00e1a332cd038a6d906a1ea0ac91e1a4458e617 /build/cc-auto.mak.in
Import pjproject-2.0.1
Diffstat (limited to 'build/cc-auto.mak.in')
-rw-r--r--build/cc-auto.mak.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/build/cc-auto.mak.in b/build/cc-auto.mak.in
new file mode 100644
index 0000000..bc56567
--- /dev/null
+++ b/build/cc-auto.mak.in
@@ -0,0 +1,21 @@
+export CC = @CC@ -c
+export CXX = @CXX@ -c
+export AR = @AR@
+export LD = @LD@
+export LDOUT = -o
+export RANLIB = @RANLIB@
+
+export OBJEXT := .@OBJEXT@
+export LIBEXT := .@LIBEXT@
+export LIBEXT2 := @LIBEXT2@
+
+export CC_OUT := @CC_OUT@
+export CC_INC := @CC_INC@
+export CC_DEF := @CC_DEF@
+export CC_OPTIMIZE := @CC_OPTIMIZE@
+export CC_LIB := -l
+
+export CC_SOURCES :=
+export CC_CFLAGS := @CC_CFLAGS@
+export CC_LDFLAGS :=
+