File: Makefile

package info (click to toggle)
gcin 1.4.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,488 kB
  • ctags: 3,272
  • sloc: ansic: 25,634; makefile: 524; sh: 411; cpp: 231
file content (14 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../config.mak

SCRIPTS=gcin-user-setup modify-XIM utf8-edit noseeing-inst gtab.append_prepare

all:	$(SCRIPTS)

install:
	if [ $(prefix) = /usr/local ]; then \
	   sh modify-XIM; \
	fi
	install -d $(GCIN_SCRIPT_DIR_i)
	install -m 755 $(SCRIPTS) $(GCIN_SCRIPT_DIR_i)
clean:
	rm -f *~ tags core.*