Converted to R3.14 Makefiles.

This commit is contained in:
Janet B. Anderson
2007-05-18 16:16:49 +00:00
parent 460ba036f3
commit 9b3af852af
2 changed files with 6 additions and 34 deletions

View File

@@ -11,19 +11,12 @@
#
TOP = ../..
# If a <top>/configure directory exists, build with 3.14 rules, else
# use <top>/config and the 3.13 rules.
ifeq (0, $(words $(notdir $(wildcard $(TOP)/configure))))
include $(TOP)/config/CONFIG_EXTENSIONS
include $(TOP)/config/RULES_ARCHS
else
include $(TOP)/configure/CONFIG
include $(TOP)/configure/CONFIG
PROD_HOST = msi
HTMLS = msi.html
PROD_HOST = msi
HTMLS = msi.html
msi_SRCS = msi.c
PROD_LIBS += Com
msi_SRCS = msi.c
PROD_LIBS += Com
include $(TOP)/configure/RULES
endif
include $(TOP)/configure/RULES

View File

@@ -1,21 +0,0 @@
#*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# This file is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
#*************************************************************************
TOP = ../../..
include $(TOP)/config/CONFIG_EXTENSIONS
PROD_LIBS += Com
HTMLS += msi.html
SRCS.c= ../msi.c
PROD = msi
include $(TOP)/config/RULES.Host