This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/cplbexam/complex/relfun/makefile

15 lines
348 B
Makefile

.extensions:
.extensions: .exe .cpp
exes = abs.exe acos.exe acosh.exe arg.exe asin.exe asinh.exe atan.exe &
atanh.exe conj.exe cos.exe cosh.exe exp.exe imag.exe log.exe &
log10.exe norm.exe polar.exe pow.exe real.exe sin.exe sinh.exe &
sqrt.exe tan.exe tanh.exe
all : $(exes) .symbolic
.cpp.exe :
wcl $[@