22 lines
445 B
Makefile
22 lines
445 B
Makefile
#### Makefile for ss interfaces. Any fields commented out are optional.
|
|
|
|
#### Target's name:
|
|
#CTTARGET
|
|
|
|
#### Pull in standard .ss make variables
|
|
include $(DTOOL)/include/Makefile.ss.vars
|
|
|
|
#### Source files
|
|
# HFILES =
|
|
# HHFILES =
|
|
# HHDIRS =
|
|
|
|
#### Additional ss files to be inlcuded.
|
|
# OTHERSSFILES =
|
|
|
|
#### Flags to control meta-ss creation.
|
|
# STRAIGHTINCLUDE = TRUE
|
|
|
|
#### The .ss action is here.
|
|
include $(DTOOL)/include/Makefile.ss.rules
|