Cross Reference: Makefile
xref
: /
osnet-11
/
usr
/
src
/
grub
/
grub2
/
build-bios
/
ccas_wrap
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2
N/A
CC
= /
usr
/
gcc
/
4.5
/
bin
/
gcc
2
N/A
2
N/A
ccas_wrap
:
ccas_wrap.c
2
N/A
$(
CC
)
-o $@ $<
2
N/A
2
N/A
all
:
ccas_wrap
2
N/A
2
N/A
clean
clobber
distclean
:
2
N/A
rm
-f
ccas_wrap
2
N/A
2
N/A
install
check
:
ccas_wrap
2
N/A
# do nothing
2
N/A
2
N/A
distdir
:
2
N/A
cp
Makefile
ccas_wrap.c
$(
top_distdir
)
/
ccas_wrap
/