18 lines
663 B
Makefile
18 lines
663 B
Makefile
#ident @(#)spti-wnt.mk 1.1 08/07/07
|
|
###########################################################################
|
|
# Sample makefile for installing non-localized auxiliary files
|
|
###########################################################################
|
|
SRCROOT= ../..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
INSDIR= include/scg
|
|
TARGET= spti-wnt.h
|
|
#XMK_FILE= Makefile.man
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.aux
|
|
###########################################################################
|
|
|