18 lines
640 B
Makefile
18 lines
640 B
Makefile
|
#ident %W% %E% %Q%
|
||
|
###########################################################################
|
||
|
# Sample makefile for installing localized shell scripts
|
||
|
###########################################################################
|
||
|
SRCROOT= ../..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
INSDIR= bin
|
||
|
TARGET= test
|
||
|
SCRFILE= test.sh
|
||
|
XMK_FILE= Makefile.man
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.scr
|
||
|
###########################################################################
|