File: Makefile

package info (click to toggle)
mpqc 2.3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 39,712 kB
  • ctags: 16,799
  • sloc: cpp: 258,686; sh: 14,041; perl: 5,992; ansic: 5,491; makefile: 2,738; fortran: 1,970; lisp: 1,269; yacc: 313; lex: 177; csh: 45
file content (29 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (9)
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
TOPDIR=..
ifndef SRCDIR
  SRCDIR=$(shell pwd)
endif

include $(SRCDIR)/$(TOPDIR)/lib/GlobalMakefile
include $(TOPDIR)/lib/Makedirlist

SUBDIRS = basis elisp perl
ifeq ($(HAVE_SC_LIB_CCA),yes)
SUBDIRS := $(SUBDIRS) cca
endif

include $(SRCDIR)/$(TOPDIR)/lib/GlobalSubDirs

oclean::
	/bin/rm -f lib*.a
	/bin/rm -f lib*.so*
	/bin/rm -f lib*.la
	/bin/rm -rf .libs

clean:: oclean

distclean:: oclean

install:: atominfo.kv magic
	$(INSTALL) $(INSTALLDIROPT) $(installroot)$(scdatadir)
	$(INSTALL) $(INSTALLLIBOPT) $^ $(installroot)$(scdatadir)