18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
XCOMM $XConsortium: Imakefile /main/4 1996/05/09 17:31:53 drk $
|
|
PROGRAMS = helpcomp
|
|
|
|
|
|
SRCS = helpcomp.c
|
|
|
|
OBJS = helpcomp.o
|
|
|
|
NormalLibraryObjectRule()
|
|
ComplexProgramTarget($(PROGRAMS))
|
|
|
|
saber_src: $(SRCS)
|
|
XCOMM setopt load_flags $(CFLAGS)
|
|
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
|
|
|
|
unsaber_src:
|
|
XCOMM unload $(SRCS)
|