File: Makefile

package info (click to toggle)
dbengine 1.1-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 644 kB
  • ctags: 162
  • sloc: perl: 1,460; sql: 601; sh: 79; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
base/dbengine.cgi.out:
	perl Makefile.PL create

all: base/dbengine.cgi.out

install:
	perl Makefile.PL install

test:
	perl Makefile.PL test

clean:
	rm -f base/dbengine.cgi.out
	mv Makefile Makefile.old

realclean: clean
	rm -f Makefile Makefile.old
	rm -f base/confdat