File: Makefile

package info (click to toggle)
xmgr 4.1.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,544 kB
  • ctags: 6,680
  • sloc: ansic: 79,050; sh: 1,812; makefile: 278; perl: 90; fortran: 66
file content (35 lines) | stat: -rw-r--r-- 924 bytes parent folder | download | duplicates (4)
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
#####################################################
# Makefile for documentation of XMGR                #
#####################################################
# You should not change anything here.              #
# Please read INSTALL file in the upper directory   #
#####################################################

TOP=..

include $(TOP)/Make.conf

DOCS = CHANGES.html dblclick.html intro.html plot.html trans.html \
	FAQ.html edcrset.html main.html points.html usage.html \
	file.html nohelp.html regions.html view.html \
	acegr_np.html fonts.html npipe.html sets.html xmgr.html \
	commands.html graphops.html options.html test_np.c \
	data.html hotkeys.html page.html testf_np.f dlmodule.html

all : dummy

clean : dummy

distclean : dummy

devclean : dummy

install : $(DOCS)
	$(MKINSTALLDIRS) $(GR_HOME)/doc
	for i in $(DOCS); do $(INSTALL_DATA) $$i $(GR_HOME)/doc; done

links : dummy

tests : dummy

dummy :