XCOMM $XConsortium: Imakefile,v 1.4 91/07/16 23:06:58 gildea Exp $
XCOMM $Id: Imakefile,v 1.2 2003/11/09 20:15:57 elca Exp $


CDEBUGFLAGS = -Os -pipe -O2 -ffast-math -fomit-frame-pointer -march=pentium3

#ifdef HasGcc
CDEBUGFLAGS += -Wall
#endif

           SRCS = nexfontsel.c ULabel.c
           OBJS = nexfontsel.o ULabel.o
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs

depend:: NeXFontSel_ad.h

NeXFontSel_ad.h: NeXFontSel.ad
	$(RAWCPP) NeXFontSel.ad | tr "\t" " " | tr -s " " | sed -e '/^$$/d ;/^#/d; /^!/d; s/^.*$$/\"&\",/g' > NeXFontSel_ad.h

clean::
	rm -f NeXFontSel_ad.h

ComplexProgramTarget(nexfontsel)

InstallAppDefaults(NeXFontSel)

XCOMM end
