#
#	Imakefile for ad2c - Convert X resources to C decls
#
#	George Ferguson, ferguson@cs.rochester.edu, 19 Mar 1991.
#

#include <../../Xmgf.tmpl>

# Where do you want this (if the default isn't okay)?
#MANDIR = man/man1
# Default suffix is "1", change if you change MANDIR I guess
##undef ManSuffix
##define ManSuffix l

# Why is this not the default?
INSTPGMFLAGS = -m 0755

all:	
	make $(XMGF_TOP)/inc/XMgf.ad.h
	

$(XMGF_TOP)/inc/XMgf.ad.h: $(APPDEFAULTS).ad
	$(AD2C) $(APPDEFAULTS).ad > $(XMGF_TOP)/inc/XMgf.ad.h



InstallScript(ad2c,$(BINDIR))
InstallManPage(ad2c,$(MANDIR))


