cdesktopenv/cde/programs/dthelp/parser.ccdf/volumegen/Imakefile

23 lines
314 B
Plaintext

XCOMM $XConsortium: Imakefile /main/6 1996/10/09 14:04:32 drk $
PROGRAMS = volumegen
INCLUDES = -I.
#if defined(SunArchitecture)
SYS_LIBRARIES = -ldl -lgen
#endif
SRCS = Volumegen.c \
Pstack.c
OBJS = Volumegen.o \
Pstack.o
NormalLibraryObjectRule()
ComplexProgramTarget($(PROGRAMS))