mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 23:12:26 +00:00
Restore test makefiles
This commit is contained in:
parent
31961f482c
commit
c9e76d4714
@ -11,8 +11,8 @@ endif
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
DEV_NULL = > /dev/null 2>&1
|
DEV_NULL = > /dev/null 2>&1
|
||||||
GCC = $(shell which gcc)
|
GCC = $(shell which gcc)
|
||||||
|
@ -3,8 +3,8 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
DEV_NULL = > /dev/null 2>&1
|
DEV_NULL = > /dev/null 2>&1
|
||||||
GCC = $(shell which gcc)
|
GCC = $(shell which gcc)
|
||||||
|
@ -11,8 +11,8 @@ endif
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
DEV_NULL = > /dev/null 2>&1
|
DEV_NULL = > /dev/null 2>&1
|
||||||
GCC = $(shell which gcc)
|
GCC = $(shell which gcc)
|
||||||
|
@ -3,8 +3,8 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
DEV_NULL = > /dev/null 2>&1
|
DEV_NULL = > /dev/null 2>&1
|
||||||
GCC = $(shell which gcc)
|
GCC = $(shell which gcc)
|
||||||
|
@ -11,8 +11,8 @@ endif
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
DEV_NULL = > /dev/null 2>&1
|
DEV_NULL = > /dev/null 2>&1
|
||||||
GCC = $(shell which gcc)
|
GCC = $(shell which gcc)
|
||||||
|
@ -11,8 +11,8 @@ endif
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
PWD = $(shell pwd)
|
PWD = $(shell pwd)
|
||||||
DEV_NULL = > /dev/null 2>&1
|
DEV_NULL = > /dev/null 2>&1
|
||||||
GCC = $(shell which gcc)
|
GCC = $(shell which gcc)
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||||
|
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= gcc
|
CC = gcc
|
||||||
CPP ?= g++
|
CPP = g++
|
||||||
|
|
||||||
DPX_DIR = ${TRICK_HOME}/trick_source/data_products/DPX
|
DPX_DIR = ${TRICK_HOME}/trick_source/data_products/DPX
|
||||||
DS_DIR = ${TRICK_HOME}/trick_source/data_products
|
DS_DIR = ${TRICK_HOME}/trick_source/data_products
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
CC ?= cc
|
CC = cc
|
||||||
CPP ?= c++
|
CPP = c++
|
||||||
|
|
||||||
DECL_DIR = ..
|
DECL_DIR = ..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user