summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-02-09 02:27:30 +0000
committerRussell Bryant <russell@russellbryant.com>2006-02-09 02:27:30 +0000
commit3f37ece5164ed2e734d7fcecc218e72449721e22 (patch)
tree2e2fa4d50e4cbcf0be315a041a43d5d61bde35d6 /apps/Makefile
parent7529e12ab461b5b91d09128ef0c7bc790db00335 (diff)
remove some Makefile targets for things that don't exist in the tree
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/Makefile b/apps/Makefile
index f69abe75b..554efa71f 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -91,15 +91,6 @@ uninstall:
app_curl.so: app_curl.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS)
-app_sql_postgres.o: app_sql_postgres.c
- $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c
-
-app_sql_postgres.so: app_sql_postgres.o
- $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -L/usr/local/pgsql/lib -lpq
-
-app_sql_odbc.so: app_sql_odbc.o
- $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lodbc
-
look: look.c
$(CC) -pipe -O6 -g look.c -o look -lncurses