Cross Reference:
xref
: /
inkscape
/
src
/
libgdl
/
makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
makefile revision a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799
# Convenience stub makefile to call the real Makefile.
# Explicit so that it's the default rule.
all
:
cd
.. &&
$(
MAKE
)
libgdl
/
all
clean
%.a %.o:
cd
.. &&
$(
MAKE
)
libgdl
/$@
.
PHONY
:
all
clean
OBJEXT
= o
.
SUFFIXES
:
.
SUFFIXES
: .a .
$(
OBJEXT
)