-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.simple
executable file
·115 lines (91 loc) · 2.63 KB
/
Makefile.simple
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL = /bin/sh
srcdir = .
top_srcdir = .
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include
DESTDIR =
pkgdatadir = $(datadir)/oopic
pkglibdir = $(libdir)/oopic
pkgincludedir = $(includedir)/oopic
top_builddir = .
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
AR = ar cr
ARFLAGS =
CC = gcc
CPP = gcc -E
CXX = g++
CXXCOMP = g++
CXXCPP = g++ -E
DEFINE_MPI =
DEFINE_NOX =
INSTALL_LIBRARY = ${INSTALL} -m 644
LIBEXT = .a
LN_S = ln -s
MAKEINFO = makeinfo
MPICC =
MPICXX =
PACKAGE = oopic
PURIFY_DEFINE =
PURIFY_PATH =
RANLIB = ranlib
REALMPICC =
REALMPICXX =
VERSION = 2.6
abs_top_builddir = /home/pmlocal/oopic/oopic
PIC_DIRS = otools physics advisor xg
SUBDIRS = $(PIC_DIRS)
DISTFILES = $(SOURCES) $(HEADERS) $(EXTRA_DIST)
TAR = gtar
GZIP_ENV = --best
.SUFFIXES:
all::
(touch config.h)
(cd otools; make -f Makefile.simple; cd ..)
(cd physics; make -f Makefile.simple; cd ..)
(cd advisor; make -f Makefile.simple; cd ..)
(cd xg; make -f Makefile.simple; cd ..)
clean::
(rm -f */*.a */*.o)
(cd otools; make -f Makefile.simple clean; cd ..)
(cd physics; make -f Makefile.simple clean; cd ..)
(cd advisor; make -f Makefile.simple clean; cd ..)
(cd xg; make -f Makefile.simple clean; cd ..)
depend::
(cd otools; make -f Makefile.simple depend; cd ..)
(cd physics; make -f Makefile.simple depend; cd ..)
(cd advisor; make -f Makefile.simple depend; cd ..)
(cd xg; make -f Makefile.simple depend; cd ..)