Files
SAPFOR/projects/dvm_svn/fdvm/trunk/Sage/h/Makefile
2025-03-13 09:28:27 +03:00

21 lines
485 B
Makefile

#######################################################################
## pC++/Sage++ Copyright (C) 1993 ##
## Indiana University University of Oregon University of Rennes ##
#######################################################################
CC = gcc
CC = cc
CXX = g++
CXX = DCC
LINKER = $(CC)
all: tag.h
tag.h: head tag
( cat head; \
sed < tag \
'/#defin/s/\([^ ]*\) \([^ ]*\)\(.*\)/ tag \[ \2 \] = \"\2\";/')\
> tag.h