home *** CD-ROM | disk | FTP | other *** search
-
- # This makefile is configured by (c) 1993 by Phade Software
- # Why should be IMAKE only good for X11-programs ?`
-
- ##ifdef BandAidCompiler
- ##include BandAidCompiler
- ##endif
-
- DEFINES =
- INCLUDES =
- LOCAL_LIBRARIES = $(XLIB)
- SYS_LIBRARIES = -lc_s
- SRCS = decoders.c filter.c jrevdct.c main.c motionvectors.c \
- parse.c util.c video.c
- OBJS = decoders.o filter.o jrevdct.o main.o motionvectors.o \
- parse.o util.o video.o
-
- ComplexProgramTarget (mpegstat)
-
-