[go: up one dir, main page]

File: Makefile

package info (click to toggle)
scgi 1.13-1.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 292 kB
  • ctags: 308
  • sloc: ansic: 1,379; python: 395; makefile: 71
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
all: mod_scgi.so

mod_scgi.so: mod_scgi.c
	apxs -c $<

clean:
	rm -f mod_scgi.so mod_scgi.o

install:
	install -m 0755 -d $(DESTDIR)/usr/lib/apache/1.3/
	install -m 0755 mod_scgi.so $(DESTDIR)/usr/lib/apache/1.3/