File: Makefile

package info (click to toggle)
gcin 2.8.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,908 kB
  • ctags: 4,172
  • sloc: cpp: 30,707; ansic: 9,219; makefile: 626; sh: 518
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (8)
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 gtab.append_prepare html-browser tsin-gtab-import tsin-gtab-edit

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.*