-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.defs
39 lines (33 loc) · 1.17 KB
/
Makefile.defs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -*- Makefile -*-
EMACS = emacs
SITEFLAG = --no-site-file
OPTIONCOMPILE = -q --no-site-file --batch
# XEmacs users will probably want the following settings.
#EMACS = xemacs
#SITEFLAG = -no-site-file
# Installation options
# PREFIX is only used here.
PREFIX = /usr/local
ELISPDIR = $(PREFIX)/share/emacs/site-lisp/color-theme-el
INFODIR = $(PREFIX)/info
# Command to use to install the Info dir entry
# If you're using Debian, uncomment the following line and comment out
#the above line.
#INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR)
INSTALLINFO = install-info --info-dir=$(INFODIR)
# Useful only for the maintainer
PROJECT = color-theme
VERSION = 6.6.0
DISTDIR = $(PROJECT)-$(VERSION)
DEBNAME = $(PROJECT)-el_$(VERSION)
TARBALL = $(DISTDIR).tar.gz
ZIPFILE = $(DISTDIR).zip
MANUAL =
LASTUPLOAD = 6.6.0-2
BUILDOPTS =
# DO NOT TOUCH THIS
TAG = $(shell echo RELEASE-$(VERSION) | tr '.' '-')
CVSMODULE = $(shell cat CVS/Repository)
CVSBRANCH = $(shell cvs status color-theme.el |grep "Sticky Tag:"|awk '{print $$3}'|sed 's/(none)/HEAD/')
CVSBRANCH = $(shell echo rel-$(VERSION) | tr '.' '-')
CVSROOT = $(shell cat CVS/Root)