File: Imakefile

package info (click to toggle)
cxhextris 1.0-13
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 184 kB
  • ctags: 282
  • sloc: ansic: 1,271; makefile: 267; sh: 17
file content (23 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
       ScoreDir = /var/lib/games
      ScoreFile = xhextris-scores
        DEFINES = -DHIGHSCOREFILE=\"$(ScoreDir)/$(ScoreFile)\" -DHEXFONTDIR=\"$(FONTDIR)/misc\"
        HEADERS = header.h
           SRCS = hextris.c xio.c stdsys.c
           OBJS = hextris.o xio.o stdsys.o
LOCAL_LIBRARIES = $(XLIB)
        DEPLIBS = $(DEPXLIB) 

XCOMM debian likes games in /usr/games
BINDIR=/usr/games
MANDIR=/usr/man/man6
MANSUFFIX=6

ComplexProgramTarget(xhextris)

hex20.pcf: hex20.bdf
	bdftopcf < hex20.bdf > hex20.pcf

install.font: hex20.pcf
	install -d $(DESTDIR)/$(FONTDIR)/misc
	install -m 444 hex20.pcf $(DESTDIR)/$(FONTDIR)/misc
	# $(MKFONTDIR) $(FONTDIR)/misc