Merge /u/jrubio/cdesktopenv/ branch delete-incomplete into master
[oweals/cde.git] / cde / programs / dthelp / parser.ccdf / volumegen / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/10/09 14:04:32 drk $
2 PROGRAMS = volumegen
3
4        INCLUDES = -I.
5
6 #if defined(SunArchitecture)
7 SYS_LIBRARIES = -ldl -lgen
8 #endif
9
10
11 SRCS = Volumegen.c \
12        Pstack.c
13 OBJS = Volumegen.o \
14        Pstack.o
15
16 NormalLibraryObjectRule()
17 ComplexProgramTarget($(PROGRAMS))
18
19
20
21
22