File: Makefile

package info (click to toggle)
yale 1.0-14
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 2,240 kB
  • ctags: 4
  • sloc: makefile: 45; sh: 30
file content (13 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
DATADIR     = /usr/local/share/stardata
INSTALL     = install
STARCONVERT = starconvert

yale.stars:	orig-data/catalog.dat yale.spec
	$(STARCONVERT) yale.spec orig-data/catalog.dat yale.stars \
		2> error.log

install:
	$(INSTALL) -m 0644 yale.stars $(DATADIR)

clean:
	rm -f *.stars error.log