On linux do not include X11/Xlocale.h but locale.h, this prevents
[oweals/cde.git] / cde / programs / dthelp / parser.ccdf / helpcomp / Imakefile
1 XCOMM $XConsortium: Imakefile /main/4 1996/05/09 17:31:53 drk $
2 PROGRAMS = helpcomp
3
4
5 SRCS = helpcomp.c
6
7 OBJS = helpcomp.o
8
9 NormalLibraryObjectRule()
10 ComplexProgramTarget($(PROGRAMS))
11
12 saber_src: $(SRCS) 
13         XCOMM setopt load_flags $(CFLAGS)
14         XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
15
16 unsaber_src:
17         XCOMM unload $(SRCS)