File: Makefile

package info (click to toggle)
yale 1.0-2
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 2,232 kB
  • ctags: 4
  • sloc: makefile: 46; sh: 36
file content (13 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
DATADIR     = /usr/local/share/starplot
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