aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-09 02:27:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-09 02:27:30 +0000
commit62ed12ee5a5f74d9a160b63c7d11b12ad07fdc96 (patch)
tree2e2fa4d50e4cbcf0be315a041a43d5d61bde35d6 /apps/Makefile
parent0bd623857e24ea863ae03a5df579e75bbbf94423 (diff)
remove some Makefile targets for things that don't exist in the tree
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9261 f38db490-d61c-443f-a65b-d21fe96a405b
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