Restore test makefiles

This commit is contained in:
Nino Tarantino 2024-12-11 13:52:30 -06:00
parent 31961f482c
commit c9e76d4714
8 changed files with 16 additions and 16 deletions

View File

@ -11,8 +11,8 @@ endif
SHELL = /bin/sh
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
PWD = $(shell pwd)
DEV_NULL = > /dev/null 2>&1
GCC = $(shell which gcc)

View File

@ -3,8 +3,8 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
SHELL = /bin/sh
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
PWD = $(shell pwd)
DEV_NULL = > /dev/null 2>&1
GCC = $(shell which gcc)

View File

@ -11,8 +11,8 @@ endif
SHELL = /bin/sh
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
PWD = $(shell pwd)
DEV_NULL = > /dev/null 2>&1
GCC = $(shell which gcc)

View File

@ -3,8 +3,8 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
SHELL = /bin/sh
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
PWD = $(shell pwd)
DEV_NULL = > /dev/null 2>&1
GCC = $(shell which gcc)

View File

@ -11,8 +11,8 @@ endif
SHELL = /bin/sh
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
PWD = $(shell pwd)
DEV_NULL = > /dev/null 2>&1
GCC = $(shell which gcc)

View File

@ -11,8 +11,8 @@ endif
SHELL = /bin/sh
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
PWD = $(shell pwd)
DEV_NULL = > /dev/null 2>&1
GCC = $(shell which gcc)

View File

@ -2,8 +2,8 @@
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
RM = rm -rf
CC ?= gcc
CPP ?= g++
CC = gcc
CPP = g++
DPX_DIR = ${TRICK_HOME}/trick_source/data_products/DPX
DS_DIR = ${TRICK_HOME}/trick_source/data_products

View File

@ -1,7 +1,7 @@
RM = rm -rf
CC ?= cc
CPP ?= c++
CC = cc
CPP = c++
DECL_DIR = ..