File: Makefile

package info (click to toggle)
pyg 0.9.6-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 280 kB
  • ctags: 149
  • sloc: python: 615; ansic: 339; sh: 224; makefile: 110; yacc: 81; lex: 75
file content (17 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
WLPDIR=wlp

CSRCDIR=$(WLPDIR)/C
MODULEDIR=$(WLPDIR)/module
BINDIR=$(WLPDIR)

bin:
	$(MAKE) -C $(WLPDIR)

install:
	install pygm2n pygn2m $(DESTDIR)/usr/bin
	install *.py $(DESTDIR)/usr/lib/pyg
	install *.so $(DESTDIR)/usr/lib/pyg

clean:
	-$(MAKE) -C $(WLPDIR) clean
	-rm *.pyc *.so