File: Makefile

package info (click to toggle)
gliese 1.1-12
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 820 kB
  • ctags: 4
  • sloc: sh: 75; makefile: 46
file content (13 lines) | stat: -rw-r--r-- 304 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

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

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

clean:
	rm -f *.stars error.log