mirror of
https://github.com/ENSL/NS.git
synced 2025-03-05 00:41:30 +00:00
12 lines
132 B
Makefile
12 lines
132 B
Makefile
|
#
|
||
|
# Basename for libraries
|
||
|
#
|
||
|
LIB_BASENAME = libstlport_sunpro42
|
||
|
COMP=SUN42
|
||
|
CC = CC
|
||
|
CXX = CC
|
||
|
|
||
|
include sunpro-common.mak
|
||
|
|
||
|
|