18 lines
639 B
Makefile
18 lines
639 B
Makefile
|
#ident %W% %E% %Q%
|
||
|
###########################################################################
|
||
|
# Sample makefile for installing localized auxiliary files
|
||
|
###########################################################################
|
||
|
SRCROOT= ../..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
INSDIR= etc
|
||
|
TARGET= test
|
||
|
SRCFILE= test
|
||
|
XMK_FILE= Makefile.man
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.loc
|
||
|
###########################################################################
|