File: Makefile

package info (click to toggle)
libsrgp 1.0-6
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 760 kB
  • ctags: 785
  • sloc: ansic: 6,489; makefile: 135; sh: 3
file content (12 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
static:
	make -C src/srgp static

shared:
	make -C src/srgp shared

doc:
	make -C doc

clean :
	cd src/srgp; rm -f *.[ao]