24 lines
451 B
Makefile
24 lines
451 B
Makefile
#### Makefile for archive libraries. Any fields commented out are optional.
|
|
|
|
#### Target's name:
|
|
#CTTARGET
|
|
|
|
#CTINCLUDE $DTOOL/lib/Makefile.o.include
|
|
|
|
#### Pull in standard binary make variables.
|
|
include $(DTOOL)/include/Makefile.bin.vars
|
|
|
|
#### Other .o files.
|
|
# OFILES =
|
|
|
|
#### Libs and flags for template instantiation.
|
|
# LIBS =
|
|
# LDFLAGS =
|
|
|
|
#### Archiver flags
|
|
# ARFLAGS =
|
|
|
|
#### The .a action is here.
|
|
include $(DTOOL)/include/Makefile.a.rules
|
|
|