File: Makefile

package info (click to toggle)
sqlmap 1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,792 kB
  • sloc: python: 51,991; xml: 13,943; ansic: 989; sh: 304; makefile: 62; sql: 61; perl: 30; cpp: 27; asm: 7
file content (26 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
LIBDIR=/tmp

9.1:
	gcc -Wall -I/usr/include/postgresql/9.1/server -Os -shared lib_postgresqludf_sys.c -fPIC -o lib_postgresqludf_sys.so
	strip -sx lib_postgresqludf_sys.so
	cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so

9.0:
	gcc -Wall -I/usr/include/postgresql/9.0/server -Os -shared lib_postgresqludf_sys.c -fPIC -o lib_postgresqludf_sys.so
	strip -sx lib_postgresqludf_sys.so
	cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so

8.4:
	gcc-4.3 -Wall -I/usr/include/postgresql/8.4/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
	strip -sx lib_postgresqludf_sys.so
	cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so

8.3:
	gcc-4.3 -Wall -I/usr/include/postgresql/8.3/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
	strip -sx lib_postgresqludf_sys.so
	cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so

8.2:
	gcc-4.3 -Wall -I/usr/include/postgresql/8.2/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
	strip -sx lib_postgresqludf_sys.so
	cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so