18 lines
662 B
Makefile
18 lines
662 B
Makefile
|
#ident "@(#)regex.mk 1.1 10/05/07 "
|
||
|
###########################################################################
|
||
|
# Sample makefile for installing non-localized auxiliary files
|
||
|
###########################################################################
|
||
|
SRCROOT= ../..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
INSDIR= include/schily
|
||
|
TARGET= regex.h
|
||
|
#XMK_FILE= Makefile.man
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.aux
|
||
|
###########################################################################
|
||
|
|