home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource2
/
sclib_2
/
2_3
/
v6n3058a.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
228 b
|
12 lines
Make Macros
=
Macro Meaning Unix Microsoft
_
variable substitution $(name) $(name)
younger dependencies $? n/a
related dependency $< n/a
full target filename $@ $@
base name of target $* $*
all dependencies n/a $**