#ident @(#)Makefile 1.1 00/03/06 ########################################################################### # Sample makefile for non-shared libraries ########################################################################### SRCROOT= .. RULESDIR= RULES include $(SRCROOT)/$(RULESDIR)/rules.top ########################################################################### INSDIR= lib TARGETLIB= file #CPPOPTS += -DFOKUS CFILES= file.c apprentice.c softmagic.c LIBS= XMK_FILE= Makefile.man ########################################################################### include $(SRCROOT)/$(RULESDIR)/rules.lib ###########################################################################