File: Makefile.am

package info (click to toggle)
spacearyarya 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 1,379; sh: 371; makefile: 40
file content (7 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
datadir = $(DATA_PATH)
data_DATA  = stage1.dat stage2.dat
EXTRA_DIST = stage1.dat stage2.dat .score

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(DATA_PATH)
	$(INSTALL) -c -m 666 ./.score $(DESTDIR)$(DATA_PATH)