-
Notifications
You must be signed in to change notification settings - Fork 6
/
Makefile.top
29 lines (24 loc) · 1.11 KB
/
Makefile.top
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
###############################################################################
# Copyright (c) 2012 Los Alamos National Security, LLC.
# All rights reserved.
#
# This program was prepared by Los Alamos National Security, LLC at Los Alamos
# National Laboratory (LANL) under contract No. DE-AC52-06NA25396 with the U.S.
# Department of Energy (DOE). All rights in the program are reserved by the DOE
# and Los Alamos National Security, LLC. Permission is granted to the public to
# copy and use this software without charge, provided that this Notice and any
# statement of authorship are reproduced on all copies. Neither the U.S.
# Government nor LANS makes any warranty, express or implied, or assumes any
# liability or responsibility for the use of this software.
################################################################################
# Author: Samuel K. Gutierrez
SHELL = /bin/sh
.PHONY: all cell
all:
@echo "### running configure and make for you ###"
@echo ""
@./configure && make
cell:
@echo "### running configure and make for you ###"
@echo ""
@./configure --enable-cell && make