added project
This commit is contained in:
20
dvm/fdvm/trunk/Sage/h/Makefile
Normal file
20
dvm/fdvm/trunk/Sage/h/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
#######################################################################
|
||||
## 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
|
||||
Reference in New Issue
Block a user